]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / CdExpressPei / CdExpressPei.inf
index 287f1ff4a9a58d72115e38389ac0d68d886edc7f..e9ddecf967d843cf404d895ccf505e31df44bead 100644 (file)
@@ -1,11 +1,11 @@
 ## @file\r
-# Component description file for PeiCdExpress module.\r
+# PeiCdExpress recovery module.\r
 #\r
-# This module reads data from CDROM device by all installed block IO ppi and \r
+# This module reads data from CDROM device by all installed block IO ppi and\r
 # finds whether there is Recovery data in the device. If it finds recovery\r
 # data, it will install Device Recovery Module PPI.\r
 #\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions\r
@@ -21,6 +21,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = CdExpressPei\r
+  MODULE_UNI_FILE                = CdExpressPei.uni\r
   FILE_GUID                      = 31e147a6-d39a-4147-9da3-befd4d523243\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   PcdLib\r
 \r
 [Guids]\r
-  gRecoveryOnDataCdGuid                         # ALWAYS_CONSUMED\r
+  gRecoveryOnDataCdGuid                         ## CONSUMES   ## UNDEFINED # Indicate the recovery device type\r
 \r
 \r
 [Ppis]\r
-  gEfiPeiVirtualBlockIoPpiGuid                  # PPI_NOTIFY SOMETIMES_CONSUMED\r
-  gEfiPeiDeviceRecoveryModulePpiGuid            # PPI ALWAYS_PRODUCED\r
+  ## NOTIFY\r
+  ## CONSUMES\r
+  gEfiPeiVirtualBlockIoPpiGuid\r
+  ## NOTIFY\r
+  ## CONSUMES\r
+  gEfiPeiVirtualBlockIo2PpiGuid\r
+  gEfiPeiDeviceRecoveryModulePpiGuid            ## PRODUCES\r
 \r
 [FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport               ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport   ## CONSUMES\r
+\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName         ## CONSUMES\r
 \r
 [Depex]\r
   gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid\r
 \r
-\r
-\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  CdExpressPeiExtra.uni\r