• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) 2025 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 *     http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15{
16  "app": {
17    "signingConfigs": [
18      {
19        "name": "default",
20        "type": "HarmonyOS",
21        "material": {
22          "certpath": "C:\\Users\\royce\\.ohos\\config\\default_jscontext_tAJTFbrb2XukQoHs4mGDxqrz-c3cvgPxyu-1n8cOvZQ=.cer",
23          "keyAlias": "debugKey",
24          "keyPassword": "0000001BB65F7D513F612151B92EE510743747080A481C12B09F5E8F50367BEF7383467AF5CED61C83FCD6",
25          "profile": "C:\\Users\\royce\\.ohos\\config\\default_jscontext_tAJTFbrb2XukQoHs4mGDxqrz-c3cvgPxyu-1n8cOvZQ=.p7b",
26          "signAlg": "SHA256withECDSA",
27          "storeFile": "C:\\Users\\royce\\.ohos\\config\\default_jscontext_tAJTFbrb2XukQoHs4mGDxqrz-c3cvgPxyu-1n8cOvZQ=.p12",
28          "storePassword": "0000001B130AAFD7688AC1756FA468BDBB57453725D9B6673F5B9CAECBC04F32F0A2B596D4823B9B2D2CFC"
29        }
30      }
31    ],
32    "products": [
33      {
34        "name": "default",
35        "signingConfig": "default",
36        "compileSdkVersion": 20,
37        "compatibleSdkVersion": 20,
38        "runtimeOS": "OpenHarmony",
39        "buildOption": {
40          "strictMode": {
41            "caseSensitiveCheck": true,
42            "useNormalizedOHMUrl": true
43          }
44        }
45      }
46    ],
47    "buildModeSet": [
48      {
49        "name": "debug",
50      },
51      {
52        "name": "release"
53      }
54    ]
55  },
56  "modules": [
57    {
58      "name": "entry",
59      "srcPath": "./entry",
60      "targets": [
61        {
62          "name": "default",
63          "applyToProducts": [
64            "default"
65          ]
66        }
67      ]
68    },
69    {
70      "name": "car",
71      "srcPath": "./car",
72      "targets": [
73        {
74          "name": "default",
75          "applyToProducts": [
76            "default"
77          ]
78        }
79      ]
80    }
81  ]
82}