1{ 2 "name": "@ohos/devattest_service", 3 "version": "3.2", 4 "description": "", 5 "license": "Apache License 2.0", 6 "domain": "os", 7 "publishAs": "", 8 "private": false, 9 "scripts": {}, 10 "dirs": [], 11 "segment": { 12 "destPath": "test/xts/device_attest" 13 }, 14 "component": { 15 "name": "device_attest", 16 "subsystem": "xts", 17 "syscap": [ "SystemCapability.XTS.DeviceAttest" ], 18 "features": [], 19 "adapted_system_type": [ "standard" ], 20 "rom": "3072KB", 21 "ram": "~64KB", 22 "deps": { 23 "components": [ 24 "safwk", 25 "samgr", 26 "ipc", 27 "kal_timer", 28 "hiviewdfx_hilog_native", 29 "c_utils", 30 "napi" 31 ], 32 "third_party": [ 33 "bounds_checking_function", 34 "cjson" 35 ] 36 }, 37 "build": { 38 "sub_component": [ 39 "//test/xts/device_attest/build:attest_standard_packages" 40 ], 41 "inner_kits": [ 42 { 43 "header": { 44 "header_base":"//test/xts/device_attest/interfaces/innerkits/native_cpp/include", 45 "header_files": [ 46 "attest_result_info.h", 47 "devattest_client.h", 48 "devattest_interface.h", 49 "devattest_service_proxy.h" 50 ] 51 }, 52 "name": "//test/xts/device_attest/interfaces/innerkits/native_cpp:devattest_sdk" 53 } 54 ], 55 "test": [ 56 "//test/xts/device_attest/interfaces/innerkits/native_cpp/test/unittest:test_devattestclient", 57 "//test/xts/device_attest/interfaces/innerkits/native_cpp/test/unittest:test_devattestclient_proxy", 58 "//test/xts/device_attest/services/devattest_ability/test/unittest:test_devattestservice" 59 ] 60 } 61 } 62} 63