提交 38fc6d35 编写于 作者: C chengxingzhen

xts-shell命令管控新增用例

Signed-off-by: Nchengxingzhen <chengxingzhen@huawei.com>
上级 d376d223
...@@ -14,30 +14,30 @@ ...@@ -14,30 +14,30 @@
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsShellCommandControlTest") { ohos_js_hap_suite("ActsShellCommandControlTest") {
hap_profile = "entry/src/main/module.json"; hap_profile = "entry/src/main/module.json"
js_build_mode = "debug"; js_build_mode = "debug"
deps = [ deps = [
":shellcommandcontrol_js_assets", ":shellcommandcontrol_js_assets",
":shellcommandcontrol_resources", ":shellcommandcontrol_resources",
] ]
ets2abc = true; ets2abc = true;
certificate_profile = "signature/openharmony_sx.p7b"; certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsShellCommandControlTest"; hap_name = "ActsShellCommandControlTest"
subsystem_name = "ability"; subsystem_name = "ability"
part_name = "ability_runtime"; part_name = "ability_runtime"
} }
ohos_app_scope("shellcommandcontrol_app_profile") { ohos_app_scope("shellcommandcontrol_app_profile") {
app_profile = "AppScope/app.json"; app_profile = "AppScope/app.json"
sources = [ "AppScope/resources" ]; sources = [ "AppScope/resources" ]
} }
ohos_js_assets("shellcommandcontrol_js_assets") { ohos_js_assets("shellcommandcontrol_js_assets") {
source_dir = "entry/src/main/ets"; source_dir = "entry/src/main/ets"
} }
ohos_resources("shellcommandcontrol_resources") { ohos_resources("shellcommandcontrol_resources") {
sources = [ "entry/src/main/resources" ]; sources = [ "entry/src/main/resources" ]
deps = [ ":shellcommandcontrol_app_profile" ]; deps = [ ":shellcommandcontrol_app_profile" ]
hap_profile = "entry/src/main/module.json"; hap_profile = "entry/src/main/module.json"
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册