1# RemoteAbilityInfo (System API)
2
3The **RemoteAbilityInfo** module provides information about a remote ability.
4
5> **NOTE**
6>
7> The initial APIs of this module are supported since API version 8. 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## RemoteAbilityInfo<sup>(deprecated)<sup>
12
13> This API is deprecated since API version 9. You are advised to use [bundleManager-RemoteAbilityInfo](js-apis-bundleManager-remoteAbilityInfo-sys.md) instead.
14
15**System capability**: SystemCapability.BundleManager.DistributedBundleFramework
16
17**System API**: This is a system API.
18
19| Name       | Type                                        | Read-Only| Optional| Description                   |
20| ----------- | -------------------------------------------- | ---- | ---- | ----------------------- |
21| elementName | [ElementName](js-apis-bundle-ElementName.md) | Yes  | No  | Element name information of the ability.      |
22| label       | string                                       | Yes  | No  | Ability name.  |
23| icon        | string                                       | Yes  | No  | Icon of the ability.|
24