]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Clean the unused PCD entry.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 Mar 2009 02:59:29 +0000 (02:59 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 Mar 2009 02:59:29 +0000 (02:59 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7794 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/MdeModulePkg.dec

index 5f649b5ddee48fd476df8d5ce611fcba01fc1f4e..44962de89ded2a750740eaa5e7bf5f8ab077c925 100644 (file)
   ## This protocol provides the interfaces to Get/Set the current video mode for GOP/UGA screen\r
   ## Include/Protocol/ConsoleControl.h\r
   gEfiConsoleControlProtocolGuid = { 0xF42F7782, 0x012E, 0x4C12, { 0x99, 0x56, 0x49, 0xF9, 0x43, 0x04, 0xF7, 0x21 }}\r
-  \r
-  ## OEM Badging Protocol defines the interface to get the OEM badging image with the dispaly attribute.\r
-  ## Include/Protocol/OEMBadging.h\r
-  gEfiOEMBadgingProtocolGuid     = { 0x170E13C0, 0xBF1B, 0x4218, { 0x87, 0x1D, 0x2A, 0xBD, 0xC6, 0xF8, 0x87, 0xBC }}\r
-    \r
+      \r
   ## Include/Protocol/NicIp4Config.h\r
   gEfiNicIp4ConfigProtocolGuid   = {0xdca3d4d, 0x12da, 0x4728,  { 0xbf, 0x7e, 0x86, 0xce, 0xb9, 0x28, 0xd0, 0x67 }}\r
   \r
   #  It can be set according to the generated image section type.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|TRUE|BOOLEAN|0x00010044\r
   \r
-  ## If PcdSupportHardwareErrorRecord is TRUE, support hardware error record via variable in BDS.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHardwareErrorRecord|FALSE|BOOLEAN|0x00010045\r
-  \r
   ## If TRUE, Robustnesss improvement such as for DUET. Default is not required.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|FALSE|BOOLEAN|0x00010047\r
 \r
   #  FALSE is for size reduction.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHiiImageProtocol|TRUE|BOOLEAN|0x00010100\r
   \r
-  ## If TRUE, Full UEFI Config Routing Protocol will be installed.\r
-  #  FALSE is for size reduction.\r
+  ## If TRUE, these interface in EFI_HII_CONFIG_ROUTING_PROTOCOL will be supported: ExtractConfig, ExportConfig, RouteConfig \r
+  # and GetAltCfg will be supported. Otherwise, these interfaces will return EFI_UNSUPPORTED.\r
+  # FALSE is for size reduction.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSupportFullConfigRoutingProtocol|TRUE|BOOLEAN|0x00010101\r
   \r
   ## If TRUE, USB KeyBoard Driver disables the default keyboard layout.\r
     \r
   ## Size of the FTW working block range.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0|UINT32|0x30000011\r
-\r
-[PcdsFixedAtBuild.IA32]\r
-  ## Default EFI boot path name for IA32 architecture, this path is relative to \r
-  #  EFI boot disk.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName|L"\EFI\BOOT\BOOTIA32.EFI"|VOID*|0x40000003\r
-\r
-[PcdsFixedAtBuild.X64]\r
-  ## Default EFI boot path name for X64 architecture, this path is relative to \r
-  #  EFI boot disk.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName|L"\EFI\BOOT\BOOTX64.EFI"|VOID*|0x40000003\r
-\r
-[PcdsFixedAtBuild.IPF]\r
-  ## Default EFI boot path name for IPF architecture, this path is relative to \r
-  #  EFI boot disk.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName|L"\EFI\BOOT\BOOTIA64.EFI"|VOID*|0x40000003\r
-\r
-[PcdsFixedAtBuild.EBC]\r
-  ## Default EFI boot path name for EBC architecture, this path is relative to \r
-  #  EFI boot disk.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName|L"\EFI\BOOT\BOOTEBC.EFI"|VOID*|0x40000003\r
-   \r
-[PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic]\r
-  ## Default timeout value for displaying progressing bar in before boot OS.\r
-  #  This value can be changed in BDS.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPlatformBootTimeOutDefault|0xffff|UINT16|0x40000001  \r
-  \r
\r
+[PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic]  \r
   ##\r
   #  This PCD defines the times to print hello world string.\r
   #  This PCD is a sample to explain FixedAtBuild UINT32 PCD usage.\r
   ##\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintTimes|1|UINT32|0x40000005\r
-  \r
-  ## Error level for hardware recorder.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|1|UINT16|0x40000002 \r
-  \r
+\r
 [PcdsFixedAtBuild,PcdsPatchableInModule]\r
   ## Maximun number of performance log entries during PEI phase.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|40|UINT8|0x0001002f\r