提交 c7145218 编写于 作者: O openharmony_ci 提交者: Gitee

!1019 L2 依赖包修改

Merge pull request !1019 from jiyong/master
......@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("localcandisplay") {
ohos_hap("localcandisplay") {
hap_profile = "./entry/src/main/config.json"
hap_name = "localcandisplay"
subsystem_name = XTS_SUITENAME
......
......@@ -13,14 +13,18 @@
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsAnsAllActiveTestTwo") {
ohos_hap("ActsAnsAllActiveTestTwo") {
hap_profile = "./entry/src/main/config.json"
hap_name = "ActsAnsAllActiveTestTwo"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
deps = [
":hjs_demo_js_assets",
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAnsAllActiveTestTwo"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default"
......
{
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "60000",
"package": "com.example.activeotherapp",
"shell-timeout": "60000"
},
"kits": [
{
"test-file-name": [
"ActsAnsAllActiveTestTwo.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}
]
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册