diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index de5950ea98491917f559c66a0bee1e5e96c64bdf..b7a0a0b82f7da75e56543575912888d2b9bca1e2 100755 --- a/cameraApp/BUILD.gn +++ b/cameraApp/BUILD.gn @@ -60,7 +60,7 @@ hap_pack("cameraApp_hap") { json_path = "cameraApp/src/main/config.json" ability_so_path = "$root_out_dir/libcameraApp.so" force = "true" - cert_profile = "cert/camera_HarmonyAppProvision_Release.p7b" + cert_profile = "cert/camera_AppProvision_Release.p7b" resources_path = "cameraApp/src/main/resources" hap_name = "cameraApp" privatekey = "HOS Application Provision Release" diff --git a/cameraApp/cert/camera_AppProvision_Release.p7b b/cameraApp/cert/camera_AppProvision_Release.p7b new file mode 100755 index 0000000000000000000000000000000000000000..339e6ba3d9a1a793d003ba130d4de5f701bc3a56 Binary files /dev/null and b/cameraApp/cert/camera_AppProvision_Release.p7b differ diff --git a/cameraApp/cert/camera_HarmonyAppProvision_Release.p7b b/cameraApp/cert/camera_HarmonyAppProvision_Release.p7b deleted file mode 100755 index 1a43946b6189153b6a0ddd015ae44acf956ae610..0000000000000000000000000000000000000000 Binary files a/cameraApp/cert/camera_HarmonyAppProvision_Release.p7b and /dev/null differ diff --git a/gallery/BUILD.gn b/gallery/BUILD.gn index ed7737c617aef2f83258390491e750924d70c6fb..9c8ba763f376c12c93804cde99d598d299f695f1 100755 --- a/gallery/BUILD.gn +++ b/gallery/BUILD.gn @@ -67,7 +67,7 @@ hap_pack("gallery_hap") { json_path = "config.json" ability_so_path = "$root_out_dir/libgallery.so" force = "true" - cert_profile = "cert/gallery_HarmonyAppProvision_Release.p7b" + cert_profile = "cert/gallery_AppProvision_Release.p7b" resources_path = "resources" hap_name = "gallery" privatekey = "HOS Application Provision Release" diff --git a/gallery/cert/gallery_AppProvision_Release.p7b b/gallery/cert/gallery_AppProvision_Release.p7b new file mode 100755 index 0000000000000000000000000000000000000000..2914473a46eb45143d3900de0147d165c162b9f6 Binary files /dev/null and b/gallery/cert/gallery_AppProvision_Release.p7b differ diff --git a/gallery/cert/gallery_HarmonyAppProvision_Release.p7b b/gallery/cert/gallery_HarmonyAppProvision_Release.p7b deleted file mode 100755 index e324c96264d7fea2450495fffc2a77054b6f64dc..0000000000000000000000000000000000000000 Binary files a/gallery/cert/gallery_HarmonyAppProvision_Release.p7b and /dev/null differ