1e41f4b71Sopenharmony_ci# BusinessAbilityInfo (System API) 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ciThe **BusinessAbilityInfo** module provides basic information about a business ability. 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ci> **NOTE** 6e41f4b71Sopenharmony_ci> 7e41f4b71Sopenharmony_ci> The initial APIs of this module are supported since API version 10. 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## BusinessAbilityInfo 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci**System API**: This is a system API. 14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ci**System capability**: SystemCapability.Ability.AbilityRuntime.Core 16e41f4b71Sopenharmony_ci 17e41f4b71Sopenharmony_ci| Name | Type | Readable| Writable| Description | 18e41f4b71Sopenharmony_ci| --------------------------------- | ------------------------------------------------------------ | ---- | ---- | -------------------- | 19e41f4b71Sopenharmony_ci| bundleName | string | Yes | No | Bundle name.| 20e41f4b71Sopenharmony_ci| moduleName | string | Yes | No | Module name.| 21e41f4b71Sopenharmony_ci| name | string | Yes | No | Name of the business ability.| 22e41f4b71Sopenharmony_ci| labelId | number | Yes | No | Label ID of the module. | 23e41f4b71Sopenharmony_ci| descriptionId | number | Yes | No | Description ID of the module. | 24e41f4b71Sopenharmony_ci| iconId | number | Yes | No | ID of the icon that describes the ability information.| 25e41f4b71Sopenharmony_ci| businessType | [businessAbilityRouter.BusinessType](js-apis-businessAbilityRouter-sys.md#businesstype) | Yes| No| Type of the business ability.| 26e41f4b71Sopenharmony_ci| applicationInfo | Array\<[ApplicationInfo](js-apis-bundleManager-applicationInfo.md)> | Yes | No | Application information. | 27