blob: be62ab02f7f208a6a3d2b0dcb347bffc08437a2a [file] [log] [blame]
# Copyright 2018 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.ledger.cloud") {
sources = [
"cloud_provider.fidl",
]
public_deps = [
"//zircon/public/fidl/fuchsia-mem",
]
}