blob: 90f1b2178b4ba7f4f4fb66d0d3e4055f5958c3ce [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved. Use of
# this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("intel_pt_decode") {
sources = [
"decoder.cc",
"decoder.h",
"sideband.cc",
]
deps = [
"third_party/simple-pt:reader",
"//garnet/lib/debugger_utils",
"//garnet/public/lib/fxl",
"//third_party/processor-trace/libipt",
]
if (!is_fuchsia) {
deps += [ "//zircon/system/public" ]
}
}