diff --git a/ability/ability_runtime/actsshellcommandfunctionalitytest/actsshellcommandcontroltest/BUILD.gn b/ability/ability_runtime/actsshellcommandfunctionalitytest/actsshellcommandcontroltest/BUILD.gn index 1cf32345390c8ec2da60908324fb7425d6cfbc3a..1e82b148c812f94d4fa849091e83ef1cdd9b1b1d 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"; }