blob: 0881e08efbfb8c4fe55b0004cddd8478831da209 [file] [log] [blame]
# Copyright 2024 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.nfc") {
sdk_category = "partner"
stable = false
sdk_area = "Drivers"
sources = [ "nfc.fidl" ]
contains_drivers = true
public_deps = [ "//zircon/vdso/zx" ]
}