blob: 7e84ff8d0efaa42a0a274a623914dc9ca2f578ad [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.
source_set("vmo") {
visibility = [ "//garnet/public/lib/fsl/*" ]
sources = [
"file.cc",
"file.h",
"shared_vmo.cc",
"shared_vmo.h",
"sized_vmo.cc",
"sized_vmo.h",
"strings.h",
"vector.h",
"vmo.cc",
]
deps = [
"//zircon/public/lib/fdio",
]
public_deps = [
"//garnet/public/lib/fxl",
"//zircon/public/fidl/fuchsia-mem",
"//zircon/public/lib/zx",
]
}