2022-03-13 06:46:25 +00:00
|
|
|
{
|
2022-06-15 05:29:48 +00:00
|
|
|
"name": "@openharmony/user_auth_framework",
|
2022-03-13 06:46:25 +00:00
|
|
|
"version": "3.1.0",
|
|
|
|
"description": "User Authentication capability",
|
|
|
|
"homePage": "https://gitee.com/openharmony",
|
|
|
|
"author": {},
|
|
|
|
"repository": "",
|
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"segment": {
|
2022-06-15 05:29:48 +00:00
|
|
|
"destPath" : "base/useriam/user_auth_framework"
|
2022-03-13 06:46:25 +00:00
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"component": {
|
2022-06-15 05:29:48 +00:00
|
|
|
"name": "user_auth_framework",
|
2022-03-13 06:46:25 +00:00
|
|
|
"subsystem": "useriam",
|
|
|
|
"adapted_system_type": [ "standard" ],
|
|
|
|
"syscap": ["SystemCapability.UserIAM.UserAuth.Core"],
|
|
|
|
"features": [],
|
2022-04-24 03:47:55 +00:00
|
|
|
"rom": "3924KB",
|
|
|
|
"ram": "5000KB",
|
2022-03-13 06:46:25 +00:00
|
|
|
"deps": {
|
|
|
|
"components": [
|
|
|
|
"hiviewdfx_hilog_native",
|
|
|
|
"ipc",
|
|
|
|
"safwk",
|
|
|
|
"samgr_standard",
|
|
|
|
"hilog",
|
2022-06-15 05:29:48 +00:00
|
|
|
"user_auth_framework"
|
2022-03-13 06:46:25 +00:00
|
|
|
],
|
|
|
|
"third_party": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [
|
2022-06-15 05:29:48 +00:00
|
|
|
"//base/useriam/user_auth_framework/sa_profile:userauth_sa_profile",
|
|
|
|
"//base/useriam/user_auth_framework/sa_profile:useriam.init",
|
|
|
|
"//base/useriam/user_auth_framework/services:userauthservice",
|
|
|
|
"//base/useriam/user_auth_framework/common/executors:userauth_executors",
|
|
|
|
"//base/useriam/user_auth_framework/frameworks/js/napi/user_idm:useridm"
|
2022-03-13 06:46:25 +00:00
|
|
|
],
|
|
|
|
"inner_kits": [
|
|
|
|
{
|
|
|
|
"type": "so",
|
2022-06-15 05:29:48 +00:00
|
|
|
"name": "//base/useriam/user_auth_framework/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-06-15 05:29:48 +00:00
|
|
|
"header_base": "//base/useriam/user_auth_framework/interfaces/inner_api/"
|
2022-03-13 06:46:25 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
2022-06-15 05:29:48 +00:00
|
|
|
"name": "//base/useriam/user_auth_framework/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-06-15 05:29:48 +00:00
|
|
|
"header_base": "//base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/"
|
2022-03-13 06:46:25 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
2022-06-15 05:29:48 +00:00
|
|
|
"name": "//base/useriam/user_auth_framework/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-06-15 05:29:48 +00:00
|
|
|
"header_base": "//base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/"
|
2022-03-13 06:46:25 +00:00
|
|
|
}
|
2022-04-20 07:04:31 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
2022-06-15 05:29:48 +00:00
|
|
|
"name": "//base/useriam/user_auth_framework/frameworks/co_auth:coauth_framework",
|
2022-04-20 07:04:31 +00:00
|
|
|
"header": {
|
|
|
|
"header_files": [
|
2022-04-29 02:14:44 +00:00
|
|
|
"auth_attributes.h",
|
|
|
|
"auth_executor.h",
|
|
|
|
"co_auth_defines.h",
|
|
|
|
"executor_callback.h",
|
|
|
|
"executor_mgr.h"
|
2022-04-20 07:04:31 +00:00
|
|
|
],
|
2022-06-15 05:29:48 +00:00
|
|
|
"header_base": "//base/useriam/user_auth_framework/interfaces/inner_api/co_auth/"
|
2022-04-20 07:04:31 +00:00
|
|
|
}
|
2022-04-24 03:47:55 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "so",
|
2022-06-15 05:29:48 +00:00
|
|
|
"name": "//base/useriam/user_auth_framework/frameworks/user_idm:useridm_framework",
|
2022-04-24 03:47:55 +00:00
|
|
|
"header": {
|
|
|
|
"header_files": [
|
2022-04-27 12:27:26 +00:00
|
|
|
"user_idm_callback.h",
|
|
|
|
"user_idm_defines.h",
|
|
|
|
"user_idm.h",
|
|
|
|
"useridm_callback.h",
|
2022-04-29 02:14:44 +00:00
|
|
|
"useridm_info.h",
|
2022-04-27 12:27:26 +00:00
|
|
|
"useridm_client.h"
|
2022-04-24 03:47:55 +00:00
|
|
|
],
|
2022-06-15 05:29:48 +00:00
|
|
|
"header_base": "//base/useriam/user_auth_framework/interfaces/inner_api/user_idm"
|
2022-04-24 03:47:55 +00:00
|
|
|
}
|
2022-03-13 06:46:25 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"test": [
|
2022-06-15 05:29:48 +00:00
|
|
|
"//base/useriam/user_auth_framework/test/co_auth/fuzztest/coauth_fuzzer:CoAuthFuzzTest",
|
|
|
|
"//base/useriam/user_auth_framework/test/user_idm:user_idm_unittest",
|
|
|
|
"//base/useriam/user_auth_framework/test/user_idm/fuzztest/useridm_fuzzer:UserIdmFuzzTest",
|
|
|
|
"//base/useriam/user_auth_framework/test/user_auth/unittest:user_auth_unittest",
|
|
|
|
"//base/useriam/user_auth_framework/test/user_auth/fuzztest:UserAuthFuzzTest"
|
2022-03-13 06:46:25 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|