blob: 313c05a2b10373ee1277a193bdd58888041786e8 [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.reachability") {
sdk_category = "partner"
sdk_area = "Unknown"
sources = [ "reachability.fidl" ]
}