1{ 2 "name": "@ohos/device_attest_lite", 3 "version": "4.0.2", 4 "description": "", 5 "license": "Apache License 2.0", 6 "domain": "os", 7 "homePage": "https://gitee.com/openharmony", 8 "repository": "https://gitee.com/openharmony/xts_device_attest_lite", 9 "supplier": "Organization: OpenHarmony", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "dirs": [], 14 "segment": { 15 "destPath": "test/xts/device_attest_lite" 16 }, 17 "component": { 18 "name": "device_attest_lite", 19 "subsystem": "xts", 20 "syscap": [ "SystemCapability.XTS.DeviceAttest.Lite" ], 21 "features": [], 22 "adapted_system_type": [ 23 "mini", 24 "small" 25 ], 26 "rom": "3072KB", 27 "ram": "~64KB", 28 "deps": { 29 "components": [ 30 "samgr_lite", 31 "ipc", 32 "hilog_lite", 33 "ace_engine_lite", 34 "init", 35 "syscap_codec" 36 ], 37 "third_party": [ 38 "bounds_checking_function", 39 "cJSON", 40 "mbedtls" 41 ] 42 }, 43 "build": { 44 "sub_component": [ 45 "//test/xts/device_attest_lite:device_atTest_lite" 46 ], 47 "inner_kits": [ 48 { 49 "header": { 50 "header_base":"//test/xts/device_attest_lite/interfaces/innerkits", 51 "header_files": [ 52 "devattest_interface.h", 53 "attest_result_info.h" 54 ] 55 }, 56 "name": "//test/xts/device_attest_lite/framework:devattest_client" 57 } 58 ], 59 "test": [ 60 "//test/xts/device_attest_lite/test/unittest:unittest" 61 ] 62 } 63 } 64} 65