2022-03-26 15:14:19 +00:00
|
|
|
{
|
|
|
|
"app": {
|
2023-05-24 09:53:38 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2023-02-09 12:21:16 +00:00
|
|
|
"compileSdkVersion": 10,
|
2023-02-16 08:56:56 +00:00
|
|
|
"compatibleSdkVersion": 10,
|
2022-03-26 15:14:19 +00:00
|
|
|
"products": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
2022-07-26 12:26:50 +00:00
|
|
|
"signingConfig": "default"
|
2022-03-26 15:14:19 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
"modules": [
|
|
|
|
{
|
|
|
|
"name": "entry",
|
|
|
|
"srcPath": "./entry",
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
|
|
|
"applyToProducts": [
|
|
|
|
"default",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2022-09-19 02:13:57 +00:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
2022-03-26 15:14:19 +00:00
|
|
|
],
|
|
|
|
}
|