blob: 945a84c2d10c7dfd5a57cde12cd4e34ced8b0469 [file] [log] [blame]
# 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("fuchsia.update.verify") {
sources = [ "verify.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}