提交 d96532b1 编写于 作者: I inter515

新增部件名和子系统名

Signed-off-by: Ninter515 <ry.renyi@huawei.com>
上级 35373c9f
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBmsAccessTokenTest") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBmsAccessTokenTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("hjs_demo_js_assets") {
js2abc = true
......
......@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsBmsEtsModuleNameTest") {
ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBmsEtsModuleNameTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("bms_ets_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsBmsEtsUnPermissionTest") {
ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBmsEtsUnPermissionTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("bms_ets_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBmsHapModuleTest") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBmsHapModuleTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("hjs_demo_js_assets") {
js2abc = true
......
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBmsJsTest") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBmsJsTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("hjs_demo_js_assets") {
js2abc = true
......
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBmsJsUnPermissionTest") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBmsJsUnPermissionTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("hjs_demo_js_assets") {
js2abc = true
......
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBmsMetaDataTest") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBmsMetaDataTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("hjs_demo_js_assets") {
js2abc = true
......
......@@ -22,6 +22,8 @@ ohos_js_hap_suite("ActBmsStageEtsTest") {
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActBmsStageEtsTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_app_scope("actbmsstageetstest_app_profile") {
......
......@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsBundleManagerEtsTest") {
ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBundleManagerEtsTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("hjs_demo_ets_assets") {
source_dir = "./entry/src/main/ets/MainAbility"
......
......@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsBundleManagerTest") {
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBundleManagerTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("hjs_demo_js_assets") {
js2abc = true
......
......@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsBundleNativeTest") {
ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBundleNativeTest"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
shared_libraries = [
"./entry/src/main/cpp:bundlendk",
":libcppsharedso",
......
......@@ -15,7 +15,6 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsAccessTokenTest5") {
hap_profile = "./src/main/config.json"
hap_name = "bmsAccessTokenTest5"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......@@ -24,6 +23,8 @@ ohos_hap("bmsAccessTokenTest5") {
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./src/main/js/default"
......
......@@ -15,7 +15,6 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsAccessTokenTest4") {
hap_profile = "./src/main/config.json"
hap_name = "bmsAccessTokenTest4"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......@@ -24,6 +23,8 @@ ohos_hap("bmsAccessTokenTest4") {
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./src/main/js/default"
......
......@@ -15,7 +15,6 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsAccessTokenTest1") {
hap_profile = "./src/main/config.json"
hap_name = "bmsAccessTokenTest1"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......@@ -24,6 +23,8 @@ ohos_hap("bmsAccessTokenTest1") {
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./src/main/js/default"
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsAccessTokenTest3") {
hap_profile = "./src/main/config.json"
hap_name = "bmsAccessTokenTest3"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsAccessTokenTest2") {
hap_profile = "./src/main/config.json"
hap_name = "bmsAccessTokenTest2"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("first_right") {
hap_profile = "./src/main/config.json"
hap_name = "first_right"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsThirdBundleTest5") {
hap_profile = "./src/main/config.json"
hap_name = "bmsThirdBundleTest5"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsThirdBundleTest1") {
hap_profile = "./src/main/config.json"
hap_name = "bmsThirdBundleTest1"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsThirdBundleTestA1") {
hap_profile = "./src/main/config.json"
hap_name = "bmsThirdBundleTestA1"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsThirdBundleTest4") {
hap_profile = "./src/main/config.json"
hap_name = "bmsThirdBundleTest4"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsThirdBundleC") {
hap_profile = "./src/main/config.json"
hap_name = "bmsThirdBundleC"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsThirdBundleJs") {
hap_profile = "./src/main/config.json"
hap_name = "bmsThirdBundleJs"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsSystemBundleTest1") {
hap_profile = "./src/main/config.json"
hap_name = "bmsSystemBundleTest1"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsSystemBundleTest2") {
hap_profile = "./src/main/config.json"
hap_name = "bmsSystemBundleTest2"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsVendorBundleTest1") {
hap_profile = "./src/main/config.json"
hap_name = "bmsVendorBundleTest1"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsThirdBundleTest2") {
hap_profile = "./src/main/config.json"
hap_name = "bmsThirdBundleTest2"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsThirdBundleTest7") {
hap_profile = "./src/main/config.json"
hap_name = "bmsThirdBundleTest7"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsThirdBundleTest6") {
hap_profile = "./src/main/config.json"
hap_name = "bmsThirdBundleTest6"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsThirdBundleTest3") {
hap_profile = "./src/main/config.json"
hap_name = "bmsThirdBundleTest3"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsMainAbilityFirstScene") {
hap_profile = "./src/main/config.json"
hap_name = "bmsMainAbilityFirstScene"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsMainAbilitySecondScene") {
hap_profile = "./src/main/config.json"
hap_name = "bmsMainAbilitySecondScene"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsModuleNameTest1") {
hap_profile = "./src/main/config.json"
hap_name = "bmsModuleNameTest1"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsModuleNameTest2") {
hap_profile = "./src/main/config.json"
hap_name = "bmsModuleNameTest2"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsJstest5") {
hap_profile = "./src/main/config.json"
hap_name = "bmsJstest5"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsJstest4") {
hap_profile = "./src/main/config.json"
hap_name = "bmsJstest4"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsJstest1") {
hap_profile = "./src/main/config.json"
hap_name = "bmsJstest1"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsJstest6") {
hap_profile = "./src/main/config.json"
hap_name = "bmsJstest6"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsJstest3") {
hap_profile = "./src/main/config.json"
hap_name = "bmsJstest3"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsJstest2") {
hap_profile = "./src/main/config.json"
hap_name = "bmsJstest2"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -15,7 +15,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("second_right") {
hap_profile = "./src/main/config.json"
hap_name = "second_right"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -16,7 +16,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsStageDemo1") {
hap_profile = "entry/src/main/module.json"
hap_name = "bmsStageDemo1"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
......@@ -16,7 +16,8 @@ import("//test/xts/tools/build/suite.gni")
ohos_hap("bmsStageDemo2") {
hap_profile = "entry/src/main/module.json"
hap_name = "bmsStageDemo2"
subsystem_name = XTS_SUITENAME
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册