Name Date Size

..25-Oct-20244 KiB

ability_info.hH A D25-Oct-20244.3 KiB

appexecfwk_errors.hH A D25-Oct-202414.9 KiB

bundle_info.hH A D25-Oct-20244.8 KiB

bundle_manager.hH A D25-Oct-202411.3 KiB

bundle_status_callback.hH A D25-Oct-20243.7 KiB

element_name.hH A D25-Oct-20244.1 KiB

install_param.hH A D25-Oct-20242.2 KiB

js/builtin/H25-Oct-20244 KiB

LICENSEH A D25-Oct-202410.1 KiB

module_info.hH A D25-Oct-20243.4 KiB

README.mdH A D25-Oct-2024825

slite/H25-Oct-20244 KiB

README.md

1## Introduction
2
3- `AbilityInfo` ability information such as bundleName, srcPath(file path of one application), iconPath, isVisible etc..
4- `AppexecfwkErrors` an emum including some error codes occurred when functions of `Bundle manager service` (BMS) return corresponding errors.
5- `ElementName` who encapsulates bundleName, deviceId and abilityName of one application to query ability information.
6- `BundleInfo` application information, including, versionName, smallIconPath, bigIconPath, iconPath, versionCode etc..
7- `ModuleInfo` encapsulating moduleName, description, name, moduleType, isDeliveryInstall, deviceType and metaData.
8## Directions
9
10```
11.
12├── ability_info.h
13├── appexecfwk_errors.h
14├── bundle_info.h
15├── element_name.h
16├── module_info.h
17└── README.md
18```