1{ 2 "name": "@ohos/devattest_service_lite", 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_lite" 13 }, 14 "component": { 15 "name": "device_attest_lite", 16 "subsystem": "xts", 17 "syscap": [ "SystemCapability.XTS.DeviceAttestLite" ], 18 "features": [], 19 "adapted_system_type": [ 20 "liteos_m", 21 "liteos_a", 22 "linux" 23 ], 24 "rom": "3072KB", 25 "ram": "~64KB", 26 "deps": { 27 "components": [ 28 "samgr_lite", 29 "ipc_lite", 30 "kal_timer", 31 "hilog" 32 ], 33 "third_party": [ 34 "bounds_checking_function", 35 "cjson", 36 "mbedtls" 37 ] 38 }, 39 "build": { 40 "sub_component": [ 41 "//test/xts/device_attest_lite:device_atTest_lite" 42 ], 43 "inner_kits": [ 44 { 45 "header": { 46 "header_base":"//test/xts/device_attest_lite/interfaces/innerkits", 47 "header_files": [ 48 "devattest_interface.h", 49 "devattest_msg_def.h" 50 ] 51 }, 52 "name": "//test/xts/device_attest_lite/framework:devattest_client" 53 } 54 ], 55 "test": [] 56 } 57 } 58} 59