• 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    "products": [
19      {
20        "name": "default",
21        "signingConfig": "default",
22        "compileSdkVersion": 12,
23        "compatibleSdkVersion": 12,
24        "runtimeOS": "OpenHarmony"
25      }
26    ],
27    "buildModeSet": [
28      {
29        "name": "debug"
30      },
31      {
32        "name": "release"
33      }
34    ],
35    "signingConfigs": [
36      {
37        "name": "default",
38        "material": {
39          "certpath": "C:/Users/Administrator/.ohos/config/openharmony/default_nomralApp_ySXiDBhqTK_z-kX3Ufsjw-qX16hohMNZIyZHgM6AxrE=.cer",
40          "storePassword": "0000001B78580D2A75C1E8733C47A730DAEF69B615819EFE46C7EF7FE4A3A88065E520508B8DB210B4FD0D",
41          "keyAlias": "debugKey",
42          "keyPassword": "0000001BA01C24974EAAF7177746DD617019E0D75FF6855F499ACE5E734022A97DACBBACF9C2B0894CA203",
43          "profile": "C:/Users/Administrator/.ohos/config/openharmony/default_nomralApp_ySXiDBhqTK_z-kX3Ufsjw-qX16hohMNZIyZHgM6AxrE=.p7b",
44          "signAlg": "SHA256withECDSA",
45          "storeFile": "C:/Users/Administrator/.ohos/config/openharmony/default_nomralApp_ySXiDBhqTK_z-kX3Ufsjw-qX16hohMNZIyZHgM6AxrE=.p12"
46        }
47      }
48    ]
49  },
50  "modules": [
51    {
52      "name": "usbInfo",
53      "srcPath": "./usbInfo",
54      "targets": [
55        {
56          "name": "default",
57          "applyToProducts": [
58            "default"
59          ]
60        }
61      ]
62    }
63  ]
64}