blob: 9026127dad46140642ab5c125b2b2f87816a9129 [file] [log] [blame]
# Copyright 2019 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.spinel") {
sources = [ "spinel.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}