]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Clean up package/platform DSC files by the following steps:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 May 2010 02:49:38 +0000 (02:49 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 May 2010 02:49:38 +0000 (02:49 +0000)
  1. Remove PCDs those use the default values/types from the DEC file.
  2. Remove the unused library instances.
  3. Group common library instances in common [LibraryClasses] section as the default library instance for all modules.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10532 6f19259b-4bc3-4df7-8a09-765794883524

OptionRomPkg/OptionRomPkg.dsc

index 29c4ea75db53f6d7566f8c301014f377a1e8a654..32a73707c6ec3edad9953a429e17308ee044c618 100644 (file)
 #\r
 ################################################################################\r
 [PcdsFeatureFlag]\r
-  gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
-  gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
-  gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r
-  gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r
   gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru|TRUE\r
   gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru|TRUE\r
 \r
 [PcdsFixedAtBuild]\r
-  gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|0x0\r
-  gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|0x0\r
-  gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0x0\r
-  gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|0x0\r
   gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r
   gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042\r
   gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0x0\r
+  gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|0x0\r
+  gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|0x0\r
+  gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0x0\r
   gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a # EFI_2_10_SYSTEM_TABLE_REVISION\r
 \r
 ###################################################################################################\r