build-profile.json5 8.18 KB
{
  "app": {
    //    "signingConfigs": [
    //      {
    //        "name": "default",
    //        "type": "HarmonyOS",
    //        "material": {
    //          "certpath": "C:\\Users\\pc\\.ohos\\config\\default_sight_harmony_l75MehGV9G3TUayEtL68-EIWqyYDqfVXfu9D-DPJ7I0=.cer",
    //          "storePassword": "0000001AB256FAF47AA4D68E4841C95D357490DE9FBB26A3A9161AD3069E31B3623E25CB49409CCA9CF7",
    //          "keyAlias": "debugKey",
    //          "keyPassword": "0000001AFB06818C2BC8DC275326668AAC62B91EBF7D3F84E8BE0F156D02623AA0F4F8C6B73F362CB371",
    //          "profile": "C:\\Users\\pc\\.ohos\\config\\default_sight_harmony_l75MehGV9G3TUayEtL68-EIWqyYDqfVXfu9D-DPJ7I0=.p7b",
    //          "signAlg": "SHA256withECDSA",
    //          "storeFile": "C:\\Users\\pc\\.ohos\\config\\default_sight_harmony_l75MehGV9G3TUayEtL68-EIWqyYDqfVXfu9D-DPJ7I0=.p12"
    //        }
    //      }
    //    ],
    "signingConfigs": [
      {
        "name": "default",
        "type": "HarmonyOS",
        "material": {
          "certpath": "C:\\Users\\13774\\.ohos\\config\\default_sight_harmony__wG3w7S1se1QvaEEYSy5BVvTRJuJSdfaV1zqTEV_Y2M=.cer",
          "storePassword": "0000001B00516AE05143CEF2E5E5AEBA7A8201589C13C09AA562400D359D89FA03C21EF66A2B5C5FDC9A58",
          "keyAlias": "debugKey",
          "keyPassword": "0000001B30D0726CC4EF04CA79AE22725C2DF4ED75F45209B6AD28DEBF51AB6548973C8E44B85DEAD02BA0",
          "profile": "C:\\Users\\13774\\.ohos\\config\\default_sight_harmony__wG3w7S1se1QvaEEYSy5BVvTRJuJSdfaV1zqTEV_Y2M=.p7b",
          "signAlg": "SHA256withECDSA",
          "storeFile": "C:\\Users\\13774\\.ohos\\config\\default_sight_harmony__wG3w7S1se1QvaEEYSy5BVvTRJuJSdfaV1zqTEV_Y2M=.p12"
        }
      },
      {
        "name": "release",
        "type": "HarmonyOS",
        "material": {
          "certpath": "./singing_config/manual_com.peopledailychina.hosactivity_sign/鸿蒙中文版客户端证书正式.cer",
          "storePassword": "0000001E43FD390C9809308070D8FC041E66144E2D5B661C83FDB2409A56CB122BF6D8A60B462D2B9C7D41B1BEFE",
          "keyAlias": "peopledailyhosalias",
          "keyPassword": "0000001E5601FAD59E56E97FF5CB2D2C49524BDCEB998886740F450653C69C5A7056E4063863332FECD685C0AE09",
          "profile": "./singing_config/manual_com.peopledailychina.hosactivity_sign/peopledailychina-hos-profile-releaseRelease.p7b",
          "signAlg": "SHA256withECDSA",
          "storeFile": "./singing_config/manual_com.peopledailychina.hosactivity_sign/keystorefile.p12"
        }
      }
    ],
    "products": [
      {
        "name": "default",
        "signingConfig": "default",
        "compileSdkVersion": "5.0.0(12)",
        "compatibleSdkVersion": "5.0.0(12)",
        "runtimeOS": "HarmonyOS",
        "buildOption": {
          "arkOptions": {
            "buildProfileFields": {
              "BUILD_VERSION": ""
            }
          }
        },
      },
      {
        "name": "productRELEASE",
        "signingConfig": "release",
        "compileSdkVersion": "5.0.0(12)",
        "compatibleSdkVersion": "5.0.0(12)",
        "runtimeOS": "HarmonyOS",
        "buildOption": {
          "arkOptions": {
            "buildProfileFields": {
              "BUILD_VERSION": ""
            }
          }
        }
      }
    ],
    "buildModeSet": [
      {
        "name": "debug",
      },
      {
        "name": "release"
      }
    ]
  },
  "modules": [
    {
      "name": "phone",
      "srcPath": "./products/phone",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdConstant",
      "srcPath": "./commons/wdConstant",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdKit",
      "srcPath": "./commons/wdKit",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdBean",
      "srcPath": "./features/wdBean",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdComponent",
      "srcPath": "./features/wdComponent",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdNetwork",
      "srcPath": "./commons/wdNetwork",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdRouter",
      "srcPath": "./commons/wdRouter",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdJsBridge",
      "srcPath": "./commons/wdJsBridge"
    },
    {
      "name": "wdWebComponent",
      "srcPath": "./commons/wdWebComponent",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    //    {
    //      "name": "wdLayout",
    //      "srcPath": "./wdLayout",
    //      "targets": [
    //        {
    //          "name": "default",
    //          "applyToProducts": [
    //            "default"
    //          ]
    //        }
    //      ]
    //    },
    {
      "name": "wdPlayer",
      "srcPath": "./features/wdPlayer",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdDetailPlayApi",
      "srcPath": "./features/wdDetailPlayApi",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdDetailPlayShortVideo",
      "srcPath": "./features/wdDetailPlayShortVideo",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdDetailPlayVod",
      "srcPath": "./features/wdDetailPlayVod",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdDetailPlayLive",
      "srcPath": "./features/wdDetailPlayLive",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdLogin",
      "srcPath": "./features/wdLogin",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdHwAbility",
      "srcPath": "./features/wdHwAbility",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdShareBase",
      "srcPath": "./commons/wdShareBase",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdShare",
      "srcPath": "./features/wdShare",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    },
    {
      "name": "wdTracking",
      "srcPath": "./features/wdTracking",
      "targets": [
        {
          "name": "default",
          "applyToProducts": [
            "default",
            "productRELEASE"
          ]
        }
      ]
    }
  ]
}