blob: e5a5e126ca49be2cdf9cb6da1b138ba7ff5666ef [file] [log] [blame]
# Copyright 2017 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("//garnet/public/lib/fidl/fidl.gni")
fidl("fidl") {
sources = [
"image_info.fidl",
"image_pipe.fidl",
"memory_type.fidl",
]
public_deps = [
"//garnet/public/lib/ui/scenic/fidl:presentation_info",
]
}