mirror of
https://github.com/openharmony/applications_auth_widget.git
synced 2026-07-21 01:05:22 -04:00
d8d976dacc
Signed-off-by: dengjiewen <dengjiewen1@huawei.com>
34 lines
684 B
JSON
34 lines
684 B
JSON
{
|
|
"name": "@openharmony/auth_widget",
|
|
"version": "4.0",
|
|
"description": "User Authentication capability",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "base/useriam/auth_widget"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "auth_widget",
|
|
"subsystem": "applications",
|
|
"syscap": [
|
|
"SystemCapability.UserIAM.UserAuth.Core"
|
|
],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |