harmony_vehicle_terminal/build-profile.json5

49 lines
1.4 KiB
Plaintext
Raw Normal View History

2025-04-10 09:30:47 +08:00
{
"app": {
2025-04-10 10:27:28 +08:00
"signingConfigs": [
{
"name": "default",
"material": {
2025-10-10 16:32:28 +08:00
"certpath": "C:/Users/93218/.ohos/config/openharmony/default_harmony_vehicle_terminal_j6U20r4hUBYNJsocRUYxzV96xIPQLMTqn59Ua3h6tI4=.cer",
"storePassword": "0000001A3FBAE9120A580DE1C9D5F8AB398DD7175A8B9FABFBA723C6EB0B2BB78768AAB20CD625EDB6A8",
2025-04-10 10:27:28 +08:00
"keyAlias": "debugKey",
2025-10-10 16:32:28 +08:00
"keyPassword": "0000001AC5B516340EAB600B1F9452419BB8A854BB2BBCC2E47FCA97B67D93556BBF50F322FA80CC4A21",
"profile": "C:/Users/93218/.ohos/config/openharmony/default_harmony_vehicle_terminal_j6U20r4hUBYNJsocRUYxzV96xIPQLMTqn59Ua3h6tI4=.p7b",
2025-04-10 10:27:28 +08:00
"signAlg": "SHA256withECDSA",
2025-10-10 16:32:28 +08:00
"storeFile": "C:/Users/93218/.ohos/config/openharmony/default_harmony_vehicle_terminal_j6U20r4hUBYNJsocRUYxzV96xIPQLMTqn59Ua3h6tI4=.p12"
2025-04-10 10:27:28 +08:00
}
}
],
2025-04-10 09:30:47 +08:00
"products": [
{
"name": "default",
"signingConfig": "default",
2025-04-11 09:06:08 +08:00
"compatibleSdkVersion": 10,
"compileSdkVersion": 10,
"runtimeOS": "OpenHarmony"
2025-04-10 09:30:47 +08:00
}
],
"buildModeSet": [
{
"name": "debug",
},
{
"name": "release"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}