mirror of
https://gitee.com/openharmony/applications_call
synced 2024-11-23 06:19:44 +00:00
9c3ef60f4e
Signed-off-by: 18518779689 <litingting84@huawei.com>
82 lines
2.1 KiB
Plaintext
82 lines
2.1 KiB
Plaintext
/**
|
|
* 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": [
|
|
{
|
|
"name": "release",
|
|
"material": {
|
|
"storePassword": "0000001950E8C9471F34BF6AF2993988AE51926BD1B2E8FC47CC66A5BB5E77110D5758F5AEAC636B2C",
|
|
"certpath": "signature/OpenHarmony.cer",
|
|
"keyAlias": "OpenHarmony Application Profile Release",
|
|
"keyPassword": "0000001996325AC41FCA6086C9759E9A2219B545DE3659C414052013C4398CF2371B8055916384CA7F",
|
|
"profile": "signature/callui.p7b",
|
|
"signAlg": "SHA256withECDSA",
|
|
"storeFile": "signature/OpenHarmony.p12"
|
|
}
|
|
}
|
|
],
|
|
"compileSdkVersion": 10,
|
|
"compatibleSdkVersion": 9,
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "release",
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "callui",
|
|
"srcPath": "./entry",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "common",
|
|
"srcPath": "./common"
|
|
},
|
|
{
|
|
"name": "mobiledatasettings",
|
|
"srcPath": "./mobiledatasettings",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "simcardmanagement",
|
|
"srcPath": "./simcardmanagement",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |