]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / CpuIoDxe / CpuIoDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
806bf4f2 2# Module that produces the Framework CPU I/O Protocol using the services of the I/O Library\r
3#\r
180a5a35
HT
4# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
806bf4f2 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
6bfbb5f0 12##\r
806bf4f2 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
55a503bc 30 CpuIo.h\r
806bf4f2 31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
35\r
36[LibraryClasses]\r
37 UefiDriverEntryPoint\r
38 BaseLib\r
39 DebugLib\r
40 IoLib\r
41 UefiBootServicesTableLib\r
42\r
43[Protocols]\r
55a503bc 44 gEfiCpuIoProtocolGuid ## PRODUCES\r
806bf4f2 45\r
46[Depex]\r
47 TRUE\r