blob: fdb3a981dbec165f22d7684a62ba3ec07c2223c5 [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.
source_set("kms-stateless") {
sources = [ "kms-stateless.cc" ]
public = [ "kms-stateless.h" ]
public_deps = [
"//zircon/public/lib/fbl",
"//zircon/system/public",
]
deps = [
"//sdk/lib/fdio",
"//src/security/keysafe",
"//src/security/tee/tee-client-api",
"//zircon/system/ulib/ramdevice-client",
]
}