blob: 48dc9a92e46b2cef476acc88a81ce0b082b3382c [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("//sdk/ctf/build/ctf.gni")
# This is a FIDL library containing a bunch of declarations that are useful for
# writing tests for FIDL bindings - especially how they map FIDL types to
# target language types.
fidl("test.types") {
testonly = true
sources = [ "types.test.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
enable_hlcpp = true
}