]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/CpuIo2OnCpuIoThunk/CpuIo2OnCpuIoThunk.inf
1. Correct File header to ## @file
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / CpuIo2OnCpuIoThunk / CpuIo2OnCpuIoThunk.inf
CommitLineData
6bfbb5f0 1## @file\r
54bd8079 2# Implementation of CPU I/O 2 Protocol based on Framework CPU I/O Protocol.\r
3#\r
4# Intel's Framework CPU I/O Protocol is replaced by CPU I/O 2 Protocol in PI.\r
5# This module produces PI CPU I/O 2 Protocol on top of Framework CPU I/O Protocol.\r
6#\r
6bfbb5f0 7# Copyright (c) 2009 - 2010, Intel Corporation\r
54bd8079 8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
6bfbb5f0 17##\r
54bd8079 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = CpuIo2OnCpuIoThunk\r
22 FILE_GUID = 503E70FE-047A-410B-A55F-4F63C9382C1E\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25\r
26 ENTRY_POINT = CpuIo2OnCpuIoThunkInitialize\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 CpuIo2OnCpuIoThunk.c\r
36 CpuIo2OnCpuIoThunk.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
41 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiDriverEntryPoint\r
45 DebugLib\r
46 UefiBootServicesTableLib\r
47\r
48[Protocols]\r
49 gEfiCpuIo2ProtocolGuid ## PRODUCES\r
50 gEfiCpuIoProtocolGuid ## CONSUMES\r
51\r
52[Depex]\r
53 gEfiCpuIoProtocolGuid\r