blob: 840c9d2b0cb1e60a192aedcc3dd25195115892ee [file] [log] [blame]
# Copyright 2020 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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fidl_library.gni")
fidl_library("fuchsia.hardware.goldfish") {
library_name = "goldfish"
namespace = "fuchsia.hardware"
public_deps = [
]
sources = [
"goldfish_address_space.fidl",
"goldfish_control.fidl",
"goldfish_pipe.fidl",
]
}
group("all"){
deps = [
":fuchsia.hardware.goldfish",
]
}