From 823cd899c006b42f294514588ff463d99aae7cc9 Mon Sep 17 00:00:00 2001 From: Sunjiamei Date: Thu, 17 Jul 2025 20:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0selection=20js=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BE=9D=E8=B5=96=E5=88=B0=E7=99=BD=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sunjiamei Change-Id: I9cc4c3f0f7ef624c8ee6933f130ebb05c8b42522 --- component_compilation_whitelist.json | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index a5819b0a7d..3f583607a3 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -4191,6 +4191,15 @@ ], "//vendor/hihope/rk3568/hdf_config/uhdf:gen_start_cfg": [ "//drivers/hdf_core/framework/tools/hc-gen:build_hc_gen" + ], + "//foundation/systemabilitymgr/selectionfwk/test/unittest/performancetest:PerformanceTest": [ + "//developtools/packing_tool:packing_tool" + ], + "//foundation/systemabilitymgr/selectionfwk/test/unittest/selection_manager_js_test:SelectionManagerJsTest": [ + "//developtools/packing_tool:packing_tool" + ], + "//foundation/systemabilitymgr/selectionfwk/test/unittest/selection_manager_invalid_operation_js_test:SelectionManagerInvalidOperationJsTest": [ + "//developtools/packing_tool:packing_tool" ] }, "target_absolute_deps_other": { @@ -7910,6 +7919,27 @@ ], "//vendor/hihope/rk3568/hdf_config/uhdf:gen_start_cfg": [ "//drivers/hdf_core/framework/tools/hc-gen:build_hc_gen" + ], + "//foundation/systemabilitymgr/selectionfwk/test/unittest/performancetest:PerformanceTest": [ + "//developtools/packing_tool:packing_tool", + "//arkcompiler/ets_frontend/es2panda:es2abc_js_file" + ], + "//foundation/systemabilitymgr/selectionfwk/test/unittest/performancetest:PerformanceTest__js_assets": [ + "//arkcompiler/ets_frontend/es2panda:build_es2abc_for_hap" + ], + "//foundation/systemabilitymgr/selectionfwk/test/unittest/selection_manager_js_test:SelectionManagerJsTest": [ + "//developtools/packing_tool:packing_tool", + "//arkcompiler/ets_frontend/es2panda:es2abc_js_file" + ], + "//foundation/systemabilitymgr/selectionfwk/test/unittest/selection_manager_js_test:SelectionManagerJsTest__js_assets": [ + "//arkcompiler/ets_frontend/es2panda:build_es2abc_for_hap" + ], + "//foundation/systemabilitymgr/selectionfwk/test/unittest/selection_manager_invalid_operation_js_test:SelectionManagerInvalidOperationJsTest": [ + "//developtools/packing_tool:packing_tool", + "//arkcompiler/ets_frontend/es2panda:es2abc_js_file" + ], + "//foundation/systemabilitymgr/selectionfwk/test/unittest/selection_manager_invalid_operation_js_test:SelectionManagerInvalidOperationJsTest__js_assets": [ + "//arkcompiler/ets_frontend/es2panda:build_es2abc_for_hap" ] }, "import_other": { -- Gitee