blob: b5f5e24753feb9f5ec5def26238aef48b3107d8b [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.app.sessioncontrol") {
sdk_category = "partner"
sources = [
"session_controller.fidl",
"story_controller.fidl",
]
deps = [
"//sdk/fidl/fuchsia.app",
]
}