From 8b85d30faec10d0d258bbb2d5cd779b83cb8e645 Mon Sep 17 00:00:00 2001 From: linxiangzhi Date: Mon, 20 Jun 2022 14:56:11 +0800 Subject: [PATCH] build:modify appexecfwk_lite to bundle_framework_lite Signed-off-by: linxiangzhi Change-Id: I524f91f20c4bccb1654799139f2362fc9b9becad --- README.md | 8 ++++---- README_zh.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1606abc..a715255 100755 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ The bundle management framework is provided by OpenHarmony for you to manage app ## Directory Structure ``` -/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** diff --git a/README_zh.md b/README_zh.md index ea4c868..a20760e 100755 --- a/README_zh.md +++ b/README_zh.md @@ -24,13 +24,13 @@ ## 目录 ``` -/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**