• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "signingConfigs": [
4            {
5                "name": "release",
6                "material": {
7                    "certpath": "signature/OpenHarmony.cer",
8                    "storePassword": "00000016A43DB287656F9CFA087114488027CD89E3231C93D42EC5194FB828F4371A1E204CD5",
9                    "keyAlias": "OpenHarmony Application Release",
10                    "keyPassword": "000000167CF0026BCB30B41577DAC2A9799D19ECBEE46B840885676FF359D455D3A1D7FACC8C",
11                    "profile": "signature/calendardata.p7b",
12                    "signAlg": "SHA256withECDSA",
13                    "storeFile": "signature/OpenHarmony.p12"
14                }
15            }
16        ],
17        "products": [
18            {
19                "name": "default",
20                "signingConfig": "release",
21                "compileSdkVersion": 10,
22                "compatibleSdkVersion": 9
23            }
24        ]
25    },
26    "modules": [
27        {
28            "name": "entry",
29            "srcPath": "./entry",
30            "targets": [
31                {
32                    "name": "default",
33                    "applyToProducts": [
34                        "default"
35                    ]
36                }
37            ]
38        },
39        {
40            "name": "common",
41            "srcPath": "./common"
42        },
43        {
44            "name": "datastructure",
45            "srcPath": "./datastructure"
46        },
47        {
48            "name": "datamanager",
49            "srcPath": "./datamanager"
50        },
51        {
52            "name": "rrule",
53            "srcPath": "./rrule"
54        },
55        {
56            "name": "dataprovider",
57            "srcPath": "./dataprovider"
58        }
59    ]
60}