1 Star 0 Fork 122

王旭/useriam_user_auth_dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 2.97 KB
一键复制 编辑 原始数据 按行查看 历史
王国强 提交于 2022-02-24 15:25 . delete UserAuthNorth.z.so
{
"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",
"auth_executor_mgr"
],
"third_party": [
"openssl"
]
},
"build": {
"sub_component": [
"//base/user_iam/user_auth/sa_profile:userauth_sa_profile",
"//base/user_iam/user_auth/services:userauthservice"
],
"inner_kits": [
{
"type": "so",
"name": "//base/user_iam/user_auth/interfaces/innerkits/native:userauth_framework",
"header": {
"header_files": [
"iuser_auth.h",
"iuserauth_callback.h",
"user_auth.h",
"userauth_async_stub.h",
"userauth_callback.h",
"userauth_info.h",
"userauth_proxy.h"
],
"header_base": "//base/user_iam/user_auth/interfaces/innerkits/native/include"
}
},
{
"type": "so",
"name": "//base/user_iam/user_auth/interfaces/innerkits/napi: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/interfaces/innerkits/napi/include"
}
},
{
"type": "so",
"name": "//base/user_iam/user_auth/interfaces/innerkits/napi: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/interfaces/innerkits/napi/include"
}
}
],
"test": [
"//base/user_iam/user_auth/test:userauth_native_test"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangxu43/useriam_user_auth_dev.git
git@gitee.com:wangxu43/useriam_user_auth_dev.git
wangxu43
useriam_user_auth_dev
useriam_user_auth_dev
master

搜索帮助