/*
* Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

{
  "app": {
    "signingConfigs": [
      {
        "name": "default",
        "type": "HarmonyOS",
        "material": {
          "certpath": "/Users/kavinhuang/.ohos/config/default_ohos_E3ti-Qv7lm3aSRYR2xnvEB-12Uni-e3qIbn3ajkUok8=.cer",
          "storePassword": "0000001ABB2898AAF97D6D2388883E9B35446DAEDAC4FA6ADADCF1209E9CD83E7F39DF87C695A38EECCE",
          "keyAlias": "debugKey",
          "keyPassword": "0000001A004161F1E5A4764605A986522FE39D40DE580859BC3B8179D5113BC4B8F4D3CE6F8AB55B4D3A",
          "profile": "/Users/kavinhuang/.ohos/config/default_ohos_E3ti-Qv7lm3aSRYR2xnvEB-12Uni-e3qIbn3ajkUok8=.p7b",
          "signAlg": "SHA256withECDSA",
          "storeFile": "/Users/kavinhuang/.ohos/config/default_ohos_E3ti-Qv7lm3aSRYR2xnvEB-12Uni-e3qIbn3ajkUok8=.p12"
        }
      }
    ],
    "products": [
      {
        "name": "default",
        "signingConfig": "default",
        "compatibleSdkVersion": "5.0.0(12)",
        "runtimeOS": "HarmonyOS",
      }
    ]
  },
  "modules": [
    {
      "name": "entry",
      "srcPath": "./entry",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default"
          ]
        }
      ]
    }
  ]
}