blob: 10722f5c8788d94bffd8715a308ef9b29589a999 [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") {
sdk_category = "partner"
sources = [
"context.fidl",
"ongoing_activity.fidl",
"intent.fidl",
"types.fidl",
]
deps = [
"//zircon/public/fidl/fuchsia-io",
]
}