blob: e21a8fbd184565ce6a67ee2b46f6dada07661795 [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.hardware.platform.device") {
sdk_category = "partner"
stable = true
sdk_area = "Unknown"
sources = [
"overview.fidl",
"platform-device.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.driver.framework",
"//sdk/fidl/fuchsia.hardware.power",
"//zircon/vdso/zx",
]
}