From 628e5b02cf68c8b9e0f3051a04623f1a05c0096a Mon Sep 17 00:00:00 2001 From: hunili Date: Sat, 29 Jun 2024 20:26:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=9F=A5=E5=BA=94=E7=94=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=85=AC=E5=85=B1=E8=AF=B4=E6=98=8E=20issue:=20https:?= =?UTF-8?q?//gitee.com/openharmony/filemanagement=5Fuser=5Ffile=5Fservice/?= =?UTF-8?q?issues/IA9ARF=20Signed-off-by:=20hunili=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publicity.xml | 15 +++++++++++++++ services/BUILD.gn | 1 + 2 files changed, 16 insertions(+) create mode 100644 publicity.xml diff --git a/publicity.xml b/publicity.xml new file mode 100644 index 00000000..7b64b53a --- /dev/null +++ b/publicity.xml @@ -0,0 +1,15 @@ + + + \ No newline at end of file diff --git a/services/BUILD.gn b/services/BUILD.gn index fa3f9b31..37b5784f 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -29,6 +29,7 @@ ohos_hap("external_file_manager_hap") { ":external_file_manager_js_assets", ":external_file_manager_resources", ] + publicity_file = "../publicity.xml" certificate_profile = "signature/fileextension.p7b" hap_name = "external_file_manager" subsystem_name = "filemanagement"