修复xts

Signed-off-by: yaofangyong <14130401+sanbaoyao@user.noreply.gitee.com>

signoff
This commit is contained in:
yaofangyong 2024-05-17 17:16:17 +08:00
parent 090c081345
commit f56f56dc9f
6 changed files with 6 additions and 11 deletions

View File

@ -6,8 +6,7 @@
"description": "$string:entry_desc",
"mainElement": "MainAbility",
"deviceTypes": [
"default",
"tablet"
"default", "tablet", "phone", "tv", "wearable", "car", "2in1"
],
"deliveryWithInstall": true,
"installationFree": false,

View File

@ -5,7 +5,7 @@
"srcEntry": "./ets/testability/TestAbility.ets",
"description": "$string:module_test_desc",
"mainElement": "TestAbility",
"deviceTypes": ["default"],
"deviceTypes": ["default", "tablet", "phone", "tv", "wearable", "car", "2in1"],
"deliveryWithInstall": true,
"installationFree": false,
"pages": "$profile:test_pages",

View File

@ -3,8 +3,7 @@
"name": "gpu_transform",
"type": "har",
"deviceTypes": [
"default",
"tablet"
"default", "tablet", "phone", "tv", "wearable", "car", "2in1"
]
}
}

View File

@ -3,8 +3,7 @@
"name": "library",
"type": "har",
"deviceTypes": [
"default",
"tablet"
"default", "tablet", "phone", "tv", "wearable", "car", "2in1"
],
"uiSyntax": "ets"
}

View File

@ -4,8 +4,7 @@
"type": "shared",
"description": "$string:shared_desc",
"deviceTypes": [
"default",
"tablet"
"default", "tablet", "phone", "tv", "wearable", "car", "2in1"
],
"deliveryWithInstall": true,
"pages": "$profile:main_pages"

View File

@ -4,8 +4,7 @@
"type": "shared",
"description": "$string:shared_desc",
"deviceTypes": [
"default",
"tablet"
"default", "tablet", "phone", "tv", "wearable", "car", "2in1"
],
"deliveryWithInstall": true,
"pages": "$profile:main_pages"