Files
miscservices_screenlock/bundle.json
lovechinamo affad5c14e Signed-off-by: lovechinamo <wangdongqi2@huawei.com>
Changes to be committed:
2022-05-24 19:19:06 +08:00

50 lines
1.1 KiB
JSON

{
"name": "@ohos/screenlock",
"description": "Provide communication capability between windowmanager and screenlock app",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destpath": "base/miscservices/screenlock"
},
"dirs": {},
"scripts": {},
"component": {
"name": "screenlock",
"subsystem": "miscservices",
"syscap": [
"SystemCapability.MiscServices.ScreenLock"
],
"features": [
],
"adapted_system_type": [
"standard"
],
"rom":"300KB",
"ram":"1024KB",
"deps": {
"components": [
"ipc",
"telephony_core_service",
"hiviewdfx_hilog_native",
"appexecfwk_standard",
"aafwk_standard",
"safwk",
"samgr_standard",
"window_manager"
],
"third_party": []
},
"build": {
"sub_component": [
"//base/miscservices/screenlock:screenlock_packages"
],
"inner_kits": [
],
"test": [
"//base/miscservices/screenlock/test:unittest",
"//base/miscservices/screenlock/test/fuzztest:fuzztest"
]
}
}
}