1{
2  "name": "@ohos/device_attest",
3  "version": "4.0",
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": "512KB",
21    "ram": "~2335KB",
22    "deps": {
23      "components": [
24        "safwk",
25        "samgr",
26        "ipc",
27        "hilog",
28        "c_utils",
29        "napi",
30        "netmanager_base",
31        "access_token",
32        "syscap_codec",
33        "init",
34        "eventhandler",
35        "huks"
36      ],
37      "third_party": [
38        "cJSON",
39        "openssl",
40        "mbedtls"
41      ]
42    },
43    "build": {
44      "sub_component": [
45        "//test/xts/device_attest/build:attest_standard_packages"
46      ],
47      "inner_kits": [
48        {
49          "header": {
50            "header_base":"//test/xts/device_attest/interfaces/innerkits/native_cpp/include",
51            "header_files": [
52              "attest_result_info.h",
53              "devattest_client.h",
54              "devattest_interface.h",
55              "devattest_service_proxy.h"
56            ]
57          },
58          "name": "//test/xts/device_attest/interfaces/innerkits/native_cpp:devattest_sdk"
59        }
60      ],
61      "test": [
62        "//test/xts/device_attest/test/fuzztest:fuzztest",
63        "//test/xts/device_attest/test/performancetest:performance",
64        "//test/xts/device_attest/test/unittest:unittest"
65      ]
66    }
67  }
68}
69