blob: be9cda9715a71cdb9116565d4841cac9015963a6 [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.
source_set("chrealm") {
sources = [
"chrealm.cc",
"chrealm.h",
]
deps = [ "//sdk/fidl/fuchsia.io:fuchsia.io_llcpp" ]
public_deps = [
"//sdk/fidl/fuchsia.sys",
"//sdk/lib/fdio",
"//src/lib/fxl",
"//src/lib/storage/vfs/cpp",
"//zircon/system/ulib/zx",
]
# TODO(fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}