blob: eaf81825af630ad4054728bb87ab368d88e5fbc4 [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"
stable = true
sources = [ "launcher.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.pty",
"//sdk/fidl/fuchsia.url",
"//zircon/vdso/zx",
]
}