From 015877190a5a80d875a5420312246c2c46d7f051 Mon Sep 17 00:00:00 2001 From: zhangyukun8 <8046774+zhangyukun8@user.noreply.gitee.com> Date: Tue, 17 Aug 2021 09:05:44 +0000 Subject: [PATCH] =?UTF-8?q?!327=20=E6=96=B0=E5=A2=9Ecompiler=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=9A=84js=5Fapi=20*=20=E6=96=B0=E5=A2=9Ecompiler?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E7=9A=84js=5Fapi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sig/sig-compileruntime/sig-compile-runtime.md | 4 ++ .../sig-compile-runtime_cn.md | 4 ++ sig/sigs.json | 60 ++++++++++++------- 3 files changed, 45 insertions(+), 23 deletions(-) diff --git a/sig/sig-compileruntime/sig-compile-runtime.md b/sig/sig-compileruntime/sig-compile-runtime.md index 6f39589..31238b9 100644 --- a/sig/sig-compileruntime/sig-compile-runtime.md +++ b/sig/sig-compileruntime/sig-compile-runtime.md @@ -23,6 +23,10 @@ - project name: - build_lite: https://gitee.com/openharmony/build_lite - build: https://gitee.com/openharmony/build + - js_api_module: https://gitee.com/openharmony/js_api_module + - js_sys_module: https://gitee.com/openharmony/js_sys_module + - js_util_module: https://gitee.com/openharmony/js_util_module + - js_worker_module: https://gitee.com/openharmony/js_worker_module - productdefine_common: https://gitee.com/openharmony/productdefine_common - prebuilts_aosp_libs: https://gitee.com/openharmony/prebuilts_aosp_libs - third_party_gn: https://gitee.com/openharmony/third_party_gn diff --git a/sig/sig-compileruntime/sig-compile-runtime_cn.md b/sig/sig-compileruntime/sig-compile-runtime_cn.md index 8dd04f6..afd0ce4 100644 --- a/sig/sig-compileruntime/sig-compile-runtime_cn.md +++ b/sig/sig-compileruntime/sig-compile-runtime_cn.md @@ -22,6 +22,10 @@ - 代码仓地址: - build_lite: https://gitee.com/openharmony/build_lite - build: https://gitee.com/openharmony/build + - js_api_module: https://gitee.com/openharmony/js_api_module + - js_sys_module: https://gitee.com/openharmony/js_sys_module + - js_util_module: https://gitee.com/openharmony/js_util_module + - js_worker_module: https://gitee.com/openharmony/js_worker_module - productdefine_common: https://gitee.com/openharmony/productdefine_common - prebuilts_aosp_libs: https://gitee.com/openharmony/prebuilts_aosp_libs - third_party_gn: https://gitee.com/openharmony/third_party_gn diff --git a/sig/sigs.json b/sig/sigs.json index d905f2a..8941fb6 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -404,32 +404,46 @@ { "sig-name":"sig-security", "projects":[ - "https://gitee.com/openharmony/security_deviceauth", - "https://gitee.com/openharmony/security_huks", - "https://gitee.com/openharmony/security_dataclassification", - "https://gitee.com/openharmony/security_appverify", - "https://gitee.com/openharmony/security_permission", - "https://gitee.com/openharmony-sig/third_party_selinux" + "https://gitee.com/openharmony/security_deviceauth", + "https://gitee.com/openharmony/security_huks", + "https://gitee.com/openharmony/security_dataclassification", + "https://gitee.com/openharmony/security_appverify", + "https://gitee.com/openharmony/security_permission", + "https://gitee.com/openharmony-sig/third_party_selinux" ], "project-path":[ - "base/security/deviceauth", - "base/security/huks/", - "base/security/dataclassification", - "base/security/appverify", - "base/security/permission", - "third_party/selinux" - "NONE" + "base/security/deviceauth", + "base/security/huks/", + "base/security/dataclassification", + "base/security/appverify", + "base/security/permission", + "third_party/selinux", + "NONE" ] }, - { - "sig-name":"sig-blockchain", - "projects":[ - "https://gitee.com/openharmony-sig/security_block_chain" - ], - "project-path":[ - "NONE" - ] - } - + { + "sig-name":"sig-blockchain", + "projects":[ + "https://gitee.com/openharmony-sig/security_block_chain" + ], + "project-path":[ + "NONE" + ] + }, + { + "sig-name":"sig-compileruntime", + "projects":[ + "https://gitee.com/openharmony/js_api_module", + "https://gitee.com/openharmony/js_sys_module", + "https://gitee.com/openharmony/js_util_module", + "https://gitee.com/openharmony/js_worker_module" + ], + "project-path":[ + "base/compileruntime/js_api_module", + "base/compileruntime/js_sys_module", + "base/compileruntime/js_util_module", + "base/compileruntime/js_worker_module" + ] + } ] }