mirror of
https://github.com/openharmony/bundlemanager_bundle_framework_lite.git
synced 2026-07-21 08:06:15 -04:00
025c6a445e
Signed-off-by: shilei <shilei91@huawei.com> Change-Id: Iba524445184a82a30e1a1b66ced9e1dd71312316
Introduction
AbilityInfoability information such as bundleName, srcPath(file path of one application), iconPath, isVisible etc..AppexecfwkErrorsan emum including some error codes occurred when functions ofBundle manager service(BMS) return corresponding errors.ElementNamewho encapsulates bundleName, deviceId and abilityName of one application to query ability information.BundleInfoapplication information, including, versionName, smallIconPath, bigIconPath, iconPath, versionCode etc..ModuleInfoencapsulating 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