未验证 提交 5fd1c9d3 编写于 作者: O openharmony_ci 提交者: Gitee

!4797 无障碍xts Build.gn中增加子系统与部件配置字段

Merge pull request !4797 from Mupceet/release_0726_xts
...@@ -22,6 +22,8 @@ ohos_js_hap_suite("ActsAccessibilityConfigTest") { ...@@ -22,6 +22,8 @@ ohos_js_hap_suite("ActsAccessibilityConfigTest") {
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsAccessibilityConfigTest" hap_name = "ActsAccessibilityConfigTest"
part_name = "accessibility"
subsystem_name = "barrierfree"
} }
ohos_app_scope("accessibilityconfig_app_profile") { ohos_app_scope("accessibilityconfig_app_profile") {
......
...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAccessibilityElementTest") { ...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAccessibilityElementTest") {
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsAccessibilityElementTest" hap_name = "ActsAccessibilityElementTest"
part_name = "accessibility"
subsystem_name = "barrierfree"
} }
ohos_app_scope("accessibilityelement_app_profile") { ohos_app_scope("accessibilityelement_app_profile") {
......
...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAccessibilityEventTest") { ...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAccessibilityEventTest") {
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsAccessibilityEventTest" hap_name = "ActsAccessibilityEventTest"
part_name = "accessibility"
subsystem_name = "barrierfree"
} }
ohos_app_scope("accessibilityevent_app_profile") { ohos_app_scope("accessibilityevent_app_profile") {
......
...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAccessibilityExtensionTest") { ...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAccessibilityExtensionTest") {
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsAccessibilityExtensionTest" hap_name = "ActsAccessibilityExtensionTest"
part_name = "accessibility"
subsystem_name = "barrierfree"
} }
ohos_app_scope("accessibilityextension_app_profile") { ohos_app_scope("accessibilityextension_app_profile") {
......
...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAccessibilityExtensionContextTest") { ...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAccessibilityExtensionContextTest") {
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsAccessibilityExtensionContextTest" hap_name = "ActsAccessibilityExtensionContextTest"
part_name = "accessibility"
subsystem_name = "barrierfree"
} }
ohos_app_scope("accessibilityextensioncontext_app_profile") { ohos_app_scope("accessibilityextensioncontext_app_profile") {
......
...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAccessibilityGestureEventTest") { ...@@ -23,6 +23,8 @@ ohos_js_hap_suite("ActsAccessibilityGestureEventTest") {
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsAccessibilityGestureEventTest" hap_name = "ActsAccessibilityGestureEventTest"
part_name = "accessibility"
subsystem_name = "barrierfree"
} }
ohos_app_scope("accessibilitygestureevent_app_profile") { ohos_app_scope("accessibilitygestureevent_app_profile") {
......
...@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsAccessibleAbilityListTest") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsAccessibleAbilityListTest") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAccessibleAbilityListTest" hap_name = "ActsAccessibleAbilityListTest"
part_name = "accessibility"
subsystem_name = "barrierfree"
} }
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("ActsAccessibleCaptionConfigurationTest") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsAccessibleCaptionConfigurationTest") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAccessibleCaptionConfigurationTest" hap_name = "ActsAccessibleCaptionConfigurationTest"
part_name = "accessibility"
subsystem_name = "barrierfree"
} }
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("ActsAccessibleCheckAbilityTest") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsAccessibleCheckAbilityTest") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAccessibleCheckAbilityTest" hap_name = "ActsAccessibleCheckAbilityTest"
part_name = "accessibility"
subsystem_name = "barrierfree"
} }
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("ActsAccessibleRegisterStateTest") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsAccessibleRegisterStateTest") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAccessibleRegisterStateTest" hap_name = "ActsAccessibleRegisterStateTest"
part_name = "accessibility"
subsystem_name = "barrierfree"
} }
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("ActsAccessibleSendEventTest") { ...@@ -21,6 +21,8 @@ ohos_js_hap_suite("ActsAccessibleSendEventTest") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAccessibleSendEventTest" hap_name = "ActsAccessibleSendEventTest"
part_name = "accessibility"
subsystem_name = "barrierfree"
} }
ohos_js_assets("hjs_demo_js_assets") { ohos_js_assets("hjs_demo_js_assets") {
js2abc = true js2abc = true
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("aceTest") { ohos_hap_assist_suite("aceTest") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
hap_name = "aceTest" hap_name = "aceTest"
testonly = true testonly = true
...@@ -23,6 +23,8 @@ ohos_js_hap_suite("aceTest") { ...@@ -23,6 +23,8 @@ ohos_js_hap_suite("aceTest") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
part_name = "accessibility"
subsystem_name = "barrierfree"
} }
ohos_app_scope("acetest_app_profile") { ohos_app_scope("acetest_app_profile") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册