• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/device_attest_lite",
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_lite"
13  },
14  "component": {
15    "name": "device_attest_lite",
16    "subsystem": "xts",
17    "syscap": [ "SystemCapability.XTS.DeviceAttestLite" ],
18    "features": [],
19    "adapted_system_type": [
20      "mini",
21      "small"
22    ],
23    "rom": "3072KB",
24    "ram": "~64KB",
25    "deps": {
26      "components": [
27        "samgr_lite",
28        "ipc",
29        "hilog_lite",
30        "ace_engine_lite",
31        "init",
32        "syscap_codec"
33      ],
34      "third_party": [
35        "bounds_checking_function",
36        "cJSON",
37        "mbedtls"
38      ]
39    },
40    "build": {
41      "sub_component": [
42        "//test/xts/device_attest_lite:device_atTest_lite"
43      ],
44      "inner_kits": [
45        {
46          "header": {
47            "header_base":"//test/xts/device_attest_lite/interfaces/innerkits",
48            "header_files": [
49              "devattest_interface.h",
50              "attest_result_info.h"
51            ]
52          },
53          "name": "//test/xts/device_attest_lite/framework:devattest_client"
54        }
55      ],
56      "test": [
57        "//test/xts/device_attest_lite/test/unittest:unittest"
58      ]
59    }
60  }
61}
62