TlsDxe.uni 722 B

12345678910111213141516171819
  1. // /** @file
  2. // This module produces EFI TLS Protocol, EFI TLS Service Binding Protocol and
  3. // EFI TLS Configuration Protocol.
  4. //
  5. // This module produces EFI TLS (Transport Layer Security) Protocol, EFI TLS
  6. // Service Binding Protocol, and EFI TLS Configuration Protocol to provide TLS
  7. // services.
  8. //
  9. // Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
  10. //
  11. // SPDX-License-Identifier: BSD-2-Clause-Patent
  12. //
  13. // **/
  14. #string STR_MODULE_ABSTRACT #language en-US "UEFI TLS service"
  15. #string STR_MODULE_DESCRIPTION #language en-US "This module produces EFI TLS Protocol, EFI TLS Service Binding Protocol and EFI TLS Configuration Protocol to provide EFI TLS services."