{ "name": "@ohos/device_attest", "version": "4.0", "description": "", "license": "Apache License 2.0", "domain": "os", "publishAs": "", "private": false, "scripts": {}, "dirs": [], "segment": { "destPath": "test/xts/device_attest" }, "component": { "name": "device_attest", "subsystem": "xts", "syscap": [ "SystemCapability.XTS.DeviceAttest" ], "features": [], "adapted_system_type": [ "standard" ], "rom": "512KB", "ram": "~2335KB", "deps": { "components": [ "safwk", "samgr", "ipc", "hilog", "c_utils", "napi", "netmanager_base", "access_token", "syscap_codec", "init", "eventhandler", "huks" ], "third_party": [ "cJSON", "openssl", "mbedtls" ] }, "build": { "sub_component": [ "//test/xts/device_attest/build:attest_standard_packages" ], "inner_kits": [ { "header": { "header_base":"//test/xts/device_attest/interfaces/innerkits/native_cpp/include", "header_files": [ "attest_result_info.h", "devattest_client.h", "devattest_interface.h", "devattest_service_proxy.h" ] }, "name": "//test/xts/device_attest/interfaces/innerkits/native_cpp:devattest_sdk" } ], "test": [ "//test/xts/device_attest/test/fuzztest:fuzztest", "//test/xts/device_attest/test/performancetest:performance", "//test/xts/device_attest/test/unittest:unittest" ] } } }