mirror of
https://github.com/openharmony/applications_print_spooler.git
synced 2026-07-01 04:19:37 -04:00
f08c51e29a
Signed-off-by: guoshengbang <guoshengbang@huawei.com>
56 lines
1022 B
Plaintext
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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |