blob: a62704c127fc71c168354194819f615960552600 [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"
stable = true
sdk_area = "Unknown"
sources = [
"capabilities.fidl",
"dataset.fidl",
"feature.fidl",
"meshcop.fidl",
"overview.fidl",
]
public_deps = [ "//sdk/fidl/fuchsia.lowpan" ]
}