applications_screenlock/build-profile.json5
fengwei a30b692962
update build-profile.json5.
Signed-off-by: fengwei <fengwei55@h-partners.com>
2023-11-14 07:58:05 +00:00

90 lines
1.7 KiB
Plaintext

{
"app": {
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": 10,
"compatibleSdkVersion": 9,
}
]
},
"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"
}
]
}