blob: 02ad9b3097b2b3b50339287dcbbfd94799742614 [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.hardware.pty") {
sdk_category = "internal"
api = "fuchsia.hardware.pty.api"
public_deps = [
"//sdk/fidl/fuchsia.device",
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.mem",
]
sources = [ "pty.fidl" ]
}