• 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\\hxx\\.ohos\\config\\default_TextPickerDialog_columnWidths_iO4-r3HIzQxI46XxDspJTOjvfcUYc0MrKbCPq0SFYpk=.cer",
23          "keyAlias": "debugKey",
24          "keyPassword": "0000001AF1A69BC68BDD77B805E950F47B67B0A1A08AA6B86B350617369C2FFEF83AFB3E611F6B5033BC",
25          "profile": "C:\\Users\\hxx\\.ohos\\config\\default_TextPickerDialog_columnWidths_iO4-r3HIzQxI46XxDspJTOjvfcUYc0MrKbCPq0SFYpk=.p7b",
26          "signAlg": "SHA256withECDSA",
27          "storeFile": "C:\\Users\\hxx\\.ohos\\config\\default_TextPickerDialog_columnWidths_iO4-r3HIzQxI46XxDspJTOjvfcUYc0MrKbCPq0SFYpk=.p12",
28          "storePassword": "0000001A7255070E0462A1D45890C4F3DD569613F48F49259AE83827D931AD057ED082B49F8F1073E245"
29        }
30      }
31    ],
32    "products": [
33      {
34        "name": "default",
35        "signingConfig": "default",
36        "targetSdkVersion": "5.1.1(19)",
37        "compatibleSdkVersion": "5.1.1(19)",
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}