blob: 4e7e7c6a6af47467f149dce2d58da4da3c79a9c0 [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("validate") {
name = "diagnostics.validate"
sources = [ "inspect_puppet.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.inspect",
"//zircon/vdso/zx",
]
excluded_checks = [
"invalid-case-for-decl-member",
"string-bounds-not-specified",
"vector-bounds-not-specified",
"wrong-prefix-for-platform-source-library",
]
enable_hlcpp = true
}