]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Enhance inf to follow spec.
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 14 Mar 2011 08:50:25 +0000 (08:50 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 14 Mar 2011 08:50:25 +0000 (08:50 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11395 6f19259b-4bc3-4df7-8a09-765794883524

UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
UefiCpuPkg/CpuIoPei/CpuIoPei.inf

index 0f7f13869d601fea9876422f6644b44ce3e4275d..8f0b283252774b3f02fe62b8b38c6a4ec47c9965 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 #  This DXE driver produces of the CPU I/O 2 Protocol, as introduced by PI 1.2.\r
 #\r
 #\r
 #  This DXE driver produces of the CPU I/O 2 Protocol, as introduced by PI 1.2.\r
 #\r
-# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -19,6 +19,7 @@
   BASE_NAME                      = CpuIo2Dxe\r
   FILE_GUID                      = A19B1FE7-C1BC-49F8-875F-54A5D542443F\r
   MODULE_TYPE                    = DXE_DRIVER\r
   BASE_NAME                      = CpuIo2Dxe\r
   FILE_GUID                      = A19B1FE7-C1BC-49F8-875F-54A5D542443F\r
   MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0  \r
   ENTRY_POINT                    = CpuIo2Initialize\r
 \r
 #\r
   ENTRY_POINT                    = CpuIo2Initialize\r
 \r
 #\r
index 616e108b1377c6f8c94927914a7e59a50e25a169..4ebd9e2fb1e1f52d3fea8a962e4432cdaaa56767 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 #  This PEIM produces of the CPU I/O PPI.\r
 #\r
 #\r
 #  This PEIM produces of the CPU I/O PPI.\r
 #\r
-# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -19,6 +19,7 @@
   BASE_NAME                      = CpuIoPei\r
   FILE_GUID                      = AE265864-CF5D-41a8-913D-71C155E76442\r
   MODULE_TYPE                    = PEIM\r
   BASE_NAME                      = CpuIoPei\r
   FILE_GUID                      = AE265864-CF5D-41a8-913D-71C155E76442\r
   MODULE_TYPE                    = PEIM\r
+  VERSION_STRING                 = 1.0  \r
   ENTRY_POINT                    = CpuIoInitialize\r
 \r
 #\r
   ENTRY_POINT                    = CpuIoInitialize\r
 \r
 #\r