]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Clean up DEC files:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 9 May 2011 17:50:20 +0000 (17:50 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 9 May 2011 17:50:20 +0000 (17:50 +0000)
1) Remove section header comment blocks that do not provide any information
2) Combine PCDs listed in multiple sections into a single section that supports multiple PCD types to reduce maintenance overhead
3) Remove ModuleTypeList comments from [Includes], [Protocols], [Ppis], and [Guids] sections that do not properly describe the module type restrictions.
4) Clean up formatting of GUID structure declarations
5) Remove ".common" from section names if they are not required.
6) Order sections consistently as [Defines], [Includes], [LibraryClasses], [Guid], [Ppis], [Protocols], [PcdsFeatureFlag], [PcdsFixedAtBuild], [PcdsPatchableInModule], [PcdsDynamic], and [PcdsDynamicEx]

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

OptionRomPkg/OptionRomPkg.dec

index db61bbec74914ac46f81662add81b4c665703f7e..ea4d57b996aeffe7bd673d6a781680793ba8ff62 100644 (file)
@@ -24,7 +24,7 @@
   PACKAGE_GUID                   = AA3865E8-7F30-4f59-8696-99F560101852\r
   PACKAGE_VERSION                = 0.1\r
 \r
-[Includes.common]\r
+[Includes]\r
   Include\r
 \r
 [LibraryClasses]\r
   ##\r
   BltLib|Include/Library/BltLib.h\r
 \r
+[Guids]\r
+  gOptionRomPkgTokenSpaceGuid = { 0x1e43298f, 0x3478, 0x41a7, { 0xb5, 0x77, 0x86, 0x6, 0x46, 0x35, 0xc7, 0x28 } }\r
+\r
 [PcdsFeatureFlag]\r
   gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru|TRUE|BOOLEAN|0x00010001\r
   gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru|TRUE|BOOLEAN|0x00010002\r
   gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE|BOOLEAN|0x00010004\r
   gOptionRomPkgTokenSpaceGuid.PcdSupportUga|TRUE|BOOLEAN|0x00010005\r
 \r
-[PcdsFixedAtBuild]\r
-  gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a|UINT32|0x00010003\r
-\r
-[PcdsPatchableInModule]\r
+[PcdsFixedAtBuild, PcdsPatchableInModule]\r
   gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a|UINT32|0x00010003\r
 \r
-[Guids]\r
-  gOptionRomPkgTokenSpaceGuid = { 0x1e43298f, 0x3478, 0x41a7, { 0xb5, 0x77, 0x86, 0x6, 0x46, 0x35, 0xc7, 0x28 } }\r
-\r