blob: 50c2f108d5d17185bdbe7d0d004af22140f6fad8 [file] [log] [blame]
# Copyright 2022 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/go/go_library.gni")
go_library("rust_syscall") {
visibility = [ "//zircon/tools/zither/*" ]
sources = [
"rust_syscall.go",
"templates/definitions.rs.tmpl",
]
deps = [
"//tools/fidl/lib/fidlgen",
"//zircon/tools/zither:common",
"//zircon/tools/zither/backends/rust",
]
}