# appexecfwk_interfaces_innerkits_appexecfwk_lite **Repository Path**: fork_ohos_wj/appexecfwk_interfaces_innerkits_appexecfwk_lite ## Basic Information - **Project Name**: appexecfwk_interfaces_innerkits_appexecfwk_lite - **Description**: 应用用户程序框架Ability管理API - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2020-09-11 - **Last Updated**: 2024-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Introduction - `AbilityInfo` ability information such as bundleName, srcPath(file path of one application), iconPath, isVisible etc.. - `AppexecfwkErrors` an emum including some error codes occurred when functions of `Bundle manager service` (BMS) return corresponding errors. - `ElementName` who encapsulates bundleName, deviceId and abilityName of one application to query ability information. - `BundleInfo` application information, including, versionName, smallIconPath, bigIconPath, iconPath, versionCode etc.. - `ModuleInfo` encapsulating moduleName, description, name, moduleType, isDeliveryInstall, deviceType and metaData. ## Directions ``` . ├── ability_info.h ├── appexecfwk_errors.h ├── bundle_info.h ├── element_name.h ├── module_info.h └── README.md ```