diff --git a/gallery/BUILD.gn b/gallery/BUILD.gn index f94c3fa..8a68a86 100755 --- a/gallery/BUILD.gn +++ b/gallery/BUILD.gn @@ -60,15 +60,3 @@ shared_library("gallery") { "ABILITY_WINDOW_SUPPORT", ] } - -hap_pack("gallery_hap") { - deps = [ ":gallery" ] - mode = "hap" - json_path = "config.json" - ability_so_path = "$root_out_dir/libgallery.so" - force = "true" - 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 deleted file mode 100755 index c09fe42..0000000 Binary files a/gallery/cert/gallery_AppProvision_Release.p7b and /dev/null differ