mirror of
https://gitee.com/openharmony/security_deviceauth
synced 2024-11-26 22:20:34 +00:00
afc1a7df60
Signed-off-by: winnieHu <huyu35@huawei.com>
70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "@ohos/deviceauth",
|
|
"version": "3.1",
|
|
"description": "The device authentication module belongs to the security subsystem of OpenHarmony. It manages the entire lifecycle of trust relationships between devices.",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "base/security/deviceauth"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"author": {},
|
|
"repository": "",
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "deviceauth_standard",
|
|
"subsystem": "security",
|
|
"syscap": [ "SystemCapability.Security.DeviceAuth" ],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard",
|
|
"small",
|
|
"mini"
|
|
],
|
|
"rom": "500KB",
|
|
"ram": "500KB",
|
|
"deps": {
|
|
"components": [
|
|
"libhilog",
|
|
"ipc_core",
|
|
"system_ability_fwk",
|
|
"samgr_proxy",
|
|
"utils_base",
|
|
"softbus_client",
|
|
"libhukssdk",
|
|
"libsyspara"
|
|
],
|
|
"third_party": [
|
|
"cJSON",
|
|
"bounds_checking_function",
|
|
"mbedtls",
|
|
"openssl"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/security/deviceauth:deviceauth_sdk_build",
|
|
"//base/security/deviceauth:deviceauth_service_build",
|
|
"//base/security/deviceauth:deviceauth_build",
|
|
"//base/security/deviceauth/frameworks/deviceauth_lite:hichainsdk"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//base/security/deviceauth/services:deviceauth_sdk",
|
|
"header": {
|
|
"header_files": [
|
|
"device_auth_defines.h",
|
|
"device_auth.h"
|
|
],
|
|
"header_base": "//base/security/deviceauth/interfaces/innerkits"
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//base/security/deviceauth:deviceauth_test_build",
|
|
"//base/security/deviceauth/frameworks/deviceauth_lite:deviceauth_lite_test_build"
|
|
]
|
|
}
|
|
}
|
|
}
|