From caef73616ab88391064703a7f4256a46640bb581 Mon Sep 17 00:00:00 2001 From: Tome Date: Thu, 31 Jul 2025 16:39:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=8F=E6=84=9F=E4=BF=A1=E6=81=AF=E5=B1=8F?= =?UTF-8?q?=E8=94=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tome --- test/hapAppDcameraSample/build-profile.json5 | 4 ++-- test/hapAppDcameraSample/entry/obfuscation-rules.txt | 2 +- test/hapAppDcameraSample/oh-package-lock.json5 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/hapAppDcameraSample/build-profile.json5 b/test/hapAppDcameraSample/build-profile.json5 index ebd23c5c..af5b59f5 100644 --- a/test/hapAppDcameraSample/build-profile.json5 +++ b/test/hapAppDcameraSample/build-profile.json5 @@ -17,7 +17,7 @@ "signingConfigs": [ { "name": "default", - "type": "HarmonyOS", + "type": "OpenHarmony", "material": { "certpath": "C:\\Users\\admin\\.ohos\\config\\default_dcameraSample_MQGVIkitSxUdBu-kMBECw1W0Rx8UVies_9x-1tKD7hc=.cer", "storePassword": "0000001A0DFB8F6A5166B2EFAE02A902D3A40D38BDB0CC1C505061D261ABA85CBA447876815B88989AD1", @@ -34,7 +34,7 @@ "name": "default", "signingConfig": "default", "compatibleSdkVersion": "5.0.1(13)", - "runtimeOS": "HarmonyOS", + "runtimeOS": "OpenHarmony", "buildOption": { "strictMode": { "caseSensitiveCheck": true, diff --git a/test/hapAppDcameraSample/entry/obfuscation-rules.txt b/test/hapAppDcameraSample/entry/obfuscation-rules.txt index 272efb6c..22e97bf9 100644 --- a/test/hapAppDcameraSample/entry/obfuscation-rules.txt +++ b/test/hapAppDcameraSample/entry/obfuscation-rules.txt @@ -2,7 +2,7 @@ # You can include the obfuscation configuration files in the current module's build-profile.json5. # # For more details, see -# https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/source-obfuscation-V5 +# https://developer.huawei.com/consumer/cn/doc/OpenHarmony-guides-V5/source-obfuscation-V5 # Obfuscation options: # -disable-obfuscation: disable all obfuscations diff --git a/test/hapAppDcameraSample/oh-package-lock.json5 b/test/hapAppDcameraSample/oh-package-lock.json5 index a39bbd10..4b23b54d 100644 --- a/test/hapAppDcameraSample/oh-package-lock.json5 +++ b/test/hapAppDcameraSample/oh-package-lock.json5 @@ -27,14 +27,14 @@ "name": "@ohos/hamock", "version": "1.0.0", "integrity": "sha512-K6lDPYc6VkKe6ZBNQa9aoG+ZZMiwqfcR/7yAVFSUGIuOAhPvCJAo9+t1fZnpe0dBRBPxj2bxPPbKh69VuyAtDg==", - "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hamock/-/hamock-1.0.0.har", + "resolved": "https://repo.OpenHarmony.com/ohpm/@ohos/hamock/-/hamock-1.0.0.har", "registryType": "ohpm" }, "@ohos/hypium@1.0.19": { "name": "@ohos/hypium", "version": "1.0.19", "integrity": "sha512-cEjDgLFCm3cWZDeRXk7agBUkPqjWxUo6AQeiu0gEkb3J8ESqlduQLSIXeo3cCsm8U/asL7iKjF85ZyOuufAGSQ==", - "resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.19.har", + "resolved": "https://repo.OpenHarmony.com/ohpm/@ohos/hypium/-/hypium-1.0.19.har", "registryType": "ohpm" } } -- Gitee