mirror of
https://gitee.com/openharmony/useriam_user_idm
synced 2024-11-30 08:00:57 +00:00
0344f3774b
Signed-off-by: youliang_1314 <youliang4@huawei.com> Change-Id: Ib236cbecffa36080b76e7e7b589ae15d253821c9
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "@openharmony/user_idm",
|
|
"version": "3.1.0",
|
|
"description": "User Identity Management capability",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"author": {},
|
|
"repository": "",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath" : "base/user_iam/user_idm"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "user_idm",
|
|
"subsystem": "useriam",
|
|
"adapted_system_type": [ "standard" ],
|
|
"syscap": ["SystemCapability.UserIAM.UserIdm"],
|
|
"features": [],
|
|
"rom": "500KB",
|
|
"ram": "1000KB",
|
|
"deps": {
|
|
"components": [
|
|
"hiviewdfx_hilog_native",
|
|
"ipc",
|
|
"safwk",
|
|
"samgr_standard",
|
|
"user_auth"
|
|
],
|
|
"third_party": [
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
|
|
],
|
|
"inner_kits": [
|
|
|
|
],
|
|
"test": [
|
|
|
|
]
|
|
}
|
|
}
|
|
}
|