• 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{
17  "app": {
18    "signingConfigs": [
19      {
20        "name": "default",
21        "type": "HarmonyOS",
22        "material": {
23          "certpath": "C:\\Users\\Armstrong\\.ohos\\config\\default_Menu__5mdUu-ouDfZnMA_-Z6gH7Dfg_F_WfohdZB4Fwx41s0=.cer",
24          "keyAlias": "debugKey",
25          "keyPassword": "0000001A12ACFB4480AAD89226350F28E5E47B21128FC9670E13BB0019F8B6D297CEC1F2D4731041D3FF",
26          "profile": "C:\\Users\\Armstrong\\.ohos\\config\\default_Menu__5mdUu-ouDfZnMA_-Z6gH7Dfg_F_WfohdZB4Fwx41s0=.p7b",
27          "signAlg": "SHA256withECDSA",
28          "storeFile": "C:\\Users\\Armstrong\\.ohos\\config\\default_Menu__5mdUu-ouDfZnMA_-Z6gH7Dfg_F_WfohdZB4Fwx41s0=.p12",
29          "storePassword": "0000001A4E1CD51E41FE5D1FFA8E7A03263264694EAA5D5192C5290797F968557C574E830E2E09E08F93"
30        }
31      }
32    ],
33    "products": [
34      {
35        "name": "default",
36        "signingConfig": "default",
37        "compatibleSdkVersion": "5.0.3(15)",
38        "runtimeOS": "HarmonyOS",
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}