提交 1ab72c6c 编写于 作者: X xuchenghua09

update

Signed-off-by: Nxuchenghua09 <xuchenghua09@huawei.com>
上级 dc697dd1
...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAppSelectorPCTest") { ...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAppSelectorPCTest") {
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsAppSelectorPCTest" hap_name = "ActsAppSelectorPCTest"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsappselectorpctest_app_profile") { ohos_app_scope("actsappselectorpctest_app_profile") {
......
...@@ -13,16 +13,20 @@ ...@@ -13,16 +13,20 @@
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsAppSelectorRelyHap") { ohos_hap_assist_suite("ActsAppSelectorRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsAppSelectorRelyHap"
testonly = true
deps = [ deps = [
":actsappselectorrelyhap_js_assets", ":actsappselectorrelyhap_js_assets",
":actsappselectorrelyhap_resources", ":actsappselectorrelyhap_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsAppSelectorRelyHap" subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsappselectorrelyhap_app_profile") { ohos_app_scope("actsappselectorrelyhap_app_profile") {
......
...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAppSelectorTest") { ...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAppSelectorTest") {
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsAppSelectorTest" hap_name = "ActsAppSelectorTest"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsappselectortest_app_profile") { ohos_app_scope("actsappselectortest_app_profile") {
......
...@@ -12,13 +12,11 @@ ...@@ -12,13 +12,11 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_hap("ActsImageAEntryRelyHap") { ohos_hap_assist_suite("ActsImageAEntryRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageAEntryRelyHap" hap_name = "ActsImageAEntryRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimageaentryrelyhap_js_assets", ":actsimageaentryrelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageAEntryRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageAEntryRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimageaentryrelyhap_app_profile") { ohos_app_scope("actsimageaentryrelyhap_app_profile") {
......
...@@ -12,13 +12,11 @@ ...@@ -12,13 +12,11 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_hap("ActsImageAFeatureRelyHap") { ohos_hap_assist_suite("ActsImageAFeatureRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageAFeatureRelyHap" hap_name = "ActsImageAFeatureRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimageafeaturerelyhap_js_assets", ":actsimageafeaturerelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageAFeatureRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageAFeatureRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimageafeaturerelyhap_app_profile") { ohos_app_scope("actsimageafeaturerelyhap_app_profile") {
......
...@@ -12,13 +12,11 @@ ...@@ -12,13 +12,11 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_hap("actsimagearelyhap") { ohos_hap_assist_suite("actsimagearelyhap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "actsimagearelyhap" hap_name = "actsimagearelyhap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimagearelyhap_js_assets", ":actsimagearelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("actsimagearelyhap") { ...@@ -26,6 +24,8 @@ ohos_hap("actsimagearelyhap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimagearelyhap_app_profile") { ohos_app_scope("actsimagearelyhap_app_profile") {
......
...@@ -12,13 +12,11 @@ ...@@ -12,13 +12,11 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_hap("ActsImageBEntryRelyHap") { ohos_hap_assist_suite("ActsImageBEntryRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageBEntryRelyHap" hap_name = "ActsImageBEntryRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimagebentryrelyhap_js_assets", ":actsimagebentryrelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageBEntryRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageBEntryRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimagebentryrelyhap_app_profile") { ohos_app_scope("actsimagebentryrelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsImageBFeatureRelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsImageBFeatureRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageBFeatureRelyHap" hap_name = "ActsImageBFeatureRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimagebfeaturerelyhap_js_assets", ":actsimagebfeaturerelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageBFeatureRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageBFeatureRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimagebfeaturerelyhap_app_profile") { ohos_app_scope("actsimagebfeaturerelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsImageBRelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsImageBRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageBRelyHap" hap_name = "ActsImageBRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimagebrelyhap_js_assets", ":actsimagebrelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageBRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageBRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimagebrelyhap_app_profile") { ohos_app_scope("actsimagebrelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsImageCEntryRelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsImageCEntryRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageCEntryRelyHap" hap_name = "ActsImageCEntryRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimagecentryrelyhap_js_assets", ":actsimagecentryrelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageCEntryRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageCEntryRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimagecentryrelyhap_app_profile") { ohos_app_scope("actsimagecentryrelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsImageCFeatureRelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsImageCFeatureRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageCFeatureRelyHap" hap_name = "ActsImageCFeatureRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimagecfeaturerelyhap_js_assets", ":actsimagecfeaturerelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageCFeatureRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageCFeatureRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimagecfeaturerelyhap_app_profile") { ohos_app_scope("actsimagecfeaturerelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsImageDRelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsImageDRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageDRelyHap" hap_name = "ActsImageDRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimagedrelyhap_js_assets", ":actsimagedrelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageDRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageDRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimagedrelyhap_app_profile") { ohos_app_scope("actsimagedrelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsImageERelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsImageERelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageERelyHap" hap_name = "ActsImageERelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimageerelyhap_js_assets", ":actsimageerelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageERelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageERelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimageerelyhap_app_profile") { ohos_app_scope("actsimageerelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsImageFRelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsImageFRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageFRelyHap" hap_name = "ActsImageFRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimagefrelyhap_js_assets", ":actsimagefrelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageFRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageFRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimagefrelyhap_app_profile") { ohos_app_scope("actsimagefrelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsImageGRelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsImageGRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageGRelyHap" hap_name = "ActsImageGRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimagegrelyhap_js_assets", ":actsimagegrelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageGRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageGRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimagegrelyhap_app_profile") { ohos_app_scope("actsimagegrelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsImageHRelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsImageHRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageHRelyHap" hap_name = "ActsImageHRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimagehrelyhap_js_assets", ":actsimagehrelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageHRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageHRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimagehrelyhap_app_profile") { ohos_app_scope("actsimagehrelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsImageIRelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsImageIRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageIRelyHap" hap_name = "ActsImageIRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimageirelyhap_js_assets", ":actsimageirelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageIRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageIRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimageirelyhap_app_profile") { ohos_app_scope("actsimageirelyhap_app_profile") {
......
...@@ -16,16 +16,15 @@ ohos_hap("ActsImageJRelyHap") { ...@@ -16,16 +16,15 @@ ohos_hap("ActsImageJRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageJRelyHap" hap_name = "ActsImageJRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
deps = [ deps = [
":actsimagejrelyhap_js_assets", ":actsimagejrelyhap_js_assets",
":actsimagejrelyhap_resources", ":actsimagejrelyhap_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimagejrelyhap_app_profile") { ohos_app_scope("actsimagejrelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsImageKRelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsImageKRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsImageKRelyHap" hap_name = "ActsImageKRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsimagekrelyhap_js_assets", ":actsimagekrelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsImageKRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsImageKRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsimagekrelyhap_app_profile") { ohos_app_scope("actsimagekrelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsServiceAbilityARelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsServiceAbilityARelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsServiceAbilityARelyHap" hap_name = "ActsServiceAbilityARelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsserviceabilityarelyhap_js_assets", ":actsserviceabilityarelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsServiceAbilityARelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsServiceAbilityARelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsserviceabilityarelyhap_app_profile") { ohos_app_scope("actsserviceabilityarelyhap_app_profile") {
......
...@@ -16,9 +16,7 @@ ohos_hap("ActsServiceAbilityBRelyHap") { ...@@ -16,9 +16,7 @@ ohos_hap("ActsServiceAbilityBRelyHap") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
hap_name = "ActsServiceAbilityBRelyHap" hap_name = "ActsServiceAbilityBRelyHap"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true testonly = true
deps = [ deps = [
":actsserviceabilitybrelyhap_js_assets", ":actsserviceabilitybrelyhap_js_assets",
...@@ -26,6 +24,8 @@ ohos_hap("ActsServiceAbilityBRelyHap") { ...@@ -26,6 +24,8 @@ ohos_hap("ActsServiceAbilityBRelyHap") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_app_scope("actsserviceabilitybrelyhap_app_profile") { ohos_app_scope("actsserviceabilitybrelyhap_app_profile") {
......
...@@ -10,22 +10,27 @@ ...@@ -10,22 +10,27 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActstextARelyHap") { ohos_hap_assist_suite("ActstextARelyHap") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":actstextarelyhap_assets", ":hjs_demo_js_assets",
":actstextarelyhap_resources", ":hjs_demo_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActstextARelyHap" hap_name = "ActstextARelyHap"
js_build_mode = "debug"
testonly = true
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_js_assets("actstextarelyhap_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/ets/MainAbility" source_dir = "./entry/src/main/ets/MainAbility"
} }
ohos_resources("actstextarelyhap_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
...@@ -12,20 +12,24 @@ ...@@ -12,20 +12,24 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActstextBRelyHap") { ohos_hap_assist_suite("ActstextBRelyHap") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_ets_assets", ":hjs_demo_js_assets",
":hjs_demo_ets_resources", ":hjs_demo_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActstextBRelyHap" hap_name = "ActstextBRelyHap"
js_build_mode = "debug"
testonly = true
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_js_assets("hjs_demo_ets_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/ets/MainAbility" source_dir = "./entry/src/main/ets/MainAbility"
} }
ohos_resources("hjs_demo_ets_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
\ No newline at end of file
...@@ -12,20 +12,24 @@ ...@@ -12,20 +12,24 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActstextCRelyHap") { ohos_hap_assist_suite("ActstextCRelyHap") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_ets_assets", ":hjs_demo_js_assets",
":hjs_demo_ets_resources", ":hjs_demo_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActstextCRelyHap" hap_name = "ActstextCRelyHap"
js_build_mode = "debug"
testonly = true
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_js_assets("hjs_demo_ets_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/ets/MainAbility" source_dir = "./entry/src/main/ets/MainAbility"
} }
ohos_resources("hjs_demo_ets_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
\ No newline at end of file
...@@ -12,20 +12,24 @@ ...@@ -12,20 +12,24 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActstextDRelyHap") { ohos_hap_assist_suite("ActstextDRelyHap") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_ets_assets", ":hjs_demo_js_assets",
":hjs_demo_ets_resources", ":hjs_demo_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActstextDRelyHap" hap_name = "ActstextDRelyHap"
js_build_mode = "debug"
testonly = true
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_js_assets("hjs_demo_ets_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/ets/MainAbility" source_dir = "./entry/src/main/ets/MainAbility"
} }
ohos_resources("hjs_demo_ets_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
...@@ -12,20 +12,24 @@ ...@@ -12,20 +12,24 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActstextERelyHap") { ohos_hap_assist_suite("ActstextERelyHap") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_ets_assets", ":hjs_demo_js_assets",
":hjs_demo_ets_resources", ":hjs_demo_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActstextERelyHap" hap_name = "ActstextERelyHap"
js_build_mode = "debug"
testonly = true
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_js_assets("hjs_demo_ets_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/ets/MainAbility" source_dir = "./entry/src/main/ets/MainAbility"
} }
ohos_resources("hjs_demo_ets_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
...@@ -12,20 +12,24 @@ ...@@ -12,20 +12,24 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActstextFRelyHap") { ohos_hap_assist_suite("ActstextFRelyHap") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_ets_assets", ":hjs_demo_js_assets",
":hjs_demo_ets_resources", ":hjs_demo_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActstextFRelyHap" hap_name = "ActstextFRelyHap"
js_build_mode = "debug"
testonly = true
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_js_assets("hjs_demo_ets_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/ets/MainAbility" source_dir = "./entry/src/main/ets/MainAbility"
} }
ohos_resources("hjs_demo_ets_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
...@@ -12,20 +12,24 @@ ...@@ -12,20 +12,24 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActstextGRelyHap") { ohos_hap_assist_suite("ActstextGRelyHap") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_ets_assets", ":hjs_demo_js_assets",
":hjs_demo_ets_resources", ":hjs_demo_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActstextGRelyHap" hap_name = "ActstextGRelyHap"
js_build_mode = "debug"
testonly = true
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_js_assets("hjs_demo_ets_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/ets/MainAbility" source_dir = "./entry/src/main/ets/MainAbility"
} }
ohos_resources("hjs_demo_ets_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
...@@ -12,20 +12,25 @@ ...@@ -12,20 +12,25 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActstextHRelyHap") { ohos_hap_assist_suite("ActstextHRelyHap") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_ets_assets", ":hjs_demo_js_assets",
":hjs_demo_ets_resources", ":hjs_demo_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActstextHRelyHap" hap_name = "ActstextHRelyHap"
js_build_mode = "debug"
testonly = true
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_js_assets("hjs_demo_ets_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/ets/MainAbility" source_dir = "./entry/src/main/ets/MainAbility"
} }
ohos_resources("hjs_demo_ets_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
...@@ -12,20 +12,25 @@ ...@@ -12,20 +12,25 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActstextIRelyHap") { ohos_hap_assist_suite("ActstextIRelyHap") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_ets_assets", ":hjs_demo_js_assets",
":hjs_demo_ets_resources", ":hjs_demo_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActstextIRelyHap" hap_name = "ActstextIRelyHap"
js_build_mode = "debug"
testonly = true
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_js_assets("hjs_demo_ets_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/ets/MainAbility" source_dir = "./entry/src/main/ets/MainAbility"
} }
ohos_resources("hjs_demo_ets_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
...@@ -12,20 +12,24 @@ ...@@ -12,20 +12,24 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActstextJRelyHap") { ohos_hap_assist_suite("ActstextJRelyHap") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_ets_assets", ":hjs_demo_js_assets",
":hjs_demo_ets_resources", ":hjs_demo_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActstextJRelyHap" hap_name = "ActstextJRelyHap"
js_build_mode = "debug"
testonly = true
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_js_assets("hjs_demo_ets_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/ets/MainAbility" source_dir = "./entry/src/main/ets/MainAbility"
} }
ohos_resources("hjs_demo_ets_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
...@@ -12,20 +12,25 @@ ...@@ -12,20 +12,25 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActstextKRelyHap") { ohos_hap_assist_suite("ActstextKRelyHap") {
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
deps = [ deps = [
":hjs_demo_ets_assets", ":hjs_demo_js_assets",
":hjs_demo_ets_resources", ":hjs_demo_resources",
] ]
ets2abc = true ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActstextKRelyHap" hap_name = "ActstextKRelyHap"
js_build_mode = "debug"
testonly = true
subsystem_name = "ability"
part_name = "ability_runtime"
} }
ohos_js_assets("hjs_demo_ets_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/ets/MainAbility" source_dir = "./entry/src/main/ets/MainAbility"
} }
ohos_resources("hjs_demo_ets_resources") { ohos_resources("hjs_demo_resources") {
sources = [ "./entry/src/main/resources" ] sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json" hap_profile = "./entry/src/main/config.json"
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册