]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
SecurityPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / SecurityPkg / RandomNumberGenerator / RngDxe / RngDxe.inf
CommitLineData
3aa8dc6c 1## @file\r
60c944c7 2# Produces the UEFI Random Number Generator protocol\r
3aa8dc6c
LQ
3#\r
4# This module will leverage Intel Secure Key technology to produce the Random\r
5# Number Generator protocol, which is used to provide high-quality random numbers\r
6# for use in applications, or entropy for seeding other random number generators.\r
7# Refer to http://software.intel.com/en-us/articles/intel-digital-random-number\r
8# -generator-drng-software-implementation-guide/ for more information about Intel\r
9# Secure Key technology.\r
10#\r
60c944c7 11# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
3aa8dc6c
LQ
12# This program and the accompanying materials\r
13# are licensed and made available under the terms and conditions of the BSD License\r
14# which accompanies this distribution. The full text of the license may be found at\r
15# http://opensource.org/licenses/bsd-license.php\r
16#\r
17# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
18# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
19#\r
20##\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = RngDxe\r
25 FILE_GUID = B981A835-6EE8-4f4c-AE0B-210AA0BFBF01\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
28 ENTRY_POINT = RngDriverEntry\r
60c944c7 29 MODULE_UNI_FILE = RngDxe.uni\r
3aa8dc6c
LQ
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64\r
35#\r
36\r
37[Sources.common]\r
38 RngDxe.c\r
39 RdRand.c\r
b6023fb1 40 RdRand.h\r
3aa8dc6c 41 AesCore.c\r
b6023fb1 42 AesCore.h\r
3aa8dc6c
LQ
43\r
44[Sources.IA32]\r
45 IA32/RdRandWord.c\r
4db0b65c 46 IA32/AsmRdRand.asm\r
3aa8dc6c
LQ
47 IA32/GccRdRand.c | GCC\r
48\r
49[Sources.X64]\r
50 X64/RdRandWord.c\r
4db0b65c 51 X64/AsmRdRand.asm\r
3aa8dc6c
LQ
52 X64/GccRdRand.c | GCC\r
53\r
54[Packages]\r
55 MdePkg/MdePkg.dec\r
56 SecurityPkg/SecurityPkg.dec\r
57\r
58[LibraryClasses]\r
59 UefiLib\r
60 UefiBootServicesTableLib\r
61 BaseLib\r
62 DebugLib \r
63 UefiDriverEntryPoint\r
64 TimerLib\r
65\r
66[Guids]\r
60c944c7
DG
67 gEfiRngAlgorithmSp80090Ctr256Guid ## SOMETIMES_PRODUCES ## GUID # Unique ID of the algorithm for RNG\r
68 gEfiRngAlgorithmRaw ## SOMETIMES_PRODUCES ## GUID # Unique ID of the algorithm for RNG\r
3aa8dc6c
LQ
69\r
70[Protocols]\r
60c944c7 71 gEfiRngProtocolGuid ## PRODUCES\r
3aa8dc6c
LQ
72\r
73[Depex]\r
74 TRUE\r
9a70350f
AF
75\r
76[BuildOptions]\r
77 XCODE:*_*_*_CC_FLAGS = -mmmx -msse\r
60c944c7
DG
78\r
79[UserExtensions.TianoCore."ExtraFiles"]\r
80 RngDxeExtra.uni