{ "app": { "signingConfigs": [ { "name": "default", "type": "HarmonyOS", "material": { "storeFile": "sign/basic.p12", "storePassword": "yt112233", "keyAlias": "yt112233", "keyPassword": "yt112233", "signAlg": "SHA256withECDSA", "profile": "", "certpath": "sign/调试证书.cer", } } ], "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" ] } ] } ] }