From 8a97cf21c61cc66984c1327890c65944bfddf62b Mon Sep 17 00:00:00 2001 From: hanfeng Date: Mon, 3 Apr 2023 02:11:21 +0000 Subject: [PATCH] =?UTF-8?q?!1421=20=E3=80=90=E5=8C=85=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E3=80=91bundle=5Ftool=E5=92=8Cdistributed=5Fbundle=5Fframework?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E9=83=A8=E4=BB=B6=EF=BC=8C=E4=BB=8Ebundle=5F?= =?UTF-8?q?framework=E4=BB=93=E4=B8=AD=E6=8B=86=E5=87=BA=20*=20add=20bm=20?= =?UTF-8?q?and=20dbms=20repository=20and=20committer=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sig/sig-appframework/sig-appframework.md | 6 ++++-- sig/sig-appframework/sig-appframework_cn.md | 6 ++++-- sig/sigs.json | 4 ++++ zh/committer.md | 4 +++- 4 files changed, 15 insertions(+), 5 deletions(-) mode change 100755 => 100644 sig/sig-appframework/sig-appframework.md mode change 100755 => 100644 sig/sig-appframework/sig-appframework_cn.md diff --git a/sig/sig-appframework/sig-appframework.md b/sig/sig-appframework/sig-appframework.md old mode 100755 new mode 100644 index 1272823..2a5b524 --- a/sig/sig-appframework/sig-appframework.md +++ b/sig/sig-appframework/sig-appframework.md @@ -23,9 +23,9 @@ OpenHarmony ApplicationFramework technology stack scope is shown in the followin | Component Name | Component Description | Component Repository Name | | ---------------------------------- | ------------------------------------------------------------ | --------------------------------------------- | -| Command Line Tool | Provides the command line to install, update, uninstall and query information of OpenHarmony bundles. | bundlemanager_bundle_framework | +| Command Line Tool | Provides the command line to install, update, uninstall and query information of OpenHarmony bundles. | bundlemanager_bundle_tool | | Bundle Management Framework | Provides the ability to install, update, uninstall and query information of OpenHarmony bundles and service installation bundles. | bundlemanager_bundle_framework | -| Distributed Bundle Framework | Provides the ability to distributed manage bundles. | bundlemanager_bundle_framework | +| Distributed Bundle Framework | Provides the ability to distributed manage bundles. | bundlemanager_distributed_bundle_framework | | SDK Tool | Provide hap packaging, unpacking tools, and application manifest file checking tools used by IDE. | developtools_packing_tool | | Application Verify | Provides integrity verification and source control capabilities for hap applications. | security_appverify | | Common Event Service | Provides applications with the ability to subscribe, publish, and unsubscribe from public events. | notification_common_event_service | @@ -72,6 +72,8 @@ OpenHarmony ApplicationFramework technology stack scope is shown in the followin - systemabilitymgr_safwk_lite:https://gitee.com/openharmony/systemabilitymgr_safwk_lite - developtools_packing_tool:https://gitee.com/openharmony/developtools_packing_tool - bundlemanager_bundle_framework:https://gitee.com/openharmony/bundlemanager_bundle_framework + - bundlemanager_bundle_tool:https://gitee.com/openharmony/bundlemanager_bundle_tool + - bundlemanager_distributed_bundle_framework:https://gitee.com/openharmony/bundlemanager_distributed_bundle_framework - bundlemanager_bundle_framework_lite:https://gitee.com/openharmony/bundlemanager_bundle_framework_lite - developtools_ace_js2bundle:https://gitee.com/openharmony/developtools_ace_js2bundle - developtools_ace_ets2bundle:https://gitee.com/openharmony/developtools_ace_ets2bundle diff --git a/sig/sig-appframework/sig-appframework_cn.md b/sig/sig-appframework/sig-appframework_cn.md old mode 100755 new mode 100644 index 310b2c7..c608233 --- a/sig/sig-appframework/sig-appframework_cn.md +++ b/sig/sig-appframework/sig-appframework_cn.md @@ -18,9 +18,9 @@ ApplicationFramework SIG技术栈范围全景图如下图所示: ## 代码仓 | 部件名称 | 部件功能描述 | 部件仓名称 | | ---------------- | ------------------------------------------------------------ | --------------------------------------------- | -| 命令行工具 | 包管理命令行工具:提供命令行中执行hap包的安装、更新、卸载及信息查询的能力。 | bundlemanager_bundle_framework | +| 命令行工具 | 包管理命令行工具:提供命令行中执行hap包的安装、更新、卸载及信息查询的能力。 | bundlemanager_bundle_tool | | 包管理基础框架 | 提供OpenHarmony应用和服务安装包的安装、更新、卸载以及信息查询等能力,包含包管理接口和包管理服务。 | bundlemanager_bundle_framework | -| 分布式包管理框架 | 分布式包管理服务。 | bundlemanager_bundle_framework | +| 分布式包管理框架 | 分布式包管理服务。 | bundlemanager_distributed_bundle_framework | | SDK工具 | 提供IDE使用的hap包打包、拆包工具、应用清单文件检查工具。 | developtools_packing_tool | | 应用签名校验 | 提供了对hap应用的完整性校验和来源管控能力,是OpenHarmony生态安全的基础。 | security_appverify | | 公共事件服务 | 为应用程序提供订阅、发布、退订公共事件的能力。 | notification_common_event_service | @@ -67,6 +67,8 @@ ApplicationFramework SIG技术栈范围全景图如下图所示: - systemabilitymgr_safwk_lite:https://gitee.com/openharmony/systemabilitymgr_safwk_lite - developtools_packing_tool:https://gitee.com/openharmony/developtools_packing_tool - bundlemanager_bundle_framework:https://gitee.com/openharmony/bundlemanager_bundle_framework + - bundlemanager_bundle_tool:https://gitee.com/openharmony/bundlemanager_bundle_tool + - bundlemanager_distributed_bundle_framework:https://gitee.com/openharmony/bundlemanager_distributed_bundle_framework - bundlemanager_bundle_framework_lite:https://gitee.com/openharmony/bundlemanager_bundle_framework_lite - developtools_ace_js2bundle:https://gitee.com/openharmony/developtools_ace_js2bundle - developtools_ace_ets2bundle:https://gitee.com/openharmony/developtools_ace_ets2bundle diff --git a/sig/sigs.json b/sig/sigs.json index 8b07e51..a592762 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -1008,6 +1008,8 @@ "https://gitee.com/openharmony/ability_form_fwk", "https://gitee.com/openharmony/ability_idl_tool", "https://gitee.com/openharmony/bundlemanager_bundle_framework", + "https://gitee.com/openharmony/bundlemanager_bundle_tool", + "https://gitee.com/openharmony/bundlemanager_distributed_bundle_framework", "https://gitee.com/openharmony/bundlemanager_bundle_framework_lite", "https://gitee.com/openharmony/global_resource_management", "https://gitee.com/openharmony/global_resource_management_lite", @@ -1034,6 +1036,8 @@ "foundation/ability/form_fwk", "foundation/ability/idl_tool", "foundation/bundlemanager/bundle_framework", + "foundation/bundlemanager/bundle_tool", + "foundation/bundlemanager/distributed_bundle_framework", "foundation/bundlemanager/bundle_framework_lite", "base/global/resource_management", "base/global/global_resource_management_lite", diff --git a/zh/committer.md b/zh/committer.md index efb8e87..1b29650 100644 --- a/zh/committer.md +++ b/zh/committer.md @@ -447,4 +447,6 @@ |445|tools_previewer|tools_previewer|https://gitee.com/duanlang2020|duanjintao2@huawei.com|https://gitee.com/hmscoe|zhaowenguang2@huawei.com|SIG_ide| |446|third_party_libfuse|third_party/libfuse|https://gitee.com/bubble_mao|maojingjing1@huawei.com|https://gitee.com/panqinxu|panqinxu1@huawei.com|SIG_Kernel| |447|kernel_common_modules|kernel/common_modules|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/weiyj_lk|weiyongjun1@huawei.com|SIG_Kernel| -|448|kernel_linux_common_modules|kernel/linux/common_modules|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/weiyj_lk|weiyongjun1@huawei.com|SIG_Kernel| \ No newline at end of file +|448|kernel_linux_common_modules|kernel/linux/common_modules|https://gitee.com/liuyoufang|liuyu82@huawei.com|https://gitee.com/weiyj_lk|weiyongjun1@huawei.com|SIG_Kernel| +|449|bundlemanager_bundle_tool|foundation/bundlemanager/bundle_tool|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/shuaytao
https://gitee.com/zhongjianfei|shuaiyutao1@huawei.com
zhongjianfei@huawei.com|SIG_ApplicationFramework| +|450|bundlemanager_distributed_bundle_framework|foundation/bundlemanager/distributed_bundle_framework|https://gitee.com/gwang2008|wanggenliang@huawei.com|https://gitee.com/shuaytao
https://gitee.com/zhongjianfei|shuaiyutao1@huawei.com
zhongjianfei@huawei.com|SIG_ApplicationFramework| \ No newline at end of file -- GitLab