diff --git a/build-profile.json5 b/build-profile.json5 index 1adbdc0a47768a34efb0340309ca7b2da0affbec..6276a7d22fe30efdcff9159ff0cc03cf9e3a3d6a 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -20,7 +20,7 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 14, + "compileSdkVersion": 20, "compatibleSdkVersion": 14, "runtimeOS": "OpenHarmony" } diff --git a/common/resources/src/main/module.json5 b/common/resources/src/main/module.json5 index ba85f707655b7f7f7886d7251f949010af78031e..ca647549d2b34fcca6c7f93c67bdd0fc7717485d 100644 --- a/common/resources/src/main/module.json5 +++ b/common/resources/src/main/module.json5 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -20,7 +20,6 @@ "deviceTypes": [ "default", "tablet" - ], - "uiSyntax": "ets" + ] } } diff --git a/common/utils/src/main/module.json5 b/common/utils/src/main/module.json5 index 1f9bfeb22f62f1692248b543fa0719a29b9e94c9..5b707f46b0feba21b880ac240c29bcb50b009e16 100644 --- a/common/utils/src/main/module.json5 +++ b/common/utils/src/main/module.json5 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -20,7 +20,6 @@ "deviceTypes": [ "default", "tablet" - ], - "uiSyntax": "ets" + ] } } diff --git a/features/src/main/module.json5 b/features/src/main/module.json5 index f1007195d96943790aa00089abd0e8412131d8df..5c91a8d6fabac7e20ca8d62cb9ff2ade7b78b869 100644 --- a/features/src/main/module.json5 +++ b/features/src/main/module.json5 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -20,7 +20,6 @@ "deviceTypes": [ "default", "tablet" - ], - "uiSyntax": "ets" + ] } } diff --git a/product/default/src/main/module.json5 b/product/default/src/main/module.json5 index 7ca60094c5055de33d3fae68521fb0a94ab279a1..fe1e0ca744c0d8acfd04b46f6f152b4667518026 100644 --- a/product/default/src/main/module.json5 +++ b/product/default/src/main/module.json5 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022-2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -86,7 +86,6 @@ "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", - "uiSyntax": "ets", "metadata": [ { "name": "ArkTSPartialUpdate", @@ -100,7 +99,7 @@ "description": "$string:entry_MainAbility", "icon": "$media:note", "label": "$string:entry_MainAbility", - "visible": true, + "exported": true, "continuable": true, "skills": [ {