• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "signingConfigs": [
4      {
5        "name": "default",
6        "material": {
7          "storePassword": "000000198E62D3EBAD27221BC23C17589B3C2F7150510F1FEA2EF28DECF81B022C7079AD4243C34E1A",
8          "certpath": "sign/IDE.cer",
9          "keyAlias": "OpenHarmony Application CA",
10          "keyPassword": "00000019599D4D854A2568E05D356DD762CB34576298AFC53D9E228813C8711327BB991AC74C0D597E",
11          "profile": "sign/contacts.p7b",
12          "signAlg": "SHA256withECDSA",
13          "storeFile": "sign/OpenHarmony_stage.p12"
14        }
15      }
16    ],
17    "products": [
18      {
19        "name": "default",
20        "signingConfig": "default",
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": "phonenumber",
45      "srcPath": "./feature/phonenumber"
46    },
47    {
48      "name": "contact",
49      "srcPath": "./feature/contact"
50    },
51    {
52      "name": "account",
53      "srcPath": "./feature/account"
54    },
55    {
56      "name": "call",
57      "srcPath": "./feature/call"
58    },
59    {
60      "name": "dialpad",
61      "srcPath": "./feature/dialpad"
62    }
63  ]
64}