applications_screenlock/build-profile.json5
zhuchengfeng 4130b6360a update api9
Signed-off-by: zhuchengfeng <940848916@qq.com>
2022-04-24 10:09:18 +08:00

90 lines
1.7 KiB
Plaintext

{
"app": {
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "pc",
"srcPath": "./product/pc",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "phone",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "batterycomponent",
"srcPath": "./features/batterycomponent"
},
{
"name": "clockcomponent",
"srcPath": "./features/clockcomponent"
},
{
"name": "datetimecomponent",
"srcPath": "./features/datetimecomponent"
},
{
"name": "noticeitem",
"srcPath": "./features/noticeitem"
},
{
"name": "screenlock",
"srcPath": "./features/screenlock"
},
{
"name": "shortcutcomponent",
"srcPath": "./features/shortcutcomponent"
},
{
"name": "signalcomponent",
"srcPath": "./features/signalcomponent"
},
{
"name": "wallpapercomponent",
"srcPath": "./features/wallpapercomponent"
},
{
"name": "wificomponent",
"srcPath": "./features/wificomponent"
},
{
"name": "common",
"srcPath": "./common"
}
]
}