blob: 33919038a209ee50a00e4862a90d1761ef80907c [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 = [
"//garnet/public/fidl/fuchsia.auth",
"//peridot/public/fidl/fuchsia.modular",
]
}