blob: 8cc26ecc330da91cc699b00cb3db17df0d7a386c [file] [log] [blame]
# Copyright 2022 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.dash") {
sdk_category = "partner_internal"
sdk_area = "Unknown"
sources = [ "launcher.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.pty",
"//sdk/fidl/fuchsia.url",
"//zircon/vdso/zx",
]
}