]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/CpuIoDxe/CpuIo.inf
CpuIoDxe driver was moved to UefiCpuPkg.
[mirror_edk2.git] / UefiCpuPkg / CpuIoDxe / CpuIo.inf
1 #/*++
2 #
3 # Copyright (c) 2004, Intel Corporation
4 # All rights reserved. This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 # Module Name:
13 #
14 # CpuIo.inf
15 #
16 # Abstract:
17 #
18 # Component description file for CpuIo module
19 #
20 #--*/
21
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = CpuIo
25 FILE_GUID = BAE7599F-3C6B-43b7-BDF0-9CE07AA91AA6
26 MODULE_TYPE = DXE_DRIVER
27 VERSION_STRING = 1.0
28 EDK_RELEASE_VERSION = 0x00020000
29 EFI_SPECIFICATION_VERSION = 0x00020000
30
31 ENTRY_POINT = CpuIoInitialize
32
33 [Packages]
34 DuetPkg/DuetPkg.dec
35 MdePkg/MdePkg.dec
36 IntelFrameworkPkg/IntelFrameworkPkg.dec
37
38 [LibraryClasses]
39 BaseLib
40 DebugLib
41 UefiDriverEntryPoint
42 IoLib
43
44 [Sources.common]
45 CpuIo.c
46 CpuIo.h
47
48 [Protocols]
49 gEfiCpuIoProtocolGuid
50
51 [Depex]
52 TRUE