Description: Re sign to OpenHarmony signature

IssueNo: https://gitee.com/openharmony/applications_sample_camera/issues/I5SSE4
Feature or Bugfix: Bugfix
Binary Source:YES
Signed-off-by: youbing54<youbing3@huawei.com>
This commit is contained in:
youbing
2022-09-24 15:34:19 +08:00
parent 7ec261c244
commit a8aa3a3a5c
6 changed files with 2 additions and 2 deletions
Executable → Regular
+1 -1
View File
@@ -55,7 +55,7 @@ hap_pack("launcher_hap") {
json_path = "launcher/src/main/config.json"
ability_so_path = "$root_out_dir/liblauncher.so"
force = "true"
cert_profile = "cert/com.huawei.launcher_HarmonyAppProvision_release.p7b"
cert_profile = "cert/com.huawei.launcher_AppProvision_release.p7b"
resources_path = "launcher/src/main/resources"
hap_name = "launcher"
privatekey = "HOS Application Provision Release"
+1 -1
View File
@@ -70,7 +70,7 @@ hap_pack("setting_hap") {
json_path = "setting/src/main/config.json"
ability_so_path = "$root_out_dir/libsetting.so"
force = "true"
cert_profile = "cert/com.huawei.setting_HarmonyAppProvision_release.p7b"
cert_profile = "cert/com.huawei.setting_AppProvision_release.p7b"
resources_path = "setting/src/main/resources"
hap_name = "setting"
privatekey = "HOS Application Provision Release"