mirror of
https://gitee.com/openharmony/applications_screenlock
synced 2024-11-23 06:19:47 +00:00
4130b6360a
Signed-off-by: zhuchengfeng <940848916@qq.com>
90 lines
1.7 KiB
Plaintext
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"
|
|
}
|
|
]
|
|
} |