x86适配

Signed-off-by: yaofangyong <2385605052@qq.com>
This commit is contained in:
yaofangyong 2024-05-23 14:29:45 +08:00
parent b74f6e68ec
commit 1bef36c445
8 changed files with 10 additions and 13 deletions

View File

@ -4,8 +4,10 @@
{ {
"name": "default", "name": "default",
"signingConfig": "default", "signingConfig": "default",
"compatibleSdkVersion": 12,
"compileSdkVersion": 12, "compileSdkVersion": 12,
"compatibleSdkVersion": 12 "targetSdkVersion": 12,
"runtimeOS": "OpenHarmony"
} }
], ],
"buildModeSet": [ "buildModeSet": [

View File

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

View File

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

View File

@ -5,7 +5,7 @@
"path": "./src/main/cpp/CMakeLists.txt", "path": "./src/main/cpp/CMakeLists.txt",
"arguments": " -DCMAKE_BUILD_TYPE=Release", "arguments": " -DCMAKE_BUILD_TYPE=Release",
"abiFilters": [ "abiFilters": [
"armeabi-v7a", // "armeabi-v7a",
"arm64-v8a", "arm64-v8a",
"x86_64" "x86_64"
], ],

View File

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

View File

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

View File

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

View File

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