提交 aba0fdba 编写于 作者: H hu0475

根据意见修改文件

Signed-off-by: Nhu0475 <huyanqiang5@huawei.com>
上级 e683057e
...@@ -16,15 +16,15 @@ group("crossplatform") { ...@@ -16,15 +16,15 @@ group("crossplatform") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
"commonlibraryconvertxmletstest:convertxml_ets_test", "commonlibraryconvertxmletstest:ActsConvertxmlTest",
"commonlibrarydequeetstest:deque_ets_test", "commonlibrarydequeetstest:ActsDequeTest",
"commonlibraryhashmapetstest:hashmap_ets_test", "commonlibraryhashmapetstest:ActsHashMapTest",
"commonlibraryhashsetetstest:hashset_ets_test", "commonlibraryhashsetetstest:ActsHashSetTest",
"commonlibraryplainarrayetstest:plainarray_ets_test", "commonlibraryplainarrayetstest:ActsPlainArrayTest",
"commonlibrarytreesetetstest:treeset_ets_test", "commonlibrarytreesetetstest:ActsTreeSetTest",
"commonlibraryurietstest:uri_ets_test", "commonlibraryurietstest:ActsUriTest",
"commonlibraryurletstest:url_ets_test", "commonlibraryurletstest:ActsUrlTest",
"commonlibraryutiletstest:util_ets_test", "commonlibraryutiletstest:ActsUtilTest",
] ]
} }
} }
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
"versionName": "1.0.0", "versionName": "1.0.0",
"icon": "$media:app_icon", "icon": "$media:app_icon",
"label": "$string:app_name", "label": "$string:app_name",
"minAPIVersion": 9, "minAPIVersion": 10,
"targetAPIVersion": 9, "targetAPIVersion": 10,
"car": { "car": {
"apiCompatibleVersion": 9, "apiCompatibleVersion": 10,
"singleUser": false "singleUser": false
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# 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("convertxml_ets_test") { ohos_js_hap_suite("ActsConvertxmlTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("convertxml_ets_test") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("convertxml_ets_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "convertxml_ets_test" hap_name = "ActsConvertxmlTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsDemoStageTest.hap" "ActsConvertxmlTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
"versionName": "1.0.0", "versionName": "1.0.0",
"icon": "$media:app_icon", "icon": "$media:app_icon",
"label": "$string:app_name", "label": "$string:app_name",
"minAPIVersion": 9, "minAPIVersion": 10,
"targetAPIVersion": 9, "targetAPIVersion": 10,
"car": { "car": {
"apiCompatibleVersion": 9, "apiCompatibleVersion": 10,
"singleUser": false "singleUser": false
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# 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("deque_ets_test") { ohos_js_hap_suite("ActsDequeTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("deque_ets_test") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("deque_ets_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "deque_ets_test" hap_name = "ActsDequeTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsDemoStageTest.hap" "ActsDequeTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
"versionName": "1.0.0", "versionName": "1.0.0",
"icon": "$media:app_icon", "icon": "$media:app_icon",
"label": "$string:app_name", "label": "$string:app_name",
"minAPIVersion": 9, "minAPIVersion": 10,
"targetAPIVersion": 9, "targetAPIVersion": 10,
"car": { "car": {
"apiCompatibleVersion": 9, "apiCompatibleVersion": 10,
"singleUser": false "singleUser": false
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# 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("hashmap_ets_test") { ohos_js_hap_suite("ActsHashMapTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("hashmap_ets_test") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("hashmap_ets_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "hashmap_ets_test" hap_name = "ActsHashMapTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsDemoStageTest.hap" "ActsHashMapTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
"versionName": "1.0.0", "versionName": "1.0.0",
"icon": "$media:app_icon", "icon": "$media:app_icon",
"label": "$string:app_name", "label": "$string:app_name",
"minAPIVersion": 9, "minAPIVersion": 10,
"targetAPIVersion": 9, "targetAPIVersion": 10,
"car": { "car": {
"apiCompatibleVersion": 9, "apiCompatibleVersion": 10,
"singleUser": false "singleUser": false
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# 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("hashset_ets_test") { ohos_js_hap_suite("ActsHashSetTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("hashset_ets_test") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("hashset_ets_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "hashset_ets_test" hap_name = "ActsHashSetTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsDemoStageTest.hap" "ActsHashSetTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
"versionName": "1.0.0", "versionName": "1.0.0",
"icon": "$media:app_icon", "icon": "$media:app_icon",
"label": "$string:app_name", "label": "$string:app_name",
"minAPIVersion": 9, "minAPIVersion": 10,
"targetAPIVersion": 9, "targetAPIVersion": 10,
"car": { "car": {
"apiCompatibleVersion": 9, "apiCompatibleVersion": 10,
"singleUser": false "singleUser": false
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# 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("plainarray_ets_test") { ohos_js_hap_suite("ActsPlainArrayTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("plainarray_ets_test") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("plainarray_ets_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "plainarray_ets_test" hap_name = "ActsPlainArrayTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsDemoStageTest.hap" "ActsPlainArrayTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
"versionName": "1.0.0", "versionName": "1.0.0",
"icon": "$media:app_icon", "icon": "$media:app_icon",
"label": "$string:app_name", "label": "$string:app_name",
"minAPIVersion": 9, "minAPIVersion": 10,
"targetAPIVersion": 9, "targetAPIVersion": 10,
"car": { "car": {
"apiCompatibleVersion": 9, "apiCompatibleVersion": 10,
"singleUser": false "singleUser": false
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# 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("treeset_ets_test") { ohos_js_hap_suite("ActsTreeSetTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("treeset_ets_test") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("treeset_ets_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "treeset_ets_test" hap_name = "ActsTreeSetTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsDemoStageTest.hap" "ActsTreeSetTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
"versionName": "1.0.0", "versionName": "1.0.0",
"icon": "$media:app_icon", "icon": "$media:app_icon",
"label": "$string:app_name", "label": "$string:app_name",
"minAPIVersion": 9, "minAPIVersion": 10,
"targetAPIVersion": 9, "targetAPIVersion": 10,
"car": { "car": {
"apiCompatibleVersion": 9, "apiCompatibleVersion": 10,
"singleUser": false "singleUser": false
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# 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("uri_ets_test") { ohos_js_hap_suite("ActsUriTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("uri_ets_test") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("uri_ets_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "uri_ets_test" hap_name = "ActsUriTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsDemoStageTest.hap" "ActsUriTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
"versionName": "1.0.0", "versionName": "1.0.0",
"icon": "$media:app_icon", "icon": "$media:app_icon",
"label": "$string:app_name", "label": "$string:app_name",
"minAPIVersion": 9, "minAPIVersion": 10,
"targetAPIVersion": 9, "targetAPIVersion": 10,
"car": { "car": {
"apiCompatibleVersion": 9, "apiCompatibleVersion": 10,
"singleUser": false "singleUser": false
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# 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("url_ets_test") { ohos_js_hap_suite("ActsUrlTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("url_ets_test") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("url_ets_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "url_ets_test" hap_name = "ActsUrlTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsDemoStageTest.hap" "ActsUrlTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
"versionName": "1.0.0", "versionName": "1.0.0",
"icon": "$media:app_icon", "icon": "$media:app_icon",
"label": "$string:app_name", "label": "$string:app_name",
"minAPIVersion": 9, "minAPIVersion": 10,
"targetAPIVersion": 9, "targetAPIVersion": 10,
"car": { "car": {
"apiCompatibleVersion": 9, "apiCompatibleVersion": 10,
"singleUser": false "singleUser": false
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# 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("util_ets_test") { ohos_js_hap_suite("ActsUtilTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("util_ets_test") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("util_ets_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "util_ets_test" hap_name = "ActsUtilTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsDemoStageTest.hap" "ActsUtilTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册