From e1cf3096346a6fcee56127dcc069961f14a3f509 Mon Sep 17 00:00:00 2001 From: chengxingzhen Date: Thu, 12 Jan 2023 14:18:07 +0800 Subject: [PATCH] =?UTF-8?q?xts-=E6=96=B0=E5=A2=9E=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengxingzhen --- .../actsshellcommandcontroltest/BUILD.gn | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ability/ability_runtime/actsshellcommandfunctionalitytest/actsshellcommandcontroltest/BUILD.gn b/ability/ability_runtime/actsshellcommandfunctionalitytest/actsshellcommandcontroltest/BUILD.gn index 1cf323453..1e82b148c 100644 --- a/ability/ability_runtime/actsshellcommandfunctionalitytest/actsshellcommandcontroltest/BUILD.gn +++ b/ability/ability_runtime/actsshellcommandfunctionalitytest/actsshellcommandcontroltest/BUILD.gn @@ -14,30 +14,30 @@ import("//test/xts/tools/build/suite.gni") ohos_js_hap_suite("ActsShellCommandControlTest") { - hap_profile = "entry/src/main/module.json" - js_build_mode = "debug" + hap_profile = "entry/src/main/module.json"; + js_build_mode = "debug"; deps = [ ":shellcommandcontrol_js_assets", ":shellcommandcontrol_resources", ] - ets2abc = true - certificate_profile = "signature/openharmony_sx.p7b" - hap_name = "ActsShellCommandControlTest" - subsystem_name = "ability" - part_name = "ability_runtime" + ets2abc = true; + certificate_profile = "signature/openharmony_sx.p7b"; + hap_name = "ActsShellCommandControlTest"; + subsystem_name = "ability"; + part_name = "ability_runtime"; } ohos_app_scope("shellcommandcontrol_app_profile") { - app_profile = "AppScope/app.json" - sources = [ "AppScope/resources" ] + app_profile = "AppScope/app.json"; + sources = [ "AppScope/resources" ]; } ohos_js_assets("shellcommandcontrol_js_assets") { - source_dir = "entry/src/main/ets" + source_dir = "entry/src/main/ets"; } ohos_resources("shellcommandcontrol_resources") { - sources = [ "entry/src/main/resources" ] - deps = [ ":shellcommandcontrol_app_profile" ] - hap_profile = "entry/src/main/module.json" + sources = [ "entry/src/main/resources" ]; + deps = [ ":shellcommandcontrol_app_profile" ]; + hap_profile = "entry/src/main/module.json"; } -- GitLab