blob: 0484e958d9a1cbbffa5848705f13f3e9714f5d83 [file] [log] [blame]
# Copyright 2020 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("devmgr") {
name = "fuchsia.openthread.devmgr"
sources = [ "devmgr.test.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.io2",
]
}