提交 28b5e567 编写于 作者: J jiyong_sd

modified barrierfree

Signed-off-by: Njiyong_sd <jiyong@huawei.com>
Change-Id: Ia4231b82976e305597e2de360854351311feceef
上级 009ee674
...@@ -20,7 +20,7 @@ ohos_js_hap_suite("AccessibleAbilityList") { ...@@ -20,7 +20,7 @@ ohos_js_hap_suite("AccessibleAbilityList") {
":hjs_demo_resources", ":hjs_demo_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "AccessibleAbilityList" hap_name = "ActsAccessibleAbilityListTest"
} }
ohos_js_assets("hjs_demo_js_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default" source_dir = "./entry/src/main/js/default"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"AccessibleAbilityList.hap" "ActsAccessibleAbilityListTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -20,7 +20,7 @@ ohos_js_hap_suite("AccessibleCaptionConfiguration") { ...@@ -20,7 +20,7 @@ ohos_js_hap_suite("AccessibleCaptionConfiguration") {
":hjs_demo_resources", ":hjs_demo_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "AccessibleCaptionConfiguration" hap_name = "ActsAccessibleCaptionConfigurationTest"
} }
ohos_js_assets("hjs_demo_js_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default" source_dir = "./entry/src/main/js/default"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"AccessibleCaptionConfiguration.hap" "ActsAccessibleCaptionConfigurationTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -20,7 +20,7 @@ ohos_js_hap_suite("AccessibleCheckAbility") { ...@@ -20,7 +20,7 @@ ohos_js_hap_suite("AccessibleCheckAbility") {
":hjs_demo_resources", ":hjs_demo_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "AccessibleCheckAbility" hap_name = "ActsAccessibleCheckAbilityTest"
} }
ohos_js_assets("hjs_demo_js_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default" source_dir = "./entry/src/main/js/default"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"AccessibleCheckAbility.hap" "ActsAccessibleCheckAbilityTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -20,7 +20,7 @@ ohos_js_hap_suite("AccessibleRegisterState") { ...@@ -20,7 +20,7 @@ ohos_js_hap_suite("AccessibleRegisterState") {
":hjs_demo_resources", ":hjs_demo_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "AccessibleRegisterState" hap_name = "ActsAccessibleRegisterStateTest"
} }
ohos_js_assets("hjs_demo_js_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default" source_dir = "./entry/src/main/js/default"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"AccessibleRegisterState.hap" "ActsAccessibleRegisterStateTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -20,7 +20,7 @@ ohos_js_hap_suite("AccessibleSendEvent") { ...@@ -20,7 +20,7 @@ ohos_js_hap_suite("AccessibleSendEvent") {
":hjs_demo_resources", ":hjs_demo_resources",
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "AccessibleSendEvent" hap_name = "ActsAccessibleSendEventTest"
} }
ohos_js_assets("hjs_demo_js_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./entry/src/main/js/default" source_dir = "./entry/src/main/js/default"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"AccessibleSendEvent.hap" "ActsAccessibleSendEventTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -41,6 +41,7 @@ _all_test_packages = [ ...@@ -41,6 +41,7 @@ _all_test_packages = [
"${ACTS_ROOT}/hiviewdfx:hiviewdfxtestacts", "${ACTS_ROOT}/hiviewdfx:hiviewdfxtestacts",
"${ACTS_ROOT}/location:location", "${ACTS_ROOT}/location:location",
"${ACTS_ROOT}/settingsdata:settingsdata", "${ACTS_ROOT}/settingsdata:settingsdata",
"${ACTS_ROOT}/barrierfree:barrierfree",
] ]
_all_test_packages_ivi = [ _all_test_packages_ivi = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册