blob: f925f050d96fcc4beeceee6919645334ea262f99 [file] [log] [blame]
# Copyright 2020 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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fuchsia_sdk_pkg.gni")
fuchsia_sdk_pkg("inspect") {
sources = [
"health.cc",
"hierarchy.cc",
"inspector.cc",
"reader.cc",
"vmo/heap.cc",
"vmo/scanner.cc",
"vmo/snapshot.cc",
"vmo/state.cc",
"vmo/types.cc",
"include/lib/inspect/cpp/health.h",
"include/lib/inspect/cpp/hierarchy.h",
"include/lib/inspect/cpp/inspect.h",
"include/lib/inspect/cpp/inspector.h",
"include/lib/inspect/cpp/reader.h",
"include/lib/inspect/cpp/value_list.h",
"include/lib/inspect/cpp/vmo/block.h",
"include/lib/inspect/cpp/vmo/heap.h",
"include/lib/inspect/cpp/vmo/limits.h",
"include/lib/inspect/cpp/vmo/scanner.h",
"include/lib/inspect/cpp/vmo/snapshot.h",
"include/lib/inspect/cpp/vmo/state.h",
"include/lib/inspect/cpp/vmo/types.h",
]
include_dirs = [ "include" ]
public_deps = [
"../async",
"../async-default",
"../fdio",
"../fit",
"../zx",
]
}
group("all"){
deps = [
":inspect",
]
}