build-profile.json5 1.99 KB
{
  "app": {
    "signingConfigs": [
      {
        "name": "default",
        "type": "HarmonyOS",
        "material": {
          "certpath": "./singing_config/auto_debug_PeopleDaily_Harmony_com.wondertek.daily_70086000309521319.cer",
          "storePassword": "0000001ACD3B08030BC365534FC8B900084C5512F7B49BC2FDC85967DAEB411E122746DCC33F777CFDBD",
          "keyAlias": "debugKey",
          "keyPassword": "0000001A756566455DF4890C7FAF2AE9F6A39C42447B474277952A6F6098017BE8EA3FAA64BE3178C8C2",
          "profile": "./singing_config/auto_debug_PeopleDaily_Harmony_com.wondertek.daily_70086000309521319.p7b",
          "signAlg": "SHA256withECDSA",
          "storeFile": "./singing_config/auto_debug_PeopleDaily_Harmony_com.wondertek.daily_70086000309521319.p12"
        }
      }
    ],
    "compileSdkVersion": 9,
    "compatibleSdkVersion": 9,
    "products": [
      {
        "name": "default",
        "signingConfig": "default",
      }
    ]
  },
  "modules": [
    {
      "name": "entry",
      "srcPath": "./entry",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default"
          ]
        }
      ]
    },
    {
      "name": "wdKit",
      "srcPath": "./wdKit",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default"
          ]
        }
      ]
    },
    {
      "name": "wdConstant",
      "srcPath": "./wdConstant",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default"
          ]
        }
      ]
    },
    {
      "name": "wdNetwork",
      "srcPath": "./wdNetwork",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default"
          ]
        }
      ]
    },
    {
      "name": "wdComponent",
      "srcPath": "./wdComponent",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default"
          ]
        }
      ]
    }
  ]
}