diff --git a/sig/sig-appframework/sig-appframework.md b/sig/sig-appframework/sig-appframework.md index f5a19beb8a9325b804053d97fbd978ea54977284..e8aa80e7415560d3e3b32e7aa59e8aaa0dc80a19 100755 --- a/sig/sig-appframework/sig-appframework.md +++ b/sig/sig-appframework/sig-appframework.md @@ -16,6 +16,10 @@ OpenHarmony ApplicationFramework Governance Charter、ApplicationFramework Revie ## The repository - project name: + - ability_ability_runtime:https://gitee.com/openharmony/ability_ability_runtime + - ability_ability_base:https://gitee.com/openharmony-sig/ability_ability_base + - ability_form_runtime:https://gitee.com/openharmony-sig/ability_form_runtime + - ability_idl:https://gitee.com/openharmony-sig/ability_idl - bundlemanager_bundle_framework:https://gitee.com/openharmony/bundlemanager_bundle_framework - 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 index 560151fd3698c3ea9269c1e3888e731992321f35..20b0f7a6f38bed70eb022b1553554bc6d72b0b25 100755 --- a/sig/sig-appframework/sig-appframework_cn.md +++ b/sig/sig-appframework/sig-appframework_cn.md @@ -15,7 +15,10 @@ ApplicationFramework相关的设计评审、提交评审、《OpenHarmony Applic - 代码仓地址: - appexecfwk_lite:https://gitee.com/openharmony/appexecfwk_appexecfwk_lite - aafwk_lite:https://gitee.com/openharmony/aafwk_aafwk_lite - - aafwk_standard:https://gitee.com/openharmony/aafwk_standard + - ability_ability_runtime:https://gitee.com/openharmony/ability_ability_runtime + - ability_ability_base:https://gitee.com/openharmony-sig/ability_ability_base + - ability_form_runtime:https://gitee.com/openharmony-sig/ability_form_runtime + - ability_idl:https://gitee.com/openharmony-sig/ability_idl - bundlemanager_bundle_framework:https://gitee.com/openharmony/bundlemanager_bundle_framework - 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 ca608628f83a5f8a811d96e247463d6f796a8e77..1406f64aaf113f221879efab9d3f502b6a16d76e 100755 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -849,13 +849,21 @@ "https://gitee.com/openharmony/arkui_ace_engine", "https://gitee.com/openharmony/arkui_ace_engine_lite", "https://gitee.com/openharmony/arkui_napi", - "https://gitee.com/openharmony/bundlemanager_bundle_framework" + "https://gitee.com/openharmony/ability_ability_runtime", + "https://gitee.com/openharmony-sig/ability_ability_base", + "https://gitee.com/openharmony-sig/ability_form_runtime", + "https://gitee.com/openharmony-sig/ability_idl", + "https://gitee.com/openharmony/bundlemanager_bundle_framework" ], "project-path": [ "foundation/arkui/ace_engine", "foundation/arkui/ace_engine_lite", "foundation/arkui/napi", - "foundation/bundlemanager/bundle_framework" + "foundation/ability/ability_runtime", + "foundation/ability/ability_base", + "foundation/ability/form_runtime", + "foundation/ability/idl", + "foundation/bundlemanager/bundle_framework" ] } ]