blob: bc08fe6ed0a4c6200c585e06acce4d36513e99d5 [file] [log] [blame]
# 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"
sdk_area = "Unknown"
sources = [
"capabilities.fidl",
"dataset.fidl",
"feature.fidl",
"meshcop.fidl",
"overview.fidl",
]
public_deps = [ "//sdk/fidl/fuchsia.lowpan" ]
}