| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "app": {
- "signingConfigs": [
- {
- "name": "default",
- "material": {
- "storeFile": "sign/basic.p12",
- "storePassword": "00000018FC016AA1E3ECD64C31A0649B5FD9D4AD724F5263B494BAA60F8C9C1EAA381608E8BF043B",
- "keyAlias": "yt112233",
- "keyPassword": "00000018593106C120DED77AFB34294D94BF19C3E7EB8A44859B9F6702C56BCC918FC9F6E04BBE78",
- "signAlg": "SHA256withECDSA",
- "profile": "sign/朝暮日记调试证书DeBug.p7b",
- "certpath": "sign/调试证书.cer"
- }
- }
- ],
- "products": [
- {
- "name": "default",
- "signingConfig": "default",
- "compatibleSdkVersion": "5.0.3(15)",
- "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"
- ]
- }
- ]
- }
- ]
- }
|