blob: e3e90f5f30cb4811cfb4cfe26fb13a51fd645f6f [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("public") {
sources = [
"encryption_service.cc",
"encryption_service.h",
"encryption_service_factory.h",
]
public_deps = [
"//peridot/bin/ledger/storage/public",
"//peridot/lib/convert",
]
configs += [ "//peridot/bin/ledger:ledger_config" ]
}