Files
applications_auth_widget/bundle.json
T
liuhu 20d699f556 auth_widget目标从ohos.build中prebuilt_hap迁移至auth_widget中拉起
Signed-off-by: liuhu <liuhu41@h-partners.com>
Change-Id: Ieddf0cdfef1c206aced8d5b8fa289e89e65382c4
2025-04-22 15:38:49 +08:00

33 lines
723 B
JSON

{
"name": "@ohos/auth_widget",
"version": "4.0",
"description": "User Authentication capability",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "applications/standard/auth_widget"
},
"dirs": {},
"scripts": {},
"component": {
"name": "auth_widget",
"subsystem": "applications",
"features": ["auth_widget_enabled"],
"adapted_system_type": [
"standard"
],
"rom": "860KB",
"ram": "0KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//applications/standard/applications_auth_widget:auth_widget"
],
"inner_kits": [],
"test": []
}
}
}