Skip to content

Commit 937e324

Browse files
committed
Modify project for harmony to support 5.0.0(12) sdk.
1 parent 1075b09 commit 937e324

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

harmony/api13/acl_one/acl/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ add_definitions("-DNDEBUG")
2828
add_definitions("-fvisibility=hidden")
2929
add_definitions("-fvisibility-inlines-hidden")
3030
add_definitions("-fdata-sections -ffunction-sections")
31+
add_definitions("-DHAS_MBEDTLS=YES")
3132

3233
set(mysrc ${CMAKE_CURRENT_SOURCE_DIR})
3334
set(mysources

harmony/api13/acl_one/build-profile.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "default",
77
"signingConfig": "default",
8-
"compatibleSdkVersion": "5.0.1(13)",
8+
"compatibleSdkVersion": "5.0.0(12)",
99
"runtimeOS": "HarmonyOS",
1010
"buildOption": {
1111
"strictMode": {
@@ -38,4 +38,4 @@
3838
]
3939
}
4040
]
41-
}
41+
}

harmony/api13/acl_one/hvigor/hvigor-config.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"modelVersion": "5.0.1",
2+
"modelVersion": "5.0.0",
33
"dependencies": {
44
},
55
"execution": {

harmony/api13/acl_one/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"modelVersion": "5.0.1",
2+
"modelVersion": "5.0.0",
33
"description": "Please describe the basic information.",
44
"dependencies": {
55
},

0 commit comments

Comments
 (0)