1 | // /** @file
|
---|
2 | // Package for cryptography modules.
|
---|
3 | //
|
---|
4 | // This Package provides cryptographic-related libraries for UEFI security modules.
|
---|
5 | // It also provides a test application to test libraries.
|
---|
6 | //
|
---|
7 | // Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
8 | //
|
---|
9 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | //
|
---|
11 | // **/
|
---|
12 |
|
---|
13 |
|
---|
14 | #string STR_PACKAGE_ABSTRACT #language en-US "Provides cryptographic-related libraries for UEFI security modules"
|
---|
15 |
|
---|
16 | #string STR_PACKAGE_DESCRIPTION #language en-US "This Package provides cryptographic-related libraries for UEFI security modules."
|
---|
17 |
|
---|
18 |
|
---|
19 |
|
---|