预制应用信息公示

Signed-off-by: zhangsaiyang <zhangsaiyang@huawei.com>
This commit is contained in:
zhangsaiyang 2024-07-19 10:57:16 +08:00
parent 1aad1287dd
commit 592d03b4ab
2 changed files with 18 additions and 0 deletions

16
publicity.xml Normal file
View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2024 Huawei Device Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<packageInfo package="com.ohos.inputmethodchoosedialog" label="输入法框架系统弹窗" feature="提供输入法框架系统弹窗功能。" author="华为终端有限公司"></packageInfo>

View File

@ -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"
}