| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "app": {
- "signingConfigs": [
- {
- "name": "default",
- "type": "HarmonyOS",
- "material": {
- "certpath": "C:\\Users\\Administrator\\.ohos\\config\\default_ytpm-basic_cG7NBjEuDb8NXtKsXHsaG86oHtV9D5aMU3oYzhUTMjU=.cer",
- "keyAlias": "debugKey",
- "keyPassword": "0000001AFD428D972D0AF133AE6724CC6802536A1D9956F184E728DD7C841B4B397081CF9810EE18EB99",
- "profile": "C:\\Users\\Administrator\\.ohos\\config\\default_ytpm-basic_cG7NBjEuDb8NXtKsXHsaG86oHtV9D5aMU3oYzhUTMjU=.p7b",
- "signAlg": "SHA256withECDSA",
- "storeFile": "C:\\Users\\Administrator\\.ohos\\config\\default_ytpm-basic_cG7NBjEuDb8NXtKsXHsaG86oHtV9D5aMU3oYzhUTMjU=.p12",
- "storePassword": "0000001AD60A068314E0DDB5126A0F702DFB71286A3D741F5F1F43C44C2C454CD03940CD2DF9DD922775"
- }
- }
- ],
- "products": [
- {
- "name": "default",
- "signingConfig": "default",
- "compatibleSdkVersion": "5.0.2(14)",
- "runtimeOS": "HarmonyOS",
- "buildOption": {
- "strictMode": {
- "caseSensitiveCheck": true,
- "useNormalizedOHMUrl": true
- }
- }
- }
- ],
- "buildModeSet": [
- {
- "name": "debug",
- },
- {
- "name": "release"
- }
- ]
- },
- "modules": [
- {
- "name": "entry",
- "srcPath": "./products/entry",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "basic",
- "srcPath": "./commons/basic",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "feature",
- "srcPath": "./features/feature",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- },
- {
- "name": "user",
- "srcPath": "./features/user",
- "targets": [
- {
- "name": "default",
- "applyToProducts": [
- "default"
- ]
- }
- ]
- }
- ]
- }
|