blob: 400517ec707596a3d8651edc04b0ea08fbfd19f2 [file] [log] [blame]
# Copyright 2023 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.filter") {
sdk_category = "internal"
sources = [
"admin.fidl",
"constants.fidl",
"overview.fidl",
"resources.fidl",
"watcher.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.hardware.network",
"//sdk/fidl/fuchsia.net",
"//sdk/fidl/fuchsia.net.interfaces",
]
enable_hlcpp = true
}