From b9c995984b762f08043ed227f30edfa73a9d617e Mon Sep 17 00:00:00 2001 From: zhouke Date: Mon, 15 May 2023 14:23:50 +0800 Subject: [PATCH] modify.Signed-off-by: . Signed-off-by: zhouke --- aw/cxx/hwext/BUILD.gn | 2 +- examples/BUILD.gn | 2 +- examples/app_info/BUILD.gn | 2 +- examples/calculator/BUILD.gn | 2 +- examples/detector/BUILD.gn | 2 +- examples/stagetest/actsbundlemanagerstagetest/BUILD.gn | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aw/cxx/hwext/BUILD.gn b/aw/cxx/hwext/BUILD.gn index 903047d..1bbd952 100755 --- a/aw/cxx/hwext/BUILD.gn +++ b/aw/cxx/hwext/BUILD.gn @@ -26,7 +26,7 @@ ohos_static_library("performance_test_static") { deps = [ "//third_party/googletest:gtest" ] public_deps = [ "//third_party/libxml2:libxml2" ] public_configs = [ ":performance_test_config" ] - subsystem_name = "developertest" + subsystem_name = "testfwk" part_name = "developertest" external_deps = [ "c_utils:utils" ] } diff --git a/examples/BUILD.gn b/examples/BUILD.gn index 1c255b8..0523465 100755 --- a/examples/BUILD.gn +++ b/examples/BUILD.gn @@ -13,7 +13,7 @@ import("//build/ohos.gni") -ohos_subsystem("developertest") { +ohos_subsystem("testfwk") { subsystem_packages = [ "calculator:calculator", "detector:detector", diff --git a/examples/app_info/BUILD.gn b/examples/app_info/BUILD.gn index 72593f1..a00891d 100644 --- a/examples/app_info/BUILD.gn +++ b/examples/app_info/BUILD.gn @@ -22,6 +22,6 @@ config("app_info_config") { ohos_shared_library("app_info") { sources = [] public_configs = [ ":app_info_config" ] - subsystem_name = "developertest" + subsystem_name = "testfwk" } ############################################################################### diff --git a/examples/calculator/BUILD.gn b/examples/calculator/BUILD.gn index aede5d5..a5461f8 100755 --- a/examples/calculator/BUILD.gn +++ b/examples/calculator/BUILD.gn @@ -25,7 +25,7 @@ ohos_shared_library("calculator") { "src/calculator.cpp", ] public_configs = [ ":calculator_config" ] - subsystem_name = "developertest" + subsystem_name = "testfwk" } ohos_static_library("calculator_static") { diff --git a/examples/detector/BUILD.gn b/examples/detector/BUILD.gn index 1254fc3..50d89fc 100755 --- a/examples/detector/BUILD.gn +++ b/examples/detector/BUILD.gn @@ -28,6 +28,6 @@ ohos_shared_library("detector") { "src/detector.cpp", ] configs = [ ":detector_config" ] - subsystem_name = "developertest" + subsystem_name = "testfwk" } ############################################################################### diff --git a/examples/stagetest/actsbundlemanagerstagetest/BUILD.gn b/examples/stagetest/actsbundlemanagerstagetest/BUILD.gn index ea32b94..13e2384 100644 --- a/examples/stagetest/actsbundlemanagerstagetest/BUILD.gn +++ b/examples/stagetest/actsbundlemanagerstagetest/BUILD.gn @@ -24,7 +24,7 @@ ohos_js_stage_unittest("ActsBundleMgrStageEtsTest") { ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" hap_name = "ActsBundleMgrStageEtsTest" - subsystem_name = "developertest" + subsystem_name = "testfwk" part_name = "stage_test" module_out_path = want_output_path } -- Gitee