1e41f4b71Sopenharmony_ci# RemoteAbilityInfo (系统接口)
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ciremoteAbility信息。
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci> **说明:**
6e41f4b71Sopenharmony_ci>
7e41f4b71Sopenharmony_ci> 本模块首批接口从API version 8 开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
8e41f4b71Sopenharmony_ci>
9e41f4b71Sopenharmony_ci> 本模块为系统接口。
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ci## RemoteAbilityInfo<sup>(deprecated)<sup>
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci> 从API version 9开始不再维护,建议使用[bundleManager-RemoteAbilityInfo](js-apis-bundleManager-remoteAbilityInfo-sys.md)替代。
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ci **系统能力:** 以下各项对应的系统能力均为SystemCapability.BundleManager.DistributedBundleFramework
16e41f4b71Sopenharmony_ci
17e41f4b71Sopenharmony_ci **系统接口:**  此接口为系统接口。
18e41f4b71Sopenharmony_ci
19e41f4b71Sopenharmony_ci| 名称        | 类型                                         | 只读 | 可选 | 说明                    |
20e41f4b71Sopenharmony_ci| ----------- | -------------------------------------------- | ---- | ---- | ----------------------- |
21e41f4b71Sopenharmony_ci| elementName | [ElementName](js-apis-bundle-ElementName.md) | 是   | 否   | ability元素资源信息。       |
22e41f4b71Sopenharmony_ci| label       | string                                       | 是   | 否   | 指明ability的名称。   |
23e41f4b71Sopenharmony_ci| icon        | string                                       | 是   | 否   | 指明的ability的图标信息。 |
24