| # Copyright 2024 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. |
| # |
| # WARNING: This file is automatically generated by convert_for_cobalt. |
| # Do not edit manually. |
| |
| # CC Library : deterministic_aead_key_templates |
| source_set("deterministic_aead_key_templates") { |
| configs += [ "//build/config:no_rtti" ] |
| configs -= [ "//build/config:no_rtti" ] |
| sources = [ |
| "deterministic_aead_key_templates.cc", |
| "deterministic_aead_key_templates.h", |
| ] |
| public_deps = [ |
| "//third_party/tink/cc/proto:aes_siv_proto", |
| "//third_party/tink/cc/proto:common_proto", |
| "//third_party/tink/cc/proto:tink_proto", |
| ] |
| public_configs = [ "//third_party/tink:tink_config" ] |
| } |