blob: dfed7f30dc1eaa1df190bbf1893a7dfcd1ff21a2 [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.agent") {
sdk_category = "partner"
sources = [
"agent.fidl",
"context.fidl",
"task.fidl",
]
deps = [
"//sdk/fidl/fuchsia.app",
"//sdk/fidl/fuchsia.app.sessioncontrol",
"//zircon/public/fidl/fuchsia-io",
]
}