]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/DeviceIoOnPciRootBridgeIoThunk.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[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
fd4ae733 30 ENTRY_POINT = InitializeDeviceIo\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
36#\r
37\r
6bfbb5f0 38[Sources]\r
f275c91c 39 DeviceIoOnPciRootBridgeIoThunk.c\r
fd4ae733 40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43\r
44[LibraryClasses]\r
45 UefiDriverEntryPoint\r
46 UefiBootServicesTableLib\r
47 BaseLib\r
48 DebugLib\r
49 UefiLib\r
50 MemoryAllocationLib\r
51 BaseMemoryLib\r
52 DevicePathLib\r
53\r
54[Protocols]\r
55 gEfiDeviceIoProtocolGuid\r
56 gEfiPciRootBridgeIoProtocolGuid\r
57\r
58[Depex]\r
59 TRUE\r