From ecea6b1866446d9408fe230f01aef5d78fe74dc9 Mon Sep 17 00:00:00 2001 From: cuican Date: Wed, 24 Jan 2024 10:42:13 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E6=96=87=E4=BB=B6=20component=5Fcompilation=5Fwhiteli?= =?UTF-8?q?st.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuican --- component_compilation_whitelist.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 1460dab4e9..54161750ed 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -225,6 +225,7 @@ "//third_party/skia:skvm_jit", "//foundation/ai/neural_network_runtime/frameworks:libneural_network_runtime", "//foundation/ai/neural_network_runtime/frameworks:libneural_network_core", + "//foundation/ai/neural_network_runtime/frameworks/native/neural_network_core:libneural_network_core", "//base/hiviewdfx/hiview/plugins/faultlogger/service/idl:faultlogger_service_ohos_common", "//base/hiviewdfx/hiview/plugins/faultlogger/service/idl:faultlogger_service_ohos_common_with_cfi", "//foundation/communication/dsoftbus/tests/sdk/frame/fuzztest/softbusclientstub_fuzzer:softbus_client_static" @@ -7099,6 +7100,9 @@ "//foundation/ai/neural_network_runtime/frameworks:libneural_network_core": [ "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include/" ], + "//foundation/ai/neural_network_runtime/frameworks/native/neural_network_core:libneural_network_core": [ + "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include/" + ], "//drivers/peripheral/wlan/hal:wifi_hal": [ "//third_party/bounds_checking_function/include/" ], -- Gitee From 82a284d90608f7dd2f2dc198681085d6edd8300b Mon Sep 17 00:00:00 2001 From: cuican Date: Wed, 24 Jan 2024 10:42:13 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E6=96=87=E4=BB=B6=20component=5Fcompilation=5Fwhiteli?= =?UTF-8?q?st.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuican --- component_compilation_whitelist.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 1460dab4e9..3feae15ca6 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -13460,6 +13460,12 @@ "//foundation/ability/ability_runtime/frameworks/js/napi/app/application_context/": [ "//arkcompiler/ets_frontend/es2panda/es2abc_config.gni" ], + "//foundation/ability/ability_runtime/frameworks/js/napi/app/application_state_change_callback/": [ + "//arkcompiler/ets_frontend/es2panda/es2abc_config.gni" + ], + "//foundation/ability/ability_runtime/frameworks/js/napi/app/environment_callback/": [ + "//arkcompiler/ets_frontend/es2panda/es2abc_config.gni" + ], "//foundation/ability/ability_runtime/frameworks/js/napi/app/context/": [ "//arkcompiler/ets_frontend/es2panda/es2abc_config.gni" ], -- Gitee From cb34020fba2e675f994eff87c46dfecbf55834a0 Mon Sep 17 00:00:00 2001 From: cuican Date: Wed, 24 Jan 2024 17:31:10 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=99=BD=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E6=96=87=E4=BB=B6=20component=5Fcompilation=5Fwhiteli?= =?UTF-8?q?st.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuican --- component_compilation_whitelist.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 6ea64b6282..3feae15ca6 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -225,7 +225,6 @@ "//third_party/skia:skvm_jit", "//foundation/ai/neural_network_runtime/frameworks:libneural_network_runtime", "//foundation/ai/neural_network_runtime/frameworks:libneural_network_core", - "//foundation/ai/neural_network_runtime/frameworks/native/neural_network_core:libneural_network_core", "//base/hiviewdfx/hiview/plugins/faultlogger/service/idl:faultlogger_service_ohos_common", "//base/hiviewdfx/hiview/plugins/faultlogger/service/idl:faultlogger_service_ohos_common_with_cfi", "//foundation/communication/dsoftbus/tests/sdk/frame/fuzztest/softbusclientstub_fuzzer:softbus_client_static" @@ -7100,9 +7099,6 @@ "//foundation/ai/neural_network_runtime/frameworks:libneural_network_core": [ "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include/" ], - "//foundation/ai/neural_network_runtime/frameworks/native/neural_network_core:libneural_network_core": [ - "//third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include/" - ], "//drivers/peripheral/wlan/hal:wifi_hal": [ "//third_party/bounds_checking_function/include/" ], -- Gitee