applications_photos/build-profile.json5

80 lines
1.7 KiB
Plaintext
Raw Normal View History

{
"app": {
"signingConfigs": [
{
"name": "default",
"material": {
"certpath": "./signature/OpenHarmonyApplication.cer",
"storePassword": "00000016139B93BBCA1641496EA2EDC04012D36AAF788805480483B92ED8CC7F2367472558F1",
"keyAlias": "OpenHarmony Application Release",
"keyPassword": "000000165E797840E4487C9186CD743D2640A6732F892B14D2B6517D2FBFA7D1C705E55EAB6D",
"profile": "./signature/photos.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "./signature/OpenHarmony.p12"
}
}
],
"compileSdkVersion": 10,
"compatibleSdkVersion": 10,
"products": [
{
"name": "default",
"signingConfig": "default"
},
],
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default",
],
},
],
},
{
"name": "base",
"srcPath": "./common/base"
},
{
"name": "timeline",
"srcPath": "./features/timeline"
},
{
"name": "browser",
"srcPath": "./features/browser"
},
{
"name": "grid",
"srcPath": "./features/grid"
},
{
"name": "album",
"srcPath": "./features/album"
},
{
"name": "selectAlbum",
"srcPath": "./features/selectAlbum"
},
{
"name": "third",
"srcPath": "./features/third"
},
{
"name": "mediaOperation",
"srcPath": "./features/mediaOperation"
},
{
"name": "distributed",
"srcPath": "./features/distributed"
},
{
"name": "formEditor",
"srcPath": "./features/formEditor"
}
],
}