mirror of
https://gitee.com/openharmony/applications_dlp_manager
synced 2024-11-27 12:00:33 +00:00
commit
b1cf5c7d63
3
BUILD.gn
3
BUILD.gn
@ -9,7 +9,7 @@
|
||||
# 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.
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
import("signature/dlpm.gni")
|
||||
@ -20,6 +20,7 @@ ohos_hap("dlp_manager") {
|
||||
":dlp_manager_js_assets",
|
||||
":dlp_manager_resources",
|
||||
]
|
||||
publicity_file = "publicity.xml"
|
||||
js_build_mode = "debug"
|
||||
certificate_profile = "signature/dlpmanager.p7b"
|
||||
hap_name = "dlp_manager"
|
||||
|
17
publicity.xml
Normal file
17
publicity.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<!-- 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.
|
||||
-->
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8">
|
||||
|
||||
<packageInfo package="com.ohos.dlpmanager" label="数据防泄漏管理应用" feature="数据防泄漏管理应用" author="OpenHarmony Team"></packageInfo>
|
Loading…
Reference in New Issue
Block a user