mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-27 08:30:34 +00:00
b397d1edcd
Signed-off-by: xuchangzhou <xuzhangzhou@huawei.com>
100 lines
2.1 KiB
Plaintext
100 lines
2.1 KiB
Plaintext
{
|
|
"app": {
|
|
"signingConfigs": [
|
|
{
|
|
"name": "release",
|
|
"material": {
|
|
"certpath": "D:/sign/OpenHarmonyApplication.cer",
|
|
"storePassword": "000000169E4BA9453C73BFAA054E97B13DCABF50C5D829A4CF961FF2AEBC19E01B07B4FBF238",
|
|
"keyAlias": "OpenHarmony Application Release",
|
|
"keyPassword": "0000001664AF944A666F8317823841A87848B55A3E4F10CDC4FCF66853CEC94035A2E4EDA99F",
|
|
"profile": "D:/sign/settings.p7b",
|
|
"signAlg": "SHA256withECDSA",
|
|
"storeFile": "D:/sign/OpenHarmony.p12"
|
|
}
|
|
},
|
|
],
|
|
"compileSdkVersion": 8,
|
|
"compatibleSdkVersion": 8,
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "release",
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "phone",
|
|
"srcPath": "./product/phone",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
// {
|
|
// "name": "wearable",
|
|
// "srcPath": "./product/wearable",
|
|
// "targets": [
|
|
// {
|
|
// "name": "default",
|
|
// "applyToProducts": [
|
|
// "default"
|
|
// ]
|
|
// }
|
|
// ]
|
|
// },
|
|
// {
|
|
// "name": "component",
|
|
// "srcPath": "./common/component",
|
|
// "targets": [
|
|
// {
|
|
// "name": "default",
|
|
// "applyToProducts": [
|
|
// "default"
|
|
// ]
|
|
// }
|
|
// ]
|
|
// },
|
|
// {
|
|
// "name": "search",
|
|
// "srcPath": "./common/search",
|
|
// "targets": [
|
|
// {
|
|
// "name": "default",
|
|
// "applyToProducts": [
|
|
// "default"
|
|
// ]
|
|
// }
|
|
// ]
|
|
// },
|
|
// {
|
|
// "name": "settingsBase",
|
|
// "srcPath": "./common/settingsBase",
|
|
// "targets": [
|
|
// {
|
|
// "name": "default",
|
|
// "applyToProducts": [
|
|
// "default"
|
|
// ]
|
|
// }
|
|
// ]
|
|
// },
|
|
// {
|
|
// "name": "utils",
|
|
// "srcPath": "./common/utils",
|
|
// "targets": [
|
|
// {
|
|
// "name": "default",
|
|
// "applyToProducts": [
|
|
// "default"
|
|
// ]
|
|
// }
|
|
// ]
|
|
// }
|
|
]
|
|
} |