diff --git a/launcher/BUILD.gn b/launcher/BUILD.gn old mode 100755 new mode 100644 index 5b02bc7e7ad86d1c7366764c2bf183cd77133ca8..b26615dc6f502370374f14711e7e45fd23f1c7f7 --- a/launcher/BUILD.gn +++ b/launcher/BUILD.gn @@ -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" diff --git a/launcher/cert/com.huawei.launcher_AppProvision_release.p7b b/launcher/cert/com.huawei.launcher_AppProvision_release.p7b new file mode 100644 index 0000000000000000000000000000000000000000..809e42f82ed453188f9f5feca88afdb7389bbcf7 Binary files /dev/null and b/launcher/cert/com.huawei.launcher_AppProvision_release.p7b differ diff --git a/launcher/cert/com.huawei.launcher_HarmonyAppProvision_release.p7b b/launcher/cert/com.huawei.launcher_HarmonyAppProvision_release.p7b deleted file mode 100755 index fb05882743ff79ca7883b603d3aaf13d01d4bafa..0000000000000000000000000000000000000000 Binary files a/launcher/cert/com.huawei.launcher_HarmonyAppProvision_release.p7b and /dev/null differ diff --git a/setting/BUILD.gn b/setting/BUILD.gn index 2e44e5c53101f629068a52c5e36533a78f4cfb4c..46a22920cddc6ca2d12a74e9d50a5f904e214bad 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -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" diff --git a/setting/cert/com.huawei.setting_AppProvision_release.p7b b/setting/cert/com.huawei.setting_AppProvision_release.p7b new file mode 100644 index 0000000000000000000000000000000000000000..b2c68041f9737e31c2d59d6f23693fe79effad90 Binary files /dev/null and b/setting/cert/com.huawei.setting_AppProvision_release.p7b differ diff --git a/setting/cert/com.huawei.setting_HarmonyAppProvision_release.p7b b/setting/cert/com.huawei.setting_HarmonyAppProvision_release.p7b deleted file mode 100755 index 7892e1e915a561a1da777362c41972481bb88c1a..0000000000000000000000000000000000000000 Binary files a/setting/cert/com.huawei.setting_HarmonyAppProvision_release.p7b and /dev/null differ