blob: 0a75e9a7269373f64c29fc4cac91b1e78f2659a4 [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("reader") {
sources = [
"elf.cc",
"elf.h",
"symtab.cc",
"symtab.h",
]
deps = [
"//garnet/lib/debugger_utils",
"//src/lib/fxl",
"//third_party/processor-trace/libipt",
]
}