blob: ae501f3dfae46d6e125d37150ace05849fee8ec7 [file] [log] [blame]
# Copyright 2016 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("fidl") {
name = "fuchsia.ledger.errornotifiertest"
sources = [
"error_notifier_test.fidl",
]
deps = [
"//peridot/public/fidl/fuchsia.ledger",
]
}