• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/smartperf_host",
3  "description": "xxx",
4  "version": "xxx",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "developtools/smartperf_host"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "smartperf_host",
14    "subsystem": "developtools",
15    "adapted_system_type": [
16      "standard"
17    ],
18    "rom": "xxxKB",
19    "ram": "xxxKB",
20    "deps": {
21      "components": [
22        "c_utils"
23      ],
24      "third_party": [
25        "zlib",
26        "libsec_static",
27        "bounds_checking_function",
28        "protobuf",
29        "libunwind",
30        "sqlite"
31      ]
32    },
33    "build": {
34      "sub_component": [
35        "//developtools/smartperf_host:trace_streamer"
36      ]
37    }
38  }
39}