• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "signingConfigs": [
4      {
5        "name": "default",
6        "material": {
7          "certpath": "C:/Users/ygb/.ohos/config/openharmony/default_NativeXComponent_vettAfdtjXzJupm970gSS6vIj2Id7Ze2ciVtUQXR8Rg=.cer",
8          "storePassword": "0000001BEC892530464D6962B4D77B1E79E860C5875717DE664123F7D2E55BEC70B43186A43D9DD1956329",
9          "keyAlias": "debugKey",
10          "keyPassword": "0000001BE98DB5A9C0AF95C89DF9A44792F28CBCC21C552EABE1D78459C56AC35BB46E34BEED2E591E1202",
11          "profile": "C:/Users/ygb/.ohos/config/openharmony/default_NativeXComponent_vettAfdtjXzJupm970gSS6vIj2Id7Ze2ciVtUQXR8Rg=.p7b",
12          "signAlg": "SHA256withECDSA",
13          "storeFile": "C:/Users/ygb/.ohos/config/openharmony/default_NativeXComponent_vettAfdtjXzJupm970gSS6vIj2Id7Ze2ciVtUQXR8Rg=.p12"
14        }
15      }
16    ],
17    "products": [
18      {
19        "name": "default",
20        "signingConfig": "default",
21        "compileSdkVersion": 12,
22        "compatibleSdkVersion": 12,
23        "runtimeOS": "OpenHarmony",
24      }
25    ],
26    "buildModeSet": [
27      {
28        "name": "debug",
29      },
30      {
31        "name": "release"
32      }
33    ]
34  },
35  "modules": [
36    {
37      "name": "entry",
38      "srcPath": "./entry",
39      "targets": [
40        {
41          "name": "default",
42          "applyToProducts": [
43            "default"
44          ]
45        }
46      ]
47    }
48  ]
49}