From 38fc6d359c09a820a7aa8112a04a2bdfb137771a Mon Sep 17 00:00:00 2001 From: chengxingzhen Date: Tue, 17 Jan 2023 09:43:08 +0800 Subject: [PATCH] =?UTF-8?q?xts-shell=E5=91=BD=E4=BB=A4=E7=AE=A1=E6=8E=A7?= =?UTF-8?q?=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 | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ability/ability_runtime/actsshellcommandfunctionalitytest/actsshellcommandcontroltest/BUILD.gn b/ability/ability_runtime/actsshellcommandfunctionalitytest/actsshellcommandcontroltest/BUILD.gn index 1e82b148c..b551f4e69 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"; + 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