1/**
2 * Copyright (c) 2024-2024 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        "material": {
22          "storePassword": "000000161B64D26AFDA336B9D4E45469670FC05C21ACB86E817B3A0EBBEF557AEC2E73906C73",
23          "certpath": "signature/OpenHarmonyApplication.cer",
24          "keyAlias": "openharmony application release",
25          "keyPassword": "0000001669F0585B86DCE64A21563F2E7BA5320E86297F85E75F6EA4844BFB920AD864794581",
26          "profile": "signature/privacyCenter.p7b",
27          "signAlg": "SHA256withECDSA",
28          "storeFile": "signature/OpenHarmony.p12"
29        }
30      }
31    ],
32    "products": [
33      {
34        "name": "default",
35        "signingConfig": "default",
36        "compileSdkVersion": 12,
37        "compatibleSdkVersion": 12,
38        "targetSdkVersion": 12,
39        "runtimeOS": "OpenHarmony",
40      }
41    ],
42    "buildModeSet": [
43      {
44        "name": "debug",
45      },
46      {
47        "name": "release"
48      }
49    ]
50  },
51  "modules": [
52    {
53      "name": "entry",
54      "srcPath": "./entry",
55      "targets": [
56        {
57          "name": "default",
58          "applyToProducts": [
59            "default"
60          ]
61        }
62      ]
63    },
64    {
65      "name": "CertManager",
66      "srcPath": "./CertManager",
67      "targets": [
68        {
69          "name": "default",
70          "applyToProducts": [
71            "default"
72          ]
73        }
74      ]
75    }
76  ]
77}