blob: a116e6e5b2dab51f0fb22f2d49def00cc2d9d3e2 [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.net.multicast.admin") {
# Note that types in this library use strict to enjoy type safety. The strict
# types should be changed to flexible if/when this library is included in an
# SDK (`sdk_category` is added).
sources = [
"common.fidl",
"ipv4.fidl",
"ipv6.fidl",
"overview.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.net",
"//zircon/vdso/zx",
]
}