{
  "app": {
    // Signing is intentionally left empty. Open this project in DevEco Studio
    // and let it create/select your own signing config (File > Project
    // Structure > Signing Configs). Do not commit personal certs or passwords.
    "signingConfigs": [
      {
        "name": "default",
        "type": "HarmonyOS",
        "material": {
          "certpath": "/Users/luqingjiedemac/.ohos/config/default_harmony_pc_6O6fdd2DskZAYS0019glhrzloU02Yx6h_z8FSSZWWq8=.cer",
          "keyAlias": "debugKey",
          "keyPassword": "0000001B7B2F20A67ED51C432795D56B179F08EDDD5BCE9E343A1CB6455F7FA498C98EFB5CFB9FDB6BBEB5",
          "profile": "/Users/luqingjiedemac/.ohos/config/default_harmony_pc_6O6fdd2DskZAYS0019glhrzloU02Yx6h_z8FSSZWWq8=.p7b",
          "signAlg": "SHA256withECDSA",
          "storeFile": "/Users/luqingjiedemac/.ohos/config/default_harmony_pc_6O6fdd2DskZAYS0019glhrzloU02Yx6h_z8FSSZWWq8=.p12",
          "storePassword": "0000001BEC4CA48A3855C4D2F6092C296DC11AA519CE1639B9F4BDF22FE91611D24FA0D49052119506E519"
        }
      }
    ],
    "products": [
      {
        "name": "default",
        "signingConfig": "default",
        "targetSdkVersion": "6.0.2(22)",
        "compatibleSdkVersion": "6.0.2(22)",
        "runtimeOS": "HarmonyOS",
        "buildOption": {
          "nativeCompiler": "BiSheng",
          "strictMode": {
            "caseSensitiveCheck": true,
            "useNormalizedOHMUrl": true
          }
        }
      }
    ],
    "buildModeSet": [
      {
        "name": "debug"
      },
      {
        "name": "release"
      }
    ]
  },
  "modules": [
    {
      "name": "entry",
      "srcPath": "./entry",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default"
          ]
        }
      ]
    }
  ]
}