diff --git a/CameraKit/NDKPhotoVideoSample/entry/oh-package.json5 b/CameraKit/NDKPhotoVideoSample/entry/oh-package.json5 index a1d3c22797f27ade55204f02e98368dcbad9cf01..2f114ff82b421b017ca293e2858f60dde5279328 100644 --- a/CameraKit/NDKPhotoVideoSample/entry/oh-package.json5 +++ b/CameraKit/NDKPhotoVideoSample/entry/oh-package.json5 @@ -16,11 +16,11 @@ { "license": "ISC", "devDependencies": { - "@types/libentry.so": "file:./src/main/cpp/types/libentry" + //"@types/libentry.so": "file:./src/main/cpp/types/libentry" }, "name": "entry", "description": "example description", - "repository": {}, + //"repository": {}, "version": "1.0.0", "dependencies": {} } diff --git a/CameraKit/cameraAnimSample/build-profile.json5 b/CameraKit/cameraAnimSample/build-profile.json5 index e172f89ff36d2e2c7bcc0b62cd4f2560b879ca87..5f139fb0715b4d357d28f8584b8dfc4c4e790778 100644 --- a/CameraKit/cameraAnimSample/build-profile.json5 +++ b/CameraKit/cameraAnimSample/build-profile.json5 @@ -21,17 +21,18 @@ "signingConfig": "default", "targetSdkVersion": "6.0.0(20)", "compatibleSdkVersion": "6.0.0(20)", - "runtimeOS": "HarmonyOS", + "runtimeOS": "HarmonyOS" } ], "buildModeSet": [ { - "name": "debug", + "name": "debug" }, { "name": "release" } - ] + ], + "signingConfigs": [] }, "modules": [ { diff --git a/CameraKit/cameraAnimSample/entry/obfuscation-rules.txt b/CameraKit/cameraAnimSample/entry/obfuscation-rules.txt deleted file mode 100644 index 985b2aeb7658286b17bd26eab8f217c3fe75ea8b..0000000000000000000000000000000000000000 --- a/CameraKit/cameraAnimSample/entry/obfuscation-rules.txt +++ /dev/null @@ -1,18 +0,0 @@ -# Define project specific obfuscation rules here. -# You can include the obfuscation configuration files in the current module's build-profile.json5. -# -# For more details, see -# https://gitee.com/openharmony/arkcompiler_ets_frontend/blob/master/arkguard/README.md - -# Obfuscation options: -# -disable-obfuscation: disable all obfuscations -# -enable-property-obfuscation: obfuscate the property names -# -enable-toplevel-obfuscation: obfuscate the names in the global scope -# -compact: remove unnecessary blank spaces and all line feeds -# -remove-log: remove all console.* statements -# -print-namecache: print the name cache that contains the mapping from the old names to new names -# -apply-namecache: reuse the given cache file - -# Keep options: -# -keep-property-name: specifies property names that you want to keep -# -keep-global-name: specifies names that you want to keep in the global scope \ No newline at end of file