1{ 2 "app": { 3 "products": [ 4 { 5 "name": "default", 6 "signingConfig": "default", 7 "compileSdkVersion": 10, 8 "compatibleSdkVersion": 10 9 } 10 ], 11 "signingConfigs": [ 12 { 13 "name": "default", 14 "material": { 15 "storePassword": "00000016898B7E4E76E6E7089591AB3ECEC5C68F194BBD0C6E6C17446516E8FBDA0E8657F0A8", 16 "certpath": "signature/OpenHarmonyApplication.cer", 17 "keyAlias": "OpenHarmony Application Release", 18 "keyPassword": "0000001607C1E3DE9D968380A780032F24E0099F93A67F346F8C51189010440B5BF58E8E0147", 19 "profile": "signature/launcher.p7b", 20 "signAlg": "SHA256withECDSA", 21 "storeFile": "signature/OpenHarmony.p12" 22 } 23 } 24 ] 25 }, 26 "modules": [ 27 { 28 "name": "launcher_common", 29 "srcPath": "./common", 30 "targets": [ 31 { 32 "name": "default", 33 "applyToProducts": [ 34 "default", 35 ], 36 }, 37 ], 38 }, 39 { 40 "name": "launcher_appcenter", 41 "srcPath": "./feature/appcenter", 42 "targets": [ 43 { 44 "name": "default", 45 "applyToProducts": [ 46 "default", 47 ], 48 }, 49 ], 50 }, 51 { 52 "name": "launcher_bigfolder", 53 "srcPath": "./feature/bigfolder", 54 "targets": [ 55 { 56 "name": "default", 57 "applyToProducts": [ 58 "default", 59 ], 60 }, 61 ], 62 }, 63 { 64 "name": "launcher_form", 65 "srcPath": "./feature/form", 66 "targets": [ 67 { 68 "name": "default", 69 "applyToProducts": [ 70 "default", 71 ], 72 }, 73 ], 74 }, 75 { 76 "name": "launcher_gesturenavigation", 77 "srcPath": "./feature/gesturenavigation", 78 "targets": [ 79 { 80 "name": "default", 81 "applyToProducts": [ 82 "default", 83 ], 84 }, 85 ], 86 }, 87 { 88 "name": "launcher_numbadge", 89 "srcPath": "./feature/numbadge", 90 "targets": [ 91 { 92 "name": "default", 93 "applyToProducts": [ 94 "default", 95 ], 96 }, 97 ], 98 }, 99 { 100 "name": "launcher_pagedesktop", 101 "srcPath": "./feature/pagedesktop", 102 "targets": [ 103 { 104 "name": "default", 105 "applyToProducts": [ 106 "default", 107 ], 108 }, 109 ], 110 }, 111 { 112 "name": "launcher_recents", 113 "srcPath": "./feature/recents", 114 "targets": [ 115 { 116 "name": "default", 117 "applyToProducts": [ 118 "default", 119 ], 120 }, 121 ], 122 }, 123 { 124 "name": "launcher_smartDock", 125 "srcPath": "./feature/smartdock", 126 "targets": [ 127 { 128 "name": "default", 129 "applyToProducts": [ 130 "default", 131 ], 132 }, 133 ], 134 }, 135 { 136 "name": "phone_launcher", 137 "srcPath": "./product/phone", 138 "targets": [ 139 { 140 "name": "default", 141 "applyToProducts": [ 142 "default", 143 ], 144 }, 145 ], 146 }, 147 { 148 "name": "pad_launcher", 149 "srcPath": "./product/pad", 150 "targets": [ 151 { 152 "name": "default", 153 "applyToProducts": [ 154 "default", 155 ], 156 }, 157 ], 158 }, 159 { 160 "name": "launcher_settings", 161 "srcPath": "./feature/settings", 162 "targets": [ 163 { 164 "name": "default", 165 "applyToProducts": [ 166 "default", 167 ], 168 }, 169 ], 170 } 171 ], 172} 173