blob: b459ac126bb311b147f3314125d71fb7ef35aebe [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 = "partner"
api = "fuchsia.hardware.pty.api"
public_deps = [
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.io2",
"//sdk/fidl/fuchsia.mem",
]
sources = [ "pty.fidl" ]
}