1# LauncherAbilityResourceInfo (System API)
2
3The **LauncherAbilityResourceInfo** module provides resource information of the entry ability of an application, such as the icon and label. The information can be obtained by calling [getLauncherAbilityResourceInfo](js-apis-bundleResourceManager-sys.md#bundleresourcemanagergetlauncherabilityresourceinfo).
4
5> **NOTE**
6>
7> The initial APIs of this module are supported since API version 11. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8>
9> The APIs provided by this module are system APIs.
10
11## LauncherAbilityResourceInfo
12
13**System capability**: SystemCapability.BundleManager.BundleFramework.Resource
14
15**System API**: This is a system API.
16
17| Name                     | Type  | Read-Only| Optional| Description                |
18| ------------------------- | ------ | ---- | ---- | -------------------- |
19| bundleName              | string | Yes  | No  | Bundle name of the application.|
20| moduleName              | string | Yes  | No  | Module name of the application.|
21| abilityName              | string | Yes  | No  | Name of the entry ability.|
22| icon              | string | Yes  | No  | Application icon, which is encoded using Base64. |
23| label                     | string | Yes  | No  | Application label.|
24| drawableDescriptor<sup>12+</sup>                     | [DrawableDescriptor](../apis-arkui/js-apis-arkui-drawableDescriptor-sys.md) | Yes  | No  | **drawableDescriptor** object of the application icon.|
25| appIndex<sup>12+</sup>           | number | Yes  | No  | Index of an application clone.|
26