mirror of
https://gitee.com/openharmony/useriam_user_auth_framework
synced 2025-02-17 07:11:00 +00:00
![Tianshi Liu](/assets/img/avatar_default.png)
Change-Id: Ieffd57c3e485abeabc0232618336f99d3e167805 Signed-off-by: Tianshi Liu <tianshi.liu@huawei.com>
132 lines
4.3 KiB
JSON
132 lines
4.3 KiB
JSON
{
|
|
"name": "@openharmony/user_auth",
|
|
"version": "3.1.0",
|
|
"description": "User Authentication capability",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"author": {},
|
|
"repository": "",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath" : "base/user_iam/user_auth"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "user_auth",
|
|
"subsystem": "useriam",
|
|
"adapted_system_type": [ "standard" ],
|
|
"syscap": ["SystemCapability.UserIAM.UserAuth.Core"],
|
|
"features": [],
|
|
"rom": "3924KB",
|
|
"ram": "5000KB",
|
|
"deps": {
|
|
"components": [
|
|
"hiviewdfx_hilog_native",
|
|
"ipc",
|
|
"safwk",
|
|
"samgr_standard",
|
|
"hilog",
|
|
"user_auth"
|
|
],
|
|
"third_party": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/user_iam/user_auth/sa_profile:userauth_sa_profile",
|
|
"//base/user_iam/user_auth/sa_profile:useriam.init",
|
|
"//base/user_iam/user_auth/services:userauthservice",
|
|
"//base/user_iam/user_auth/common/executors:userauth_executors",
|
|
"//base/user_iam/user_auth/services/co_auth/common:useriam_common_lib",
|
|
"//base/user_iam/user_auth/frameworks/js/napi/user_idm:useridm"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"type": "so",
|
|
"name": "//base/user_iam/user_auth/frameworks/user_auth:userauth_framework",
|
|
"header": {
|
|
"header_files": [
|
|
"user_auth/user_auth.h",
|
|
"user_auth/userauth_callback.h",
|
|
"user_auth/userauth_defines.h",
|
|
"common/common_info.h"
|
|
],
|
|
"header_base": "//base/user_iam/user_auth/interfaces/inner_api/"
|
|
}
|
|
},
|
|
{
|
|
"type": "so",
|
|
"name": "//base/user_iam/user_auth/frameworks/js/napi/user_auth:userauth",
|
|
"header": {
|
|
"header_files": [
|
|
"auth_build.h",
|
|
"auth_common.h",
|
|
"auth_object.h",
|
|
"authapi_callback.h",
|
|
"result_convert.h",
|
|
"user_auth_helper.h",
|
|
"user_auth_impl.h"
|
|
],
|
|
"header_base": "//base/user_iam/user_auth/frameworks/js/napi/user_auth/inc/"
|
|
}
|
|
},
|
|
{
|
|
"type": "so",
|
|
"name": "//base/user_iam/user_auth/frameworks/js/napi/user_auth:userauth_napi",
|
|
"header": {
|
|
"header_files": [
|
|
"auth_build.h",
|
|
"auth_common.h",
|
|
"auth_object.h",
|
|
"authapi_callback.h",
|
|
"result_convert.h",
|
|
"user_auth_helper.h",
|
|
"user_auth_impl.h"
|
|
],
|
|
"header_base": "//base/user_iam/user_auth/frameworks/js/napi/user_auth/inc/"
|
|
}
|
|
},
|
|
{
|
|
"type": "so",
|
|
"name": "//base/user_iam/user_auth/frameworks/co_auth:coauth_framework",
|
|
"header": {
|
|
"header_files": [
|
|
"auth_attributes.h",
|
|
"auth_executor.h",
|
|
"auth_info.h",
|
|
"co_auth.h",
|
|
"executor_callback.h",
|
|
"co_auth_defines.h",
|
|
"executor_callback.h",
|
|
"executor_mgr.h"
|
|
],
|
|
"header_base": "//base/user_iam/user_auth/interfaces/inner_api/co_auth/"
|
|
}
|
|
},
|
|
{
|
|
"type": "so",
|
|
"name": "//base/user_iam/user_auth/frameworks/user_idm:useridm_framework",
|
|
"header": {
|
|
"header_files": [
|
|
"user_idm_callback.h",
|
|
"user_idm_defines.h",
|
|
"user_idm.h",
|
|
"useridm_callback.h",
|
|
"useridm_info.h",
|
|
"useridm_client.h"
|
|
],
|
|
"header_base": "//base/user_iam/user_auth/interfaces/inner_api/user_idm"
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//base/user_iam/user_auth/test/user_idm:user_idm_unittest",
|
|
"//base/user_iam/user_auth/test/user_auth:user_auth_unittest",
|
|
"//base/user_iam/user_auth/test/co_auth:co_auth_unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|