blob: 3023305e6eaf402f5e24f2abbde31b2c8511218e [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 = [
"//sdk/fidl/fuchsia.sys",
"//sdk/lib/fdio",
"//src/lib/fxl",
"//zircon/public/lib/zx",
"//zircon/system/ulib/fs",
]
# TODO(fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}