blob: 27fb0c14af5898e3fa0fac62b47ac52ef4f1f14c [file] [log] [blame] [edit]
# Copyright 2020 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 = "fuchsia.validate.logs"
sources = [ "validate_logs.test.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.diagnostics.stream:fuchsia.diagnostics.stream",
"//zircon/system/fidl/fuchsia-mem",
]
}