delete build-profile.json5

Signed-off-by: fangzheng24 <fangzheng24@huawei.com>
This commit is contained in:
fangzheng24 2022-11-16 09:44:10 +08:00
parent e7de6dab65
commit 6e53984296

View File

@ -1,100 +0,0 @@
{
"app": {
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "release"
}
],
"signingConfigs": [
{
"name": "release",
"material": {
"certpath": "D:/tool/signature/OpenHarmonyApplication.cer",
"storePassword": "000000161076D4338C1DCA8B4C67C454356C6585E662903C7E6823B479F61CAFCEEABBA60E63",
"keyAlias": "OpenHarmony Application Release",
"keyPassword": "0000001621C557B64D9E170DFA0B668E4F784EA7159FBC1D87BC42CCF2ED8DA7BA291F327DAA",
"profile": "D:/tool/signature/settings.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "D:/tool/signature/OpenHarmony.p12"
}
}
]
},
"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"
// ]
// }
// ]
// }
]
}