]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/DeviceIoOnPciRootBridgeIoThunk.inf
1. Correct File header to ## @file
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / DeviceIoOnPciRootBridgeIoThunk / DeviceIoOnPciRootBridgeIoThunk.inf
CommitLineData
6bfbb5f0 1## @file\r
fd4ae733 2# Module Layer Device I/O on top of PCI Root Bridge I/O (Segment 0)\r
3#\r
4# Device I/O is on list of deprecated protocols for UEFI 2.0 and later.\r
b518ea4e 5# This module layers Device I/O on top of PCI Root Bridge I/O (Segment 0)\r
fd4ae733 6# Use if:\r
7# There are no R8.x modules present that produces Device I/O\r
8# EFI drivers included that consume Device I/O\r
9# Platform required to support EFI drivers that consume Device I/O\r
10# Platform required to support EFI applications that consume Device I/O\r
11#\r
6bfbb5f0 12# Copyright (c) 2008 - 2010, Intel Corporation\r
fd4ae733 13#\r
14# All rights reserved. This program and the accompanying materials\r
15# are licensed and made available under the terms and conditions of the BSD License\r
16# which accompanies this distribution. The full text of the license may be found at\r
17# http://opensource.org/licenses/bsd-license.php\r
18# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
20#\r
21#\r
6bfbb5f0 22##\r
fd4ae733 23\r
24[Defines]\r
25 INF_VERSION = 0x00010005\r
f275c91c 26 BASE_NAME = DeviceIoOnPciRootBridgeIoThunk\r
fd4ae733 27 FILE_GUID = 6E5ED30F-EC52-4136-8A41-3F4324218E41\r
28 MODULE_TYPE = DXE_DRIVER\r
29 VERSION_STRING = 1.0\r
30 EDK_RELEASE_VERSION = 0x00020000\r
31 EFI_SPECIFICATION_VERSION = 0x00020000\r
32 ENTRY_POINT = InitializeDeviceIo\r
33\r
34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
37# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
38#\r
39\r
6bfbb5f0 40[Sources]\r
f275c91c 41 DeviceIoOnPciRootBridgeIoThunk.c\r
fd4ae733 42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45\r
46[LibraryClasses]\r
47 UefiDriverEntryPoint\r
48 UefiBootServicesTableLib\r
49 BaseLib\r
50 DebugLib\r
51 UefiLib\r
52 MemoryAllocationLib\r
53 BaseMemoryLib\r
54 DevicePathLib\r
55\r
56[Protocols]\r
57 gEfiDeviceIoProtocolGuid\r
58 gEfiPciRootBridgeIoProtocolGuid\r
59\r
60[Depex]\r
61 TRUE\r