1/*
2 * Copyright (c) 2024 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  "app": {
17    "signingConfigs": [
18      {
19        "name": "default",
20        "material": {
21          "certpath": "C:/Users/Administrator/.ohos/config/openharmony/default_akitutorials_kU9UYmtGwaYQNf4J4UDSosGk0B4NAMeURfXZcii9mzc=.cer",
22          "storePassword": "0000001B8045247BC54A264938A6DC210137662337CE67D7D61048AD64EF67F9A545411035938A1465781E",
23          "keyAlias": "debugKey",
24          "keyPassword": "0000001B75ACAB7977A67241C05711096F32252639BC86CBADE4DEEEB5F7359BA16542EEBAE73C329CFE1B",
25          "profile": "C:/Users/Administrator/.ohos/config/openharmony/default_akitutorials_kU9UYmtGwaYQNf4J4UDSosGk0B4NAMeURfXZcii9mzc=.p7b",
26          "signAlg": "SHA256withECDSA",
27          "storeFile": "C:/Users/Administrator/.ohos/config/openharmony/default_akitutorials_kU9UYmtGwaYQNf4J4UDSosGk0B4NAMeURfXZcii9mzc=.p12"
28        }
29      }
30    ],
31    "products": [
32      {
33        "name": "default",
34        "signingConfig": "default",
35        "compileSdkVersion": 12,
36        "compatibleSdkVersion": 12,
37        "runtimeOS": "OpenHarmony",
38        "buildOption": {
39          "strictMode": {
40            "caseSensitiveCheck": true,
41            "useNormalizedOHMUrl": true
42          }
43        }
44      }
45    ],
46    "buildModeSet": [
47      {
48        "name": "debug",
49      },
50      {
51        "name": "release"
52      }
53    ]
54  },
55  "modules": [
56    {
57      "name": "entry",
58      "srcPath": "./entry",
59      "targets": [
60        {
61          "name": "default",
62          "applyToProducts": [
63            "default"
64          ]
65        }
66      ]
67    }
68  ]
69}