| # 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. | |
| source_set("handles") { | |
| visibility = [ "//src/lib/fsl/*" ] | |
| sources = [ | |
| "object_info.cc", | |
| "object_info.h", | |
| ] | |
| public_deps = [ | |
| "//src/lib/fxl:common", | |
| "//zircon/system/ulib/zx", | |
| ] | |
| public_configs = [ "//garnet/public:config" ] | |
| } |