From 6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Wed, 24 Feb 2010 00:21:16 +0000 Subject: 1. Correct File header to ## @file 2. Remove unnecessary .common] postfix on section. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10052 6f19259b-4bc3-4df7-8a09-765794883524 --- .../PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf') diff --git a/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf b/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf index a8a9dcd68c..eda3628ade 100644 --- a/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf +++ b/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf @@ -1,4 +1,4 @@ -#/** @file +## @file # This driver installs Single Segment Pci Configuration 2 PPI # to provide read, write and modify access to Pci configuration space in PEI phase. # To follow PI specification, these services also support access to the unaligned Pci address. @@ -13,7 +13,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -29,7 +29,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) # -[Sources.common] +[Sources] PciCfg2.c [Packages] -- cgit v1.2.3