blob: 0565fe3e923850d988e9e855573edfb63ec08a82 [file] [log] [blame]
# Copyright 2018 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/package.gni")
source_set("chrealm") {
sources = [
"chrealm.cc",
"chrealm.h",
]
public_deps = [
"//garnet/public/fidl/fuchsia.sys",
"//garnet/public/lib/fxl",
"//zircon/public/lib/fdio",
"//zircon/public/lib/fs",
"//zircon/public/lib/zx",
]
}