• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "signingConfigs": [
4      {
5        "name": "debug",
6        "material": {
7          "storePassword": "000000195AA880DECC8D7622499B07D65C9593805D7CD84B966C48F695E8BDE678568D38C44C5676F1",
8          "certpath": "signs/IDE.cer",
9          "keyAlias": "OpenHarmony Application CA",
10          "keyPassword": "0000001960B019FAD679AFE8BFD7CB2C7C99C32F325AEF5CB40D344D9449487426694157CC4686EB22",
11          "profile": "signs/com.ohos.mms.p7b",
12          "signAlg": "SHA256withECDSA",
13          "storeFile": "signs/OpenHarmony.p12"
14        }
15      }
16    ],
17    "products": [
18      {
19        "name": "default",
20        "signingConfig": "debug",
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}