Ai
6 Star 2 Fork 29

OpenHarmony/useriam_auth_executor_mgr
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
王旭 提交于 2022-03-13 14:41 +08:00 . Fix file rights and end symbol
{
"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"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/useriam_auth_executor_mgr.git
git@gitee.com:openharmony/useriam_auth_executor_mgr.git
openharmony
useriam_auth_executor_mgr
useriam_auth_executor_mgr
master

搜索帮助