blob: ced7ff706b5836baa9b79f0d0586bc1bfe910a71 [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/fidl/fidl.gni")
fidl("fuchsia.modular.internal") {
cpp_legacy_callbacks = true
sources = [
"basemgr_debug.fidl",
"sessionmgr.fidl",
"story_data.fidl",
]
deps = [
"//sdk/fidl/fuchsia.auth",
"//sdk/fidl/fuchsia.ledger",
"//sdk/fidl/fuchsia.modular",
"//sdk/fidl/fuchsia.modular.auth",
"//sdk/fidl/fuchsia.ui.gfx",
"//sdk/fidl/fuchsia.ui.policy",
"//sdk/fidl/fuchsia.ui.viewsv1token",
]
}