]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf
c677bb973f8603310af30babb32fecfa118f9350
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / CpuIoDxe / CpuIoDxe.inf
1 ## @file
2 # Module that produces the Framework CPU I/O Protocol using the services of the I/O Library
3 #
4 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = CpuIoDxe
12 MODULE_UNI_FILE = CpuIoDxe.uni
13 FILE_GUID = BAE7599F-3C6B-43b7-BDF0-9CE07AA91AA6
14 MODULE_TYPE = DXE_RUNTIME_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = CpuIoInitialize
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64
22 #
23
24 [Sources]
25 CpuIo.c
26 CpuIo.h
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 IntelFrameworkPkg/IntelFrameworkPkg.dec
31
32 [LibraryClasses]
33 UefiDriverEntryPoint
34 BaseLib
35 DebugLib
36 IoLib
37 UefiBootServicesTableLib
38
39 [Protocols]
40 gEfiCpuIoProtocolGuid ## PRODUCES
41
42 [Depex]
43 TRUE
44
45 [UserExtensions.TianoCore."ExtraFiles"]
46 CpuIoDxeExtra.uni