]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
SecurityPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / SecurityPkg / RandomNumberGenerator / RngDxe / RngDxe.inf
index 553dbf5cce71824955597969eb165e1997007fa3..d57c2d8c6f3480f89211b625c4f7d257cf64e791 100644 (file)
@@ -1,5 +1,5 @@
 ## @file\r
 ## @file\r
-#  Module that produces the UEFI Random Number Generator protocol.\r
+#  Produces the UEFI Random Number Generator protocol\r
 #\r
 #  This module will leverage Intel Secure Key technology to produce the Random\r
 #  Number Generator protocol, which is used to provide high-quality random numbers\r
 #\r
 #  This module will leverage Intel Secure Key technology to produce the Random\r
 #  Number Generator protocol, which is used to provide high-quality random numbers\r
@@ -8,7 +8,7 @@
 #  -generator-drng-software-implementation-guide/ for more information about Intel\r
 #  Secure Key technology.\r
 #\r
 #  -generator-drng-software-implementation-guide/ for more information about Intel\r
 #  Secure Key technology.\r
 #\r
-#  Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
@@ -26,6 +26,7 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = RngDriverEntry\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = RngDriverEntry\r
+  MODULE_UNI_FILE                = RngDxe.uni\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
   TimerLib\r
 \r
 [Guids]\r
   TimerLib\r
 \r
 [Guids]\r
-  gEfiRngAlgorithmSp80090Hash256Guid\r
-  gEfiRngAlgorithmSp80090Hmac256Guid\r
-  gEfiRngAlgorithmSp80090Ctr256Guid\r
-  gEfiRngAlgorithmX9313DesGuid\r
-  gEfiRngAlgorithmX931AesGuid\r
-  gEfiRngAlgorithmRaw\r
+  gEfiRngAlgorithmSp80090Ctr256Guid   ## SOMETIMES_PRODUCES    ## GUID        # Unique ID of the algorithm for RNG\r
+  gEfiRngAlgorithmRaw                 ## SOMETIMES_PRODUCES    ## GUID        # Unique ID of the algorithm for RNG\r
 \r
 [Protocols]\r
 \r
 [Protocols]\r
-  gEfiRngProtocolGuid             ## PRODUCES\r
+  gEfiRngProtocolGuid                ## PRODUCES\r
 \r
 [Depex]\r
   TRUE\r
 \r
 [BuildOptions]\r
   XCODE:*_*_*_CC_FLAGS = -mmmx -msse\r
 \r
 [Depex]\r
   TRUE\r
 \r
 [BuildOptions]\r
   XCODE:*_*_*_CC_FLAGS = -mmmx -msse\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  RngDxeExtra.uni
\ No newline at end of file