blob: 4c6818acfd883d940953516fae1f60ad39202f60 [file] [log] [blame]
# Copyright 2019 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/fidl/fidl.gni")
fidl("fuchsia.session.scene") {
sources = [ "scene_manager.fidl" ]
sdk_category = "internal"
public_deps = [
"//sdk/fidl/fuchsia.ui.app",
"//sdk/fidl/fuchsia.ui.views",
]
}