mirror of
https://github.com/openharmony/xts_device_attest.git
synced 2026-08-24 10:23:17 -04:00
0bc4052b16
Signed-off-by: yuanjiazheng <yuanjiazheng1@h-partners.com> 🤖 AI[0%] 🔧 Human Fixed[0%] 🧑 Human[100%] 👌 AI Adopted[0%]
70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"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",
|
|
"bounds_checking_function",
|
|
"napi",
|
|
"node",
|
|
"netmanager_base",
|
|
"access_token",
|
|
"syscap_codec",
|
|
"init",
|
|
"eventhandler",
|
|
"huks",
|
|
"cJSON",
|
|
"openssl",
|
|
"mbedtls"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|