mirror of
https://github.com/openharmony/bundlemanager_bundle_framework_lite.git
synced 2026-07-18 17:54:39 -04:00
601041c635
Merge pull request !261 from shilei91/master Signed-off-by: wangdengjia <wangdengjia@huawei.com> Change-Id: I25295644502658f908c168999ac05f57ebdae4ba Signed-off-by: wangdengjia <wangdengjia@huawei.com>
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