blob: 961ce6ee674ff4fc0d85bf9b311bc137b839bf01 [file] [log] [blame]
# 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.net.resources") {
sdk_category = "prebuilt"
sdk_area = "Netstack"
stable = true
sources = [ "resources.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.net",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}