]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Application/RngTest/RngTest.inf
SecurityPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / SecurityPkg / Application / RngTest / RngTest.inf
index bec78a4c995d51b360c61c7c51a04ea047bc101f..334cff45b0e5a44e3ff1c4b0c5ef5d0db958ba0c 100644 (file)
@@ -1,7 +1,10 @@
 ## @file\r
 #  UEFI RNG (Random Number Generator) Protocol test application.\r
+#  \r
+#  This application can print out the supported RNG algorithm in UEFI RNG Protocol. \r
+#  And then it will do a generation test on the supported RNG algorithm.  \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
@@ -19,6 +22,7 @@
   MODULE_TYPE                    = UEFI_APPLICATION\r
   VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = UefiMain\r
+  MODULE_UNI_FILE                = RngTest.uni\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
   UefiLib\r
 \r
 [Protocols]\r
-  gEfiRngProtocolGuid\r
+  gEfiRngProtocolGuid            ## CONSUMES\r
 \r
 [Guids]\r
-  gEfiRngAlgorithmSp80090Hash256Guid\r
-  gEfiRngAlgorithmSp80090Hmac256Guid\r
-  gEfiRngAlgorithmSp80090Ctr256Guid\r
-  gEfiRngAlgorithmX9313DesGuid\r
-  gEfiRngAlgorithmX931AesGuid\r
-  gEfiRngAlgorithmRaw
\ No newline at end of file
+  gEfiRngAlgorithmSp80090Hash256Guid    ## SOMETIMES_CONSUMES    ## GUID        # Unique ID of the algorithm for RNG\r
+  gEfiRngAlgorithmSp80090Hmac256Guid    ## SOMETIMES_CONSUMES    ## GUID        # Unique ID of the algorithm for RNG\r
+  gEfiRngAlgorithmSp80090Ctr256Guid     ## SOMETIMES_CONSUMES    ## GUID        # Unique ID of the algorithm for RNG\r
+  gEfiRngAlgorithmX9313DesGuid          ## SOMETIMES_CONSUMES    ## GUID        # Unique ID of the algorithm for RNG\r
+  gEfiRngAlgorithmX931AesGuid           ## SOMETIMES_CONSUMES    ## GUID        # Unique ID of the algorithm for RNG\r
+  gEfiRngAlgorithmRaw                   ## SOMETIMES_CONSUMES    ## GUID        # Unique ID of the algorithm for RNG\r
+  \r
+  [UserExtensions.TianoCore."ExtraFiles"]\r
+  RngTestExtra.uni
\ No newline at end of file