]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf
Add generic module that produces the Framework CPU I/O Protocol using the services...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / CpuIoDxe / CpuIoDxe.inf
CommitLineData
806bf4f2 1#/** @file\r
2# Module that produces the Framework CPU I/O Protocol using the services of the I/O Library\r
3#\r
4# Copyright (c) 2006 - 2010, Intel Corporation. <BR>\r
5# All rights reserved. This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12#**/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = CpuIoDxe\r
17 FILE_GUID = BAE7599F-3C6B-43b7-BDF0-9CE07AA91AA6\r
18 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = CpuIoInitialize\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64\r
26#\r
27\r
28[Sources]\r
29 CpuIo.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
34\r
35[LibraryClasses]\r
36 UefiDriverEntryPoint\r
37 BaseLib\r
38 DebugLib\r
39 IoLib\r
40 UefiBootServicesTableLib\r
41\r
42[Protocols]\r
43 gEfiCpuIoProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
44\r
45[Depex]\r
46 TRUE\r