hiviewdfx.json 7.0 KB
Newer Older
M
mamingshuai 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
{
  "components": [
    {
      "component": "hilog",
      "description": "Log services for liteos-a kernel.",
      "optional": "false",
      "dirs": [
        "base/hiviewdfx/hilog_lite/frameworks/featured",
        "base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog",
        "base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog",
        "base/hiviewdfx/hilog_lite/interfaces/native/innerkits",
        "base/hiviewdfx/hilog_lite/interfaces/native/kits",
        "base/hiviewdfx/hilog_lite/frameworks/featured/hilog"
      ],
      "targets": [
        "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_static",
        "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
        "//base/hiviewdfx/hilog_lite/services/apphilogcat:apphilogcat"
      ],
      "rom": "10KB",
      "ram": "~10KB",
      "output": [
        "libhilog_shared.so",
        "libhilog_static.a",
        "libhilogcat.a",
        "apphilogcat"
      ],
      "adapted_kernel": [
        "liteos_a",
        "linux"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
          "hiview_lite",
Y
yutao999@huawei.com 已提交
39
          "samgr_lite"
M
mamingshuai 已提交
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
        ]
      }
    },
    {
      "component": "hiview_lite",
      "description": "DFX services for liteos-m kernel.",
      "optional": "false",
      "dirs": [
        "base/hiviewdfx/hiview_lite"
      ],
      "targets": [
        "//base/hiviewdfx/hiview_lite:hiview_lite"
      ],
      "rom": "10KB",
      "ram": "~10KB",
      "output": [],
      "adapted_kernel": [
        "liteos_m"
      ],
      "features": [],
      "deps": {
        "components": [
        ],
        "third_party": [
          "cjson",
          "bounds_checking_function"
        ]
      }
    },
69 70 71 72 73 74 75 76 77 78 79 80
    {
      "component": "faultloggerd",
      "description": "Collecting c/c++ runtime crash log",
      "optional": "false",
      "dirs": [
        "base/hiviewdfx/faultloggerd"
      ],
      "targets": [
        "//base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler:dfx_signalhandler",
        "//base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher:lib_dfx_dump_catcher",
        "//base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client:libfaultloggerd",
        "//base/hiviewdfx/faultloggerd/tools/process_dump:processdump",
81
        "//base/hiviewdfx/faultloggerd/services:faultloggerd"
82 83 84 85 86 87 88 89
      ],
      "rom": "1024KB",
      "ram": "~1024KB",
      "output": [
        "libdfx_signalhandler.so",
        "lib_dfx_dump_catcher.so",
        "libfaultloggerd.so",
        "faultloggerd",
90
        "processdump"
91 92 93 94 95 96 97 98 99 100 101 102 103 104
      ],
      "adapted_kernel": [
        "linux"
      ],
      "features": [],
      "deps": {
        "components": [
          "utils_base"
        ],
        "third_party": [
          "libunwind"
        ]
      }
    },
105 106 107 108 109
    {
      "component": "hidumper",
      "description": "System information dump service for liteos-a kernel.",
      "optional": "false",
      "dirs": [
P
pcwlno1 已提交
110
        "base/hiviewdfx/hidumper_lite"
111 112
      ],
      "targets": [
P
pcwlno1 已提交
113
        "//base/hiviewdfx/hidumper_lite:hidumper"
114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
      ],
      "rom": "26KB",
      "ram": "~10KB",
      "output": [
        "libhidumper.a"
      ],
      "adapted_kernel": [
        "liteos_a"
      ],
      "features": [],
      "deps": {
        "components": [
        ],
        "third_party": [
          "cjson",
          "bounds_checking_function"
        ]
      }
    },
M
mamingshuai 已提交
133 134 135 136 137 138 139 140 141 142
    {
      "component": "hilog_lite",
      "description": "Log services for liteos-m kernel.",
      "optional": "false",
      "dirs": [
        "base/hiviewdfx/hilog_lite/frameworks/mini",
        "base/hiviewdfx/hilog_lite/command",
        "base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite"
      ],
      "targets": [
寒颜 已提交
143
        "//base/hiviewdfx/hilog_lite/frameworks/mini:hilog_lite"
M
mamingshuai 已提交
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
      ],
      "rom": "",
      "ram": "",
      "output": [],
      "adapted_kernel": [
        "liteos_m"
      ],
      "features": [],
      "deps": {
        "components": [
          "hiview_lite",
          "utils_base",
          "liteos_m"
        ],
        "third_party": []
      }
    },
Y
YOUR_NAME 已提交
161 162 163 164 165
    {
      "component": "blackbox",
      "description": "Blackbox services for liteos-m kernel.",
      "optional": "false",
      "dirs": [
P
pcwlno1 已提交
166
        "base/hiviewdfx/blackbox"
Y
YOUR_NAME 已提交
167 168
      ],
      "targets": [
P
pcwlno1 已提交
169
        "//base/hiviewdfx/blackbox:blackbox"
Y
YOUR_NAME 已提交
170 171 172 173
      ],
      "rom": "10KB",
      "ram": "~5KB",
      "output": [
Q
qidechun 已提交
174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
        "libblackbox.a"
      ],
      "adapted_kernel": [
        "liteos_m"
      ],
      "features": [],
      "deps": {
        "components": [
          "utils_base",
          "liteos_m"
        ],
        "third_party": []
      }
    },
    {
      "component": "hidumper_mini",
      "description": "system information dump for liteos-m kernel.",
      "optional": "false",
      "dirs": [
P
pcwlno1 已提交
193
        "base/hiviewdfx/hidumper_lite/mini"
Q
qidechun 已提交
194 195
      ],
      "targets": [
P
pcwlno1 已提交
196
        "//base/hiviewdfx/hidumper_lite/mini:hidumper_mini"
Q
qidechun 已提交
197 198 199 200 201
      ],
      "rom": "~10KB",
      "ram": "~5KB",
      "output": [
        "libhidumper_mini.a"
Y
YOUR_NAME 已提交
202 203 204 205 206 207 208 209 210 211 212 213 214
      ],
      "adapted_kernel": [
        "liteos_m"
      ],
      "features": [],
      "deps": {
        "components": [
          "utils_base",
          "liteos_m"
        ],
        "third_party": []
      }
    },
M
mamingshuai 已提交
215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
    {
      "component": "hievent_lite",
      "description": "event log for liteos-m kernel.",
      "optional": "false",
      "dirs": [
        "base/hiviewdfx/hievent_lite"
      ],
      "targets": [
        "//base/hiviewdfx/hievent_lite:hievent_lite"
      ],
      "rom": "10KB",
      "ram": "~10KB",
      "output": [],
      "adapted_kernel": [
        "liteos_m"
      ],
      "features": [],
      "deps": {
        "components": [
          "utils_base",
          "hiview_lite",
Y
yutao999@huawei.com 已提交
236
          "samgr_lite"
M
mamingshuai 已提交
237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
        ],
        "third_party": []
      }
    },
    {
      "component": "hiview",
      "description": "",
      "optional": "false",
      "dirs": [
        "base/hiviewdfx/huawei_proprietary/hiview_service"
      ],
      "targets": [
        "//base/hiviewdfx/huawei_proprietary/hiview_service:hiview"
      ],
      "rom": "500KB",
      "ram": "~500KB",
      "output": [
        "hiview",
        "libhiview",
        "libhiview_hievent"
      ],
      "adapted_kernel": [
        "liteos_a",
        "linux"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": []
      }
S
shenchenkai 已提交
269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295
    },
    {
      "component": "hiview_tunnel",
      "description": "log upload service for liteos-a kernel",
      "optional": "false",
      "dirs": [
        "base/hiviewdfx/huawei_proprietary/hiview_tunnel"
      ],
      "targets": [
        "//base/hiviewdfx/huawei_proprietary/hiview_tunnel:libhiview_tunnel"
      ],
      "rom": "500KB",
      "ram": "~500KB",
      "output": [
        "libhiview_tunnel"
      ],
      "adapted_kernel": [
        "liteos_a",
        "linux"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": []
      }
M
mamingshuai 已提交
296 297 298
    }
  ]
}