build-profile.json5 1.1 KB
Newer Older
Q
qu-xianfei 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
{
  "app": {
    "signingConfigs": [
      {
        "name": "default",
        "material": {
          "certpath": "signature/auto_ohos_default_wallpaper_ets_com.acts.theme.wallpapertest.cer",
          "storePassword": "0000001AC92C0795891C6BFE420D3217743BAA253BCC2B9DBE103CB7C6A4BBB8C0483527615579D7C875",
          "keyAlias": "debugKey",
          "keyPassword": "0000001A388103A0595E1B124ECEF32C847614E9F4C3C838BD56B7767AB10F0F51280B944A5EDEA2F16E",
          "profile": "signature/auto_ohos_default_wallpaper_ets_com.acts.theme.wallpapertest.p7b",
          "signAlg": "SHA256withECDSA",
          "storeFile": "signature/auto_ohos_default_wallpaper_ets_com.acts.theme.wallpapertest.p12"
        }
      }
    ],
    "compileSdkVersion": 10,
    "compatibleSdkVersion": 10,
    "products": [
      {
        "name": "default",
        "signingConfig": "default"
      }
    ]
  },
  "modules": [
    {
      "name": "entry",
      "srcPath": "./entry",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default"
          ]
        }
      ]
    }
  ]
}