blob: 293867709a0c8930e77de94621bfa6d4c61ebcf0 [file] [log] [blame]
# Copyright 2016 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.
import("//build/cpp/sdk_source_set.gni")
sdk_source_set("handles") {
category = "internal"
visibility = [ "//src/lib/fsl/*" ]
sources = [
"object_info.cc",
"object_info.h",
]
public_deps = [
"//src/lib/fxl:common",
"//zircon/system/ulib/zx",
]
}