blob: aa7cecb48749b41bb71b6d7128be49cd1b015f04 [file] [log] [blame] [edit]
# Copyright 2021 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.lowpan.thread") {
sdk_category = "partner"
sources = [
"dataset.fidl",
"feature.fidl",
"meshcop.fidl",
"overview.fidl",
]
public_deps = [ "//sdk/fidl/fuchsia.lowpan" ]
}