]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/CpuIoDxe/CpuIo.inf
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[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 MdePkg/MdePkg.dec
35 IntelFrameworkPkg/IntelFrameworkPkg.dec
36
37 [LibraryClasses]
38 BaseLib
39 DebugLib
40 UefiDriverEntryPoint
41 IoLib
42
43 [Sources.common]
44 CpuIo.c
45 CpuIo.h
46
47 [Protocols]
48 gEfiCpuIoProtocolGuid
49
50 [Depex]
51 TRUE