mirror of
https://github.com/openharmony/applications_auth_widget.git
synced 2026-07-01 20:14:09 -04:00
20d699f556
Signed-off-by: liuhu <liuhu41@h-partners.com> Change-Id: Ieddf0cdfef1c206aced8d5b8fa289e89e65382c4
33 lines
723 B
JSON
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": []
|
|
}
|
|
}
|
|
} |