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

xts-shell命令管控新增用例

Signed-off-by: Nchengxingzhen <chengxingzhen@huawei.com>
上级 d376d223
......@@ -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"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册