2022-03-13 06:46:25 +00:00
|
|
|
{
|
|
|
|
"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": "2400KB",
|
|
|
|
"ram": "1500KB",
|
|
|
|
"deps": {
|
|
|
|
"components": [
|
|
|
|
"hiviewdfx_hilog_native",
|
|
|
|
"ipc",
|
|
|
|
"safwk",
|
|
|
|
"samgr_standard",
|
|
|
|
"hilog",
|
2022-04-20 07:04:31 +00:00
|
|
|
"user_auth"
|
2022-03-13 06:46:25 +00:00
|
|
|
],
|
|
|
|
"third_party": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [
|
2022-04-20 07:04:31 +00:00
|
|
|
"//base/user_iam/user_auth/sa_profile/user_auth:userauth_sa_profile",
|
|
|
|
"//base/user_iam/user_auth/services/user_auth:userauthservice",
|
|
|
|
"//base/user_iam/user_auth/sa_profile/co_auth:coauth_sa_profile",
|
|
|
|
"//base/user_iam/user_auth/services/co_auth:coauthservice",
|
2022-04-21 06:33:13 +00:00
|
|
|
"//base/user_iam/user_auth/sa_profile/co_auth:useriam.init",
|
|
|
|
"//base/user_iam/user_auth/services/co_auth/common:useriam_common_lib"
|
2022-03-13 06:46:25 +00:00
|
|
|
],
|
|
|
|
"inner_kits": [
|
|
|
|
{
|
|
|
|
"type": "so",
|
2022-04-19 07:35:08 +00:00
|
|
|
"name": "//base/user_iam/user_auth/frameworks/user_auth:userauth_framework",
|
2022-03-13 06:46:25 +00:00
|
|
|
"header": {
|
|
|
|
"header_files": [
|
2022-04-19 07:35:08 +00:00
|
|
|
"user_auth/user_auth.h",
|
|
|
|
"user_auth/userauth_callback.h",
|
|
|
|
"user_auth/userauth_defines.h",
|
2022-04-16 08:37:29 +00:00
|
|
|
"common/common_info.h"
|
2022-03-13 06:46:25 +00:00
|
|
|
],
|
2022-04-19 07:35:08 +00:00
|
|
|
"header_base": "//base/user_iam/user_auth/interfaces/inner_api/"
|
2022-03-13 06:46:25 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
2022-04-19 07:35:08 +00:00
|
|
|
"name": "//base/user_iam/user_auth/frameworks/js/napi/user_auth:userauth",
|
2022-03-13 06:46:25 +00:00
|
|
|
"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"
|
|
|
|
],
|
2022-04-19 07:35:08 +00:00
|
|
|
"header_base": "//base/user_iam/user_auth/frameworks/js/napi/user_auth/inc/"
|
2022-03-13 06:46:25 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
2022-04-19 07:35:08 +00:00
|
|
|
"name": "//base/user_iam/user_auth/frameworks/js/napi/user_auth:userauth_napi",
|
2022-03-13 06:46:25 +00:00
|
|
|
"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"
|
|
|
|
],
|
2022-04-19 07:35:08 +00:00
|
|
|
"header_base": "//base/user_iam/user_auth/frameworks/js/napi/user_auth/inc/"
|
2022-03-13 06:46:25 +00:00
|
|
|
}
|
2022-04-20 07:04:31 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
|
|
|
"name": "//base/user_iam/user_auth/frameworks/co_auth:coauth_framework",
|
|
|
|
"header": {
|
|
|
|
"header_files": [
|
|
|
|
"interfaces/inner_api/co_auth/auth_attributes.h",
|
|
|
|
"interfaces/inner_api/co_auth/auth_executor.h",
|
|
|
|
"frameworks/co_auth/inc/auth_executor_registry.h",
|
|
|
|
"interfaces/inner_api/co_auth/auth_info.h",
|
|
|
|
"frameworks/co_auth/inc/auth_message.h",
|
|
|
|
"frameworks/co_auth/inc/co_auth.h",
|
|
|
|
"interfaces/inner_api/co_auth/coauth_callback.h",
|
|
|
|
"interfaces/inner_api/co_auth/coauth_info_define.h",
|
|
|
|
"interfaces/inner_api/co_auth/executor_callback.h",
|
|
|
|
"services/co_auth/inc/executor_messenger.h",
|
|
|
|
"interfaces/inner_api/co_auth/query_callback.h",
|
|
|
|
"interfaces/inner_api/co_auth/set_prop_callback.h"
|
|
|
|
],
|
|
|
|
"header_base": "//base/user_iam/user_auth/"
|
|
|
|
}
|
2022-03-13 06:46:25 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"test": [
|
2022-04-20 07:04:31 +00:00
|
|
|
"//base/user_iam/user_auth/test/user_auth:userauth_native_test",
|
|
|
|
"//base/user_iam/user_auth/test/co_auth:coauth_unittest_test"
|
2022-03-13 06:46:25 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|