applications_systemui/build-profile.json5
2025-02-20 17:35:26 +08:00

58 lines
1.3 KiB
Plaintext

{
"app": {
"signingConfigs": [],
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": 12,
"compatibleSdkVersion": 12,
"runtimeOS": "OpenHarmony",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
}
],
"signingConfigs": [
{
"name": "default",
"material": {
"storePassword": "00000016898B7E4E76E6E7089591AB3ECEC5C68F194BBD0C6E6C17446516E8FBDA0E8657F0A8",
"certpath": "signature/OpenHarmonyApplication.cer",
"keyAlias": "OpenHarmony Application Release",
"keyPassword": "0000001607C1E3DE9D968380A780032F24E0099F93A67F346F8C51189010440B5BF58E8E0147",
"profile": "signature/systemui.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "signature/OpenHarmony.p12"
}
}
]
},
"modules": [
{
"name": "phone_entry",
"srcPath": "./entry/phone",
"targets": [
{
"name": "default",
},
],
},
{
"name": "pc_entry",
"srcPath": "./entry/pc",
"targets": [
{
"name": "default"
},
],
},
{
"name": "common",
"srcPath": "./common",
}
]
}