Enhance inf to follow spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11395 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10 2011-03-14 08:50:25 +00:00
parent 3a63a42554
commit 4fe180bae6
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# #
# This DXE driver produces of the CPU I/O 2 Protocol, as introduced by PI 1.2. # This DXE driver produces of the CPU I/O 2 Protocol, as introduced by PI 1.2.
# #
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at # which accompanies this distribution. The full text of the license may be found at
@ -19,6 +19,7 @@
BASE_NAME = CpuIo2Dxe BASE_NAME = CpuIo2Dxe
FILE_GUID = A19B1FE7-C1BC-49F8-875F-54A5D542443F FILE_GUID = A19B1FE7-C1BC-49F8-875F-54A5D542443F
MODULE_TYPE = DXE_DRIVER MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = CpuIo2Initialize ENTRY_POINT = CpuIo2Initialize
# #

View File

@ -3,7 +3,7 @@
# #
# This PEIM produces of the CPU I/O PPI. # This PEIM produces of the CPU I/O PPI.
# #
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at # which accompanies this distribution. The full text of the license may be found at
@ -19,6 +19,7 @@
BASE_NAME = CpuIoPei BASE_NAME = CpuIoPei
FILE_GUID = AE265864-CF5D-41a8-913D-71C155E76442 FILE_GUID = AE265864-CF5D-41a8-913D-71C155E76442
MODULE_TYPE = PEIM MODULE_TYPE = PEIM
VERSION_STRING = 1.0
ENTRY_POINT = CpuIoInitialize ENTRY_POINT = CpuIoInitialize
# #