mirror of
https://github.com/openharmony/useriam_auth_executor_mgr.git
synced 2026-07-21 01:55:22 -04:00
ebaf44dce9
Signed-off-by: wangxu43 <wangxu43@huawei.com>
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "@openharmony/auth_executor_mgr",
|
|
"version": "3.1.0",
|
|
"description": "Auth executor manager",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"author": {},
|
|
"repository": "",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath" : "base/user_iam/auth_executor_mgr"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "auth_executor_mgr",
|
|
"subsystem": "useriam",
|
|
"adapted_system_type": [ "standard" ],
|
|
"syscap": ["SystemCapability.UserIAM.AuthExecutorManager"],
|
|
"features": [],
|
|
"rom": "1024KB",
|
|
"ram": "2500KB",
|
|
"deps": {
|
|
"components": [
|
|
"hiviewdfx_hilog_native",
|
|
"ipc",
|
|
"safwk",
|
|
"samgr_standard"
|
|
],
|
|
"third_party": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/user_iam/auth_executor_mgr/sa_profile:coauth_sa_profile",
|
|
"//base/user_iam/auth_executor_mgr/services:coauthservice",
|
|
"//base/user_iam/auth_executor_mgr/sa_profile:useriam.init"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"type": "so",
|
|
"name": "//base/user_iam/auth_executor_mgr/interfaces/innerkits:coauth_framework",
|
|
"header": {
|
|
"header_files": [
|
|
"auth_attributes.h",
|
|
"auth_executor.h",
|
|
"auth_executor_registry.h",
|
|
"auth_info.h",
|
|
"auth_message.h",
|
|
"co_auth.h",
|
|
"coauth_callback.h",
|
|
"coauth_info_define.h",
|
|
"executor_callback.h",
|
|
"executor_messenger.h",
|
|
"query_callback.h",
|
|
"set_prop_callback.h"
|
|
],
|
|
"header_base": "//base/user_iam/auth_executor_mgr/interfaces/innerkits/include"
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//base/user_iam/auth_executor_mgr/test:coauth_unittest_test"
|
|
]
|
|
}
|
|
}
|
|
}
|