blob: d0dafecf4068796ae7ec6048915c9cd1a4b6beda [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.example.fostr") {
testonly = true
sources = [ "fostr.test.fidl" ]
excluded_checks = [ "string-bounds-not-specified" ]
enable_hlcpp = true
}