1{ 2 "name": "@ohos/deviceauth", 3 "version": "3.1", 4 "description": "The device authentication module belongs to the security subsystem of OpenHarmony. It manages the entire lifecycle of trust relationships between devices.", 5 "publishAs": "code-segment", 6 "segment": { 7 "destPath": "base/security/deviceauth" 8 }, 9 "dirs": {}, 10 "scripts": {}, 11 "author": {}, 12 "repository": "", 13 "license": "Apache License 2.0", 14 "component": { 15 "name": "deviceauth_standard", 16 "subsystem": "security", 17 "syscap": [ "SystemCapability.security.deviceauth" ], 18 "features": [], 19 "adapted_system_type": [ 20 "standard", 21 "small", 22 "mini" 23 ], 24 "rom": "500KB", 25 "ram": "500KB", 26 "deps": { 27 "components": [ 28 "libhilog", 29 "ipc_core", 30 "system_ability_fwk", 31 "samgr_proxy", 32 "utils_base", 33 "softbus_client", 34 "libhukssdk", 35 "libsyspara" 36 ], 37 "third_party": [ 38 "cJSON", 39 "bounds_checking_function", 40 "mbedtls", 41 "openssl" 42 ] 43 }, 44 "build": { 45 "sub_component": [ 46 "//base/security/deviceauth:deviceauth_sdk_build", 47 "//base/security/deviceauth:deviceauth_service_build", 48 "//base/security/deviceauth:deviceauth_build" 49 ], 50 "inner_kits": [ 51 { 52 "name": "//base/security/deviceauth/services:deviceauth_sdk", 53 "header": { 54 "header_files": [ 55 "device_auth_defines.h", 56 "device_auth.h" 57 ], 58 "header_base": "//base/security/deviceauth/interfaces/innerkits" 59 } 60 } 61 ], 62 "test": [ 63 "//base/security/deviceauth:deviceauth_test_build" 64 ] 65 } 66 } 67} 68