2022-04-20 09:43:53 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) 2022 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.
|
|
|
|
*/
|
|
|
|
{
|
|
|
|
"app": {
|
|
|
|
"signingConfigs": [
|
|
|
|
{
|
2022-09-24 11:20:44 +00:00
|
|
|
"name": "release",
|
2022-04-20 09:43:53 +00:00
|
|
|
"material": {
|
2022-10-18 03:41:57 +00:00
|
|
|
"storePassword": "0000001950E8C9471F34BF6AF2993988AE51926BD1B2E8FC47CC66A5BB5E77110D5758F5AEAC636B2C",
|
|
|
|
"certpath": "signature/OpenHarmony.cer",
|
2022-04-20 09:43:53 +00:00
|
|
|
"keyAlias": "OpenHarmony Application Profile Release",
|
2022-10-18 03:41:57 +00:00
|
|
|
"keyPassword": "0000001996325AC41FCA6086C9759E9A2219B545DE3659C414052013C4398CF2371B8055916384CA7F",
|
2022-10-18 06:52:30 +00:00
|
|
|
"profile": "signature/callui.p7b",
|
2022-04-20 09:43:53 +00:00
|
|
|
"signAlg": "SHA256withECDSA",
|
|
|
|
"storeFile": "signature/OpenHarmony.p12"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"products": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
2022-09-24 11:20:44 +00:00
|
|
|
"signingConfig": "release",
|
2023-12-19 11:17:42 +00:00
|
|
|
"compileSdkVersion": 10,
|
|
|
|
"compatibleSdkVersion": 9
|
2022-04-20 09:43:53 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"modules": [
|
|
|
|
{
|
2022-10-14 09:18:54 +00:00
|
|
|
"name": "callui",
|
2022-09-24 11:20:44 +00:00
|
|
|
"srcPath": "./entry",
|
2022-04-20 09:43:53 +00:00
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
|
|
|
"applyToProducts": [
|
|
|
|
"default"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2022-09-24 11:20:44 +00:00
|
|
|
"name": "common",
|
|
|
|
"srcPath": "./common"
|
|
|
|
},
|
|
|
|
{
|
2022-10-14 09:18:54 +00:00
|
|
|
"name": "mobiledatasettings",
|
2022-04-20 09:43:53 +00:00
|
|
|
"srcPath": "./mobiledatasettings",
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
|
|
|
"applyToProducts": [
|
|
|
|
"default"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|