• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * Copyright (c) 2025 Shenzhen Kaihong Digital Industry Development 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        "material": {
22          "certpath": "C:/Users/Administrator/.ohos/config/openharmony/default_uiCompare_01_TaAC4sMybPddKYTCUrW9jQeXy51zPEG7l2VgxOnoNS8=.cer",
23          "keyAlias": "debugKey",
24          "keyPassword": "0000001BAC02CC6B5D31D5F6C685E084E13FCE0DDDBEECBE677916EE1A67238A04F7FB662FA93A618A91C0",
25          "profile": "C:/Users/Administrator/.ohos/config/openharmony/default_uiCompare_01_TaAC4sMybPddKYTCUrW9jQeXy51zPEG7l2VgxOnoNS8=.p7b",
26          "signAlg": "SHA256withECDSA",
27          "storeFile": "C:/Users/Administrator/.ohos/config/openharmony/default_uiCompare_01_TaAC4sMybPddKYTCUrW9jQeXy51zPEG7l2VgxOnoNS8=.p12",
28          "storePassword": "0000001BC0B7167B69C849F18B3AD51C5BCD555424E4934E672A37412B4C388C10C9B1B3EEBB76A91FA29A"
29        }
30      }
31    ],
32    "products": [
33      {
34        "name": "default",
35        "signingConfig": "default",
36        "compileSdkVersion": 20,
37        "compatibleSdkVersion": 20,
38        "targetSdkVersion": 20,
39        "runtimeOS": "OpenHarmony",
40        "buildOption": {
41          "strictMode": {
42            "caseSensitiveCheck": true,
43            "useNormalizedOHMUrl": true
44          }
45        },
46
47      }
48    ],
49    "buildModeSet": [
50      {
51        "name": "debug",
52      },
53      {
54        "name": "release"
55      }
56    ]
57  },
58  "modules": [
59    {
60      "name": "entry",
61      "srcPath": "./entry",
62      "targets": [
63        {
64          "name": "default",
65          "applyToProducts": [
66            "default"
67          ]
68        }
69      ]
70    }
71  ]
72}