2022-03-12 14:33:01 +00:00
|
|
|
{
|
|
|
|
"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",
|
2022-04-20 07:05:29 +00:00
|
|
|
"user_auth"
|
2022-03-12 14:33:01 +00:00
|
|
|
],
|
|
|
|
"third_party": [
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [
|
2022-04-24 03:46:48 +00:00
|
|
|
|
2022-03-12 14:33:01 +00:00
|
|
|
],
|
|
|
|
"inner_kits": [
|
2022-04-24 03:46:48 +00:00
|
|
|
|
2022-03-12 14:33:01 +00:00
|
|
|
],
|
|
|
|
"test": [
|
2022-04-24 03:46:48 +00:00
|
|
|
|
2022-03-12 14:33:01 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|