summaryrefslogtreecommitdiff
path: root/OptionRomPkg
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-05-21 02:49:38 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-05-21 02:49:38 +0000
commit3a8ab9513cd4d7687d765c432fb831df43453709 (patch)
treea41a1ba0189cfcd827dcab7a3a7e4a51df75b355 /OptionRomPkg
parent2bca9a9b60ea2ca88e17256bd54dc93ea0501d0e (diff)
downloadedk2-platforms-3a8ab9513cd4d7687d765c432fb831df43453709.tar.xz
Clean up package/platform DSC files by the following steps:
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
Diffstat (limited to 'OptionRomPkg')
-rw-r--r--OptionRomPkg/OptionRomPkg.dsc11
1 files changed, 3 insertions, 8 deletions
diff --git a/OptionRomPkg/OptionRomPkg.dsc b/OptionRomPkg/OptionRomPkg.dsc
index 29c4ea75db..32a73707c6 100644
--- a/OptionRomPkg/OptionRomPkg.dsc
+++ b/OptionRomPkg/OptionRomPkg.dsc
@@ -63,21 +63,16 @@
#
################################################################################
[PcdsFeatureFlag]
- gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
- gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
- gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
- gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru|TRUE
gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru|TRUE
[PcdsFixedAtBuild]
- gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|0x0
- gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|0x0
- gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0x0
- gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|0x0
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042
gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0x0
+ gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|0x0
+ gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|0x0
+ gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0x0
gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a # EFI_2_10_SYSTEM_TABLE_REVISION
###################################################################################################