1{ 2 "app": { 3 "signingConfigs": [ 4 ], 5 "products": [ 6 { 7 "name": "default", 8 "signingConfig": "default", 9 "compileSdkVersion": 18, 10 "compatibleSdkVersion": 11, 11 "runtimeOS": "OpenHarmony" 12 }, 13 { 14 "name": "tablet", 15 "signingConfig": "default", 16 "compileSdkVersion": 18, 17 "compatibleSdkVersion": 11, 18 "runtimeOS": "OpenHarmony" 19 } 20 ] 21 }, 22 "modules": [ 23 { 24 "name": "entry", 25 "srcPath": "./entry", 26 "targets": [ 27 { 28 "name": "default", 29 "applyToProducts": [ 30 "default" 31 ] 32 } 33 ] 34 }, 35 { 36 "name": "common", 37 "srcPath": "./common" 38 }, 39 { 40 "name": "ippPrint", 41 "srcPath": "./feature/ippPrint" 42 }, 43 { 44 "name": "driverEntry", 45 "srcPath": "./driverEntry", 46 "targets": [ 47 { 48 "name": "default", 49 "applyToProducts": [ 50 "default" 51 ] 52 } 53 ] 54 } 55 ] 56}