blob: 4653828ea7317df66394a8ba919e99eb2e0e0554 [file] [log] [blame] [edit]
# 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.hardware.platform.device") {
sdk_category = "internal"
sources = [ "platform-device.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}