2023-10-25 09:13:56 +00:00
|
|
|
/*
|
2024-07-23 01:47:08 +00:00
|
|
|
* Copyright (c) 2023-2024 Huawei Device Co., Ltd.
|
2023-10-25 09:13:56 +00:00
|
|
|
* 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.
|
|
|
|
*/
|
2023-10-24 14:20:15 +00:00
|
|
|
{
|
|
|
|
"app": {
|
|
|
|
"bundleName": "com.ohos.dlpmanager",
|
|
|
|
"vendor": "example",
|
2024-10-21 12:51:20 +00:00
|
|
|
"versionCode": 1000114,
|
|
|
|
"versionName": "1.0.1.14",
|
2023-10-24 14:20:15 +00:00
|
|
|
"icon": "$media:app_icon",
|
|
|
|
"label": "$string:app_name",
|
2024-06-07 08:17:43 +00:00
|
|
|
"minAPIVersion": 12,
|
|
|
|
"targetAPIVersion": 12,
|
2024-04-13 10:43:10 +00:00
|
|
|
"distributedNotificationEnabled": true,
|
2024-08-02 08:28:09 +00:00
|
|
|
"apiReleaseType" : "Beta5",
|
|
|
|
"configuration": "$profile:configuration"
|
2023-10-24 14:20:15 +00:00
|
|
|
}
|
|
|
|
}
|