hhtian | 97f9850 | 2010-11-01 06:30:58 +0000 | [diff] [blame^] | 1 | ## @file
|
| 2 | # Package for cryptography modules.
|
| 3 | #
|
| 4 | # This Package provides cryptographic-related libraries for UEFI
|
| 5 | # security modules.
|
| 6 | #
|
| 7 | # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
| 8 | # This program and the accompanying materials
|
| 9 | # are licensed and made available under the terms and conditions of the BSD License
|
| 10 | # which accompanies this distribution. The full text of the license may be found at
|
| 11 | # http://opensource.org/licenses/bsd-license.php
|
| 12 | #
|
| 13 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 14 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 15 | #
|
| 16 | ##
|
| 17 |
|
| 18 | ################################################################################
|
| 19 | #
|
| 20 | # Defines Section - statements that will be processed to create a Makefile.
|
| 21 | #
|
| 22 | ################################################################################
|
| 23 | [Defines]
|
| 24 | DEC_SPECIFICATION = 0x00010005
|
| 25 | PACKAGE_NAME = CryptoPkg
|
| 26 | PACKAGE_GUID = 36470E80-36F2-4ba0-8CC8-937C7D9FF888
|
| 27 | PACKAGE_VERSION = 0.91
|
| 28 |
|
| 29 | [Includes]
|
| 30 | Include
|
| 31 |
|
| 32 | [LibraryClasses]
|
| 33 | ## @libraryclass Provides basic library functions for cryptographic primitives.
|
| 34 | ##
|
| 35 | BaseCryptLib|Include/Library/BaseCryptLib.h
|
| 36 |
|
| 37 | [Protocols]
|
| 38 | ## Include/Protocol/RuntimeCrypt.h
|
| 39 | gEfiRuntimeCryptProtocolGuid = { 0xe1475e0c, 0x1746, 0x4802, {0x86, 0x2e, 0x1, 0x1c, 0x2c, 0x2d, 0x9d, 0x86 }}
|