amsdialogPublicity

Signed-off-by: xia <xialiangwei1@huawei.com>
This commit is contained in:
xia
2024-08-13 23:00:07 +08:00
parent 1198acc746
commit 86dfd223dd
3 changed files with 20 additions and 2 deletions
@@ -2,8 +2,8 @@
"app": {
"bundleName": "com.ohos.amsdialog",
"vendor": "example",
"versionCode": 1000007,
"versionName": "1.4.0",
"versionCode": 1000008,
"versionName": "1.5.0",
"icon": "$media:app_icon",
"label": "$string:app_name",
"distributedNotificationEnabled": true,
@@ -26,6 +26,7 @@ ohos_hap("ams_system_dialog_hap") {
subsystem_name = "application"
part_name = "prebuilt_hap"
module_install_dir = "app/com.ohos.amsdialog"
publicity_file = "publicity.xml"
}
ohos_js_assets("ams_system_dialog_js_assets") {
@@ -0,0 +1,17 @@
<!-- Copyright (c) 2023 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.
-->
<?xml version="1.0" encoding="UTF-8"?>
<packageInfo package="com.ohos.amsdialog" label="元能力系统弹框" feature="在隐式拉起、断言错误等场景中提供系统弹框。" author="OpenHarmony Team"></packageInfo>