blob: 6900a0650b2b55c008c6e07b3b7d8db46f481e0a [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") {
sources = [ "platform-device.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}