]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / MemoryTest / GenericMemoryTestDxe / GenericMemoryTestDxe.inf
index 5158a8c779c880e66be8cc0216db6682c4409864..975dc4cd3ae5b2d0b421af025e2de01f8c387078 100644 (file)
@@ -1,10 +1,7 @@
 ## @file\r
-# Component description file for Generic memory test.\r
+# This driver first constructs the non-tested memory range, then performs the R/W/V memory test.\r
 #\r
-# This driver first constructs the non-tested memory range,\r
-# then performs the R/W/V memory test.\r
-#\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are\r
 # licensed and made available under the terms and conditions of the BSD License\r
@@ -19,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = GenericMemoryTestDxe\r
+  MODULE_UNI_FILE                = GenericMemoryTestDxe.uni\r
   FILE_GUID                      = 9C1080EE-D02E-487f-9432-F3BF086EC180\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   DebugLib\r
 \r
 [Protocols]\r
-  gEfiCpuArchProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiGenericMemTestProtocolGuid                # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiCpuArchProtocolGuid                       ## CONSUMES\r
+  gEfiGenericMemTestProtocolGuid                ## PRODUCES\r
 \r
 [Depex]\r
   gEfiCpuArchProtocolGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  GenericMemoryTestDxeExtra.uni\r