blob: 6803aacfc212e945ef9092db596ba6672c8c77c4 [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",
]
enable_hlcpp = true
}