diff --git a/ArkUIKit/AnimationNDK/entry/build-profile.json5 b/ArkUIKit/AnimationNDK/entry/build-profile.json5 index 8190fe544b6267161a0f8609c4138c0cb8212549..33e618d0df6ff9a85ea9731f510e17e13e59d3ca 100644 --- a/ArkUIKit/AnimationNDK/entry/build-profile.json5 +++ b/ArkUIKit/AnimationNDK/entry/build-profile.json5 @@ -20,7 +20,6 @@ "arguments": "", "cppFlags": "", "abiFilters": [ - "armeabi-v7a", "arm64-v8a","x86_64", ] } diff --git a/ArkUIKit/ArkTSUserAttributeUpdater/entry/oh-package.json5 b/ArkUIKit/ArkTSUserAttributeUpdater/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..4bf3e2a9b1ae7381cf9363dff1cbcc1861a41e7b --- /dev/null +++ b/ArkUIKit/ArkTSUserAttributeUpdater/entry/oh-package.json5 @@ -0,0 +1,25 @@ +/* + * Copyright (c) 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +{ + "name": "entry", + "version": "1.0.0", + "description": "Please describe the basic information.", + "main": "", + "author": "", + "license": "", + "dependencies": {} +} + diff --git a/ArkUIKit/ArkTSUserPlaceHolder/entry/oh-package.json5 b/ArkUIKit/ArkTSUserPlaceHolder/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..4bf3e2a9b1ae7381cf9363dff1cbcc1861a41e7b --- /dev/null +++ b/ArkUIKit/ArkTSUserPlaceHolder/entry/oh-package.json5 @@ -0,0 +1,25 @@ +/* + * Copyright (c) 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +{ + "name": "entry", + "version": "1.0.0", + "description": "Please describe the basic information.", + "main": "", + "author": "", + "license": "", + "dependencies": {} +} + diff --git a/ArkUIKit/ArktsMvvmSample/entry/src/main/ets/viewModel/ThingViewModel.ets b/ArkUIKit/ArktsMvvmSample/entry/src/main/ets/viewmodel/ThingViewModel.ets similarity index 100% rename from ArkUIKit/ArktsMvvmSample/entry/src/main/ets/viewModel/ThingViewModel.ets rename to ArkUIKit/ArktsMvvmSample/entry/src/main/ets/viewmodel/ThingViewModel.ets diff --git a/ArkUIKit/ArktsMvvmSample/entry/src/main/ets/viewModel/TodoListViewModel.ets b/ArkUIKit/ArktsMvvmSample/entry/src/main/ets/viewmodel/TodoListViewModel.ets similarity index 100% rename from ArkUIKit/ArktsMvvmSample/entry/src/main/ets/viewModel/TodoListViewModel.ets rename to ArkUIKit/ArktsMvvmSample/entry/src/main/ets/viewmodel/TodoListViewModel.ets diff --git a/ArkUIKit/CustomCanvas/build-profile.json5 b/ArkUIKit/CustomCanvas/build-profile.json5 index 33f1cd005d16332dd9bc6b309c4b69581dd8d8f4..3ca5a93fb814017ac4c398aacbdf17b1d8b0a237 100644 --- a/ArkUIKit/CustomCanvas/build-profile.json5 +++ b/ArkUIKit/CustomCanvas/build-profile.json5 @@ -14,28 +14,15 @@ */ { "app": { - "signingConfigs": [ - { - "name": "default", - "material": { - "certpath": "C:/Users/lenovo/.ohos/config/openharmony/default_CustomCanvas_tHIi-_jw_CVrqsWnIPOBaJG4CiRbXlPCJJkwAyED8E8=.cer", - "keyAlias": "debugKey", - "keyPassword": "0000001BFF06B0D7B47755EA534C34411E7688EE812F8CDCE51025363515712EE6B87F5C756151FF5463A4", - "profile": "C:/Users/lenovo/.ohos/config/openharmony/default_CustomCanvas_tHIi-_jw_CVrqsWnIPOBaJG4CiRbXlPCJJkwAyED8E8=.p7b", - "signAlg": "SHA256withECDSA", - "storeFile": "C:/Users/lenovo/.ohos/config/openharmony/default_CustomCanvas_tHIi-_jw_CVrqsWnIPOBaJG4CiRbXlPCJJkwAyED8E8=.p12", - "storePassword": "0000001B508592F224F6A5771EEE481167CE62E4D208964AAB54CD4F75529E7F63F62C6BDF8D2AAED8D674" - } - } - ], + "signingConfigs": [], "products": [ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 22, - "compatibleSdkVersion": 20, - "targetSdkVersion": 20, - "runtimeOS": "OpenHarmony", + "compileSdkVersion": "6.0.0(20)", + "compatibleSdkVersion": "6.0.0(20)", + "targetSdkVersion": "6.0.0(20)", + "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": { "caseSensitiveCheck": true, diff --git a/ArkUIKit/DrawableDescriptorSample/build-profile.json5 b/ArkUIKit/DrawableDescriptorSample/build-profile.json5 index 09882cab9eecb0c4ee8c39a40366dddef1eaf681..5438b5af2bf3d6d899ca5f90fcc048bd3f4775dc 100644 --- a/ArkUIKit/DrawableDescriptorSample/build-profile.json5 +++ b/ArkUIKit/DrawableDescriptorSample/build-profile.json5 @@ -18,10 +18,10 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 20, - "compatibleSdkVersion": 20, - "targetSdkVersion": 20, - "runtimeOS": "OpenHarmony", + "compileSdkVersion": "6.0.0(20)", + "compatibleSdkVersion": "6.0.0(20)", + "targetSdkVersion": "6.0.0(20)", + "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": { "caseSensitiveCheck": true, @@ -32,12 +32,13 @@ ], "buildModeSet": [ { - "name": "debug", + "name": "debug" }, { "name": "release" } - ] + ], + "signingConfigs": [] }, "modules": [ { diff --git a/ArkUIKit/InterAction/build-profile.json5 b/ArkUIKit/InterAction/build-profile.json5 index be9d10f8e052670ae3c81423b85d6874fab214f8..3ca5a93fb814017ac4c398aacbdf17b1d8b0a237 100644 --- a/ArkUIKit/InterAction/build-profile.json5 +++ b/ArkUIKit/InterAction/build-profile.json5 @@ -19,10 +19,10 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 20, - "compatibleSdkVersion": 20, - "targetSdkVersion": 20, - "runtimeOS": "OpenHarmony", + "compileSdkVersion": "6.0.0(20)", + "compatibleSdkVersion": "6.0.0(20)", + "targetSdkVersion": "6.0.0(20)", + "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": { "caseSensitiveCheck": true, diff --git a/ArkUIKit/NDKWaterFlowSample/oh-package.json5 b/ArkUIKit/NDKWaterFlowSample/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..4c99e47d4d2f8e83b577db68595a0d69110afb80 --- /dev/null +++ b/ArkUIKit/NDKWaterFlowSample/oh-package.json5 @@ -0,0 +1,24 @@ +/* + * Copyright (c) 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +{ + "modelVersion": "6.0.0", + "description": "Please describe the basic information.", + "dependencies": { + }, + "devDependencies": { + "@ohos/hypium": "1.0.18", + "@ohos/hamock": "1.0.0" + } +} \ No newline at end of file diff --git a/ArkUIKit/NativeXComponentSample/entry/build-profile.json5 b/ArkUIKit/NativeXComponentSample/entry/build-profile.json5 index d9016f702612e2071ab34bdc4d2011fd32e50561..02c469472a72882404db98da47fe90d2ed97886c 100644 --- a/ArkUIKit/NativeXComponentSample/entry/build-profile.json5 +++ b/ArkUIKit/NativeXComponentSample/entry/build-profile.json5 @@ -50,7 +50,6 @@ "targets": [ { "name": "default", - "runtimeOS": "OpenHarmony" }, { "name": "ohosTest", diff --git a/ArkUIKit/Navigation/entry/oh-package.json5 b/ArkUIKit/Navigation/entry/oh-package.json5 new file mode 100644 index 0000000000000000000000000000000000000000..dbe67da969b86bedd6107214bfc73d7245d84206 --- /dev/null +++ b/ArkUIKit/Navigation/entry/oh-package.json5 @@ -0,0 +1,22 @@ +/* + * Copyright (c) 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +{ + "name": "entry", + "version": "1.0.0", + "description": "Please describe the basic information.", + "main": "", + "author": "", + "license": "", +} \ No newline at end of file diff --git a/ArkUIKit/NdkNodeQueryOperate/build-profile.json5 b/ArkUIKit/NdkNodeQueryOperate/build-profile.json5 index 9850438098a97279aadbfd56507c7db5d434de70..1cc227b79d04762957d0d4fcbc7a065163ac47df 100644 --- a/ArkUIKit/NdkNodeQueryOperate/build-profile.json5 +++ b/ArkUIKit/NdkNodeQueryOperate/build-profile.json5 @@ -20,9 +20,8 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": "6.0.0(20)", - "compatibleSdkVersion": "6.0.0(20)", - "targetSdkVersion": "6.0.0(20)", + "compatibleSdkVersion": "6.0.1(21)", + "targetSdkVersion": "6.0.1(21)", "runtimeOS": "HarmonyOS", "buildOption": { "strictMode": {