1# BundleResourceInfo (System API) 2 3The **BundleResourceInfo** module provides resource information of an application, such as the icon and label. The information can be obtained by calling [getBundleResourceInfo](js-apis-bundleResourceManager-sys.md#bundleresourcemanagergetbundleresourceinfo). 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## BundleResourceInfo 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| icon | string | Yes | No | Application icon, which is encoded using Base64. | 21| label | string | Yes | No | Application label.| 22| drawableDescriptor<sup>12+</sup> | [DrawableDescriptor](../apis-arkui/js-apis-arkui-drawableDescriptor-sys.md) | Yes | No | **drawableDescriptor** object of the application icon.| 23| appIndex<sup>12+</sup> | number | Yes | No | Index of an application clone.| 24