Files
guoshengbang f08c51e29a printer and scanner driver application
Signed-off-by: guoshengbang <guoshengbang@huawei.com>
2025-07-18 16:11:10 +08:00

56 lines
1022 B
Plaintext

{
"app": {
"signingConfigs": [
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": 18,
"compatibleSdkVersion": 11,
"runtimeOS": "OpenHarmony"
},
{
"name": "tablet",
"signingConfig": "default",
"compileSdkVersion": 18,
"compatibleSdkVersion": 11,
"runtimeOS": "OpenHarmony"
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "common",
"srcPath": "./common"
},
{
"name": "ippPrint",
"srcPath": "./feature/ippPrint"
},
{
"name": "driverEntry",
"srcPath": "./driverEntry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}