1{ 2 "app": { 3 "signingConfigs": [ 4 { 5 "name": "default", 6 "material": { 7 "storePassword": "000000198E62D3EBAD27221BC23C17589B3C2F7150510F1FEA2EF28DECF81B022C7079AD4243C34E1A", 8 "certpath": "sign/IDE.cer", 9 "keyAlias": "OpenHarmony Application CA", 10 "keyPassword": "00000019599D4D854A2568E05D356DD762CB34576298AFC53D9E228813C8711327BB991AC74C0D597E", 11 "profile": "sign/contacts.p7b", 12 "signAlg": "SHA256withECDSA", 13 "storeFile": "sign/OpenHarmony_stage.p12" 14 } 15 } 16 ], 17 "compileSdkVersion": 9, 18 "compatibleSdkVersion": 9, 19 "products": [ 20 { 21 "name": "default", 22 "signingConfig": "default", 23 } 24 ] 25 }, 26 "modules": [ 27 { 28 "name": "entry", 29 "srcPath": "./entry", 30 "targets": [ 31 { 32 "name": "default", 33 "applyToProducts": [ 34 "default" 35 ] 36 } 37 ] 38 } 39 ] 40}