From 592d03b4abcdf0c7ebac78ac7fc1f1aa562e6534 Mon Sep 17 00:00:00 2001 From: zhangsaiyang Date: Fri, 19 Jul 2024 10:57:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E5=88=B6=E5=BA=94=E7=94=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=85=AC=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangsaiyang --- publicity.xml | 16 ++++++++++++++++ services/dialog/BUILD.gn | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 publicity.xml diff --git a/publicity.xml b/publicity.xml new file mode 100644 index 00000000..70633af3 --- /dev/null +++ b/publicity.xml @@ -0,0 +1,16 @@ + + + \ No newline at end of file diff --git a/services/dialog/BUILD.gn b/services/dialog/BUILD.gn index e3226bf0..ca660cee 100644 --- a/services/dialog/BUILD.gn +++ b/services/dialog/BUILD.gn @@ -11,6 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +import("//base/inputmethod/imf/inputmethod.gni") import("//build/ohos.gni") group("input_method_choose_dialog") { @@ -29,6 +30,7 @@ ohos_hap("input_method_choose_hap") { hap_name = "input_method_choose_dialog" subsystem_name = "applications" part_name = "prebuilt_hap" + publicity_file = "${inputmethod_path}/publicity.xml" module_install_dir = "app/com.ohos.inputmethodchoosedialog" }