# appexecfwk_interfaces_innerkits_appexecfwk_lite **Repository Path**: weng-changcheng/appexecfwk_interfaces_innerkits_appexecfwk_lite ## Basic Information - **Project Name**: appexecfwk_interfaces_innerkits_appexecfwk_lite - **Description**: External interfaces for querying bundle information as well as installing and uninstalling applications | 包信息查询、安装、卸载等功能的对外接口 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2020-09-30 - **Last Updated**: 2020-12-19 ## 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 ```