Files
bundlemanager_bundle_framew…/interfaces/kits/bundle_lite
openharmony_ci 601041c635 !261 修复安装失败问题
Merge pull request !261 from shilei91/master

Signed-off-by: wangdengjia <wangdengjia@huawei.com>
Change-Id: I25295644502658f908c168999ac05f57ebdae4ba
Signed-off-by: wangdengjia <wangdengjia@huawei.com>
2023-08-01 10:56:45 +08:00
..
2023-05-06 02:59:51 +00:00
2022-07-21 22:18:08 +08:00
2023-08-01 10:56:45 +08:00
2021-03-11 18:48:34 +08:00
2023-08-01 10:56:45 +08:00
2022-09-15 19:52:04 +08:00
2021-03-11 18:48:34 +08:00
2021-03-11 18:48:34 +08:00
2022-02-17 14:47:28 +08:00
2021-03-11 18:48:34 +08:00

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