1e41f4b71Sopenharmony_ci# LauncherAbilityResourceInfo (System API)
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ciThe **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).
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci> **NOTE**
6e41f4b71Sopenharmony_ci>
7e41f4b71Sopenharmony_ci> 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.
8e41f4b71Sopenharmony_ci>
9e41f4b71Sopenharmony_ci> The APIs provided by this module are system APIs.
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ci## LauncherAbilityResourceInfo
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci**System capability**: SystemCapability.BundleManager.BundleFramework.Resource
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ci**System API**: This is a system API.
16e41f4b71Sopenharmony_ci
17e41f4b71Sopenharmony_ci| Name                     | Type  | Read-Only| Optional| Description                |
18e41f4b71Sopenharmony_ci| ------------------------- | ------ | ---- | ---- | -------------------- |
19e41f4b71Sopenharmony_ci| bundleName              | string | Yes  | No  | Bundle name of the application.|
20e41f4b71Sopenharmony_ci| moduleName              | string | Yes  | No  | Module name of the application.|
21e41f4b71Sopenharmony_ci| abilityName              | string | Yes  | No  | Name of the entry ability.|
22e41f4b71Sopenharmony_ci| icon              | string | Yes  | No  | Application icon, which is encoded using Base64. |
23e41f4b71Sopenharmony_ci| label                     | string | Yes  | No  | Application label.|
24e41f4b71Sopenharmony_ci| drawableDescriptor<sup>12+</sup>                     | [DrawableDescriptor](../apis-arkui/js-apis-arkui-drawableDescriptor-sys.md) | Yes  | No  | **drawableDescriptor** object of the application icon.|
25e41f4b71Sopenharmony_ci| appIndex<sup>12+</sup>           | number | Yes  | No  | Index of an application clone.|
26