• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "signingConfigs": [
4      {
5        "name": "release",
6        "material": {
7          "storePassword": "0000001B7EEB31E05C0AF01676E16503462AB81E5E5634D1780D30B08FBEB1F5A17449A39CD9BF2D4907F4",
8          "certpath": "./signature/auto_ohos_release_applications_calendar_data_com.ohos.calendardata.cer",
9          "keyAlias": "debugKey",
10          "keyPassword": "0000001B3A34608C8599A7114F2FFEFE280096858B0D2769B84AC380A8A143756AA725935CD33A91414D87",
11          "profile": "./signature/auto_ohos_release_applications_calendar_data_com.ohos.calendardata.p7b",
12          "signAlg": "SHA256withECDSA",
13          "storeFile": "./signature/auto_ohos_release_applications_calendar_data_com.ohos.calendardata.p12"
14        }
15      }
16    ],
17    "products": [
18      {
19        "name": "default",
20        "signingConfig": "release",
21        "compileSdkVersion": 10,
22        "compatibleSdkVersion": 10
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}