blob: 04277e76386807aa5e09cc8f3dc703fac733d152 [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: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
}