mirror of https://github.com/acidanthera/audk.git
20 lines
622 B
Plaintext
20 lines
622 B
Plaintext
// /** @file
|
|
// Package for cryptography modules.
|
|
//
|
|
// This Package provides cryptographic-related libraries for UEFI security modules.
|
|
// It also provides a test application to test libraries.
|
|
//
|
|
// Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_PACKAGE_ABSTRACT #language en-US "Provides cryptographic-related libraries for UEFI security modules"
|
|
|
|
#string STR_PACKAGE_DESCRIPTION #language en-US "This Package provides cryptographic-related libraries for UEFI security modules."
|
|
|
|
|
|
|