build:modify appexecfwk_lite to bundle_framework_lite

Signed-off-by: linxiangzhi <linxiangzhi@huawei.com>
Change-Id: I524f91f20c4bccb1654799139f2362fc9b9becad
This commit is contained in:
linxiangzhi
2022-06-20 14:56:11 +08:00
parent ca949ecb2b
commit 8b85d30fae
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -24,13 +24,13 @@ The bundle management framework is provided by OpenHarmony for you to manage app
## Directory Structure<a name="section1464106163817"></a>
```
/foundation/appexecfwk/appexecfwk_lite
/foundation/bundlemanager/bundle_framework_lite
├── frameworks
│ └── bundle_lite # Client code used for communication between the BundleKit and Bundle Manager Service
├── interfaces
│ ├── kits
│ │ └── bundle_lite # BundleKit APIs exposed externally
│ └── innerkits
│ └── inner_api
│ └── bundlemgr_lite # Core implementation code of BundleKit and internal APIs provided by the Bundle Manager Service for other subsystems
├── services
│ └── bundlemgr_lite # Implementation code of the Bundle Manager Service
@@ -51,7 +51,7 @@ The bundle management framework is provided by OpenHarmony for you to manage app
[Application framework](https://gitee.com/openharmony/docs/blob/master/en/readme/application-framework.md)
[aafwk\_aafwk\_lite](https://gitee.com/openharmony/aafwk_aafwk_lite/blob/master/README.md)
[ability\_ability\_lite](https://gitee.com/openharmony/ability_ability_lite/blob/master/README.md)
**appexecfwk\_appexecfwk\_lite**
**bundlemanager\_bundle\_framework\_lite**
+4 -4
View File
@@ -24,13 +24,13 @@
## 目录<a name="section1464106163817"></a>
```
/foundation/appexecfwk/appexecfwk_lite
/foundation/bundlemanager/bundle_framework_lite
├── frameworks
│ └── bundle_lite # 管理BundleKit与包管理服务通信的客户端代码
├── interfaces
│ ├── kits
│ │ └── bundle_lite # BundleKit为开发者提供的接口
│ └── innerkits
│ └── inner_api
│ └── bundlemgr_lite # BundleKit实现的核心代码,及包管理服务为其它子系统提供的接口
├── services
│ └── bundlemgr_lite # 包管理服务的实现代码
@@ -51,7 +51,7 @@
[用户程序框架子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E7%94%A8%E6%88%B7%E7%A8%8B%E5%BA%8F%E6%A1%86%E6%9E%B6%E5%AD%90%E7%B3%BB%E7%BB%9F.md)
[aafwk\_aafwk\_lite](https://gitee.com/openharmony/aafwk_aafwk_lite/blob/master/README_zh.md)
[ability\_ability\_lite](https://gitee.com/openharmony/ability_ability_lite/blob/master/README_zh.md)
**appexecfwk\_appexecfwk\_lite**
**bundlemanager\_bundle\_framework\_lite**