blob: 938940c25e207154ea323a0c5e912e1079dec452 [file] [log] [blame] [edit]
# Copyright 2025 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.boot.metadata") {
sdk_category = "partner"
stable = false
sdk_area = "Drivers"
sources = [ "metadata.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.net" ]
}