提交 d96532b1 编写于 作者: I inter515

新增部件名和子系统名

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