blob: 1f269d79b369a54b34d453e80423481fae50fb55 [file] [log] [blame]
# Copyright 2017 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.
visibility = [ "//peridot/bin/ledger/*" ]
source_set("fake") {
testonly = true
sources = [
"fake_encryption_service.cc",
"fake_encryption_service.h",
"fake_encryption_service_factory.cc",
"fake_encryption_service_factory.h",
]
public_deps = [
"//garnet/public/lib/fxl",
"//peridot/bin/ledger/encryption/public",
]
configs += [ "//peridot/bin/ledger:ledger_config" ]
}