2 # Module Layer Device I/O on top of PCI Root Bridge I/O (Segment 0)
\r
4 # Device I/O is on list of deprecated protocols for UEFI 2.0 and later.
\r
5 # This module module layers Device I/O on top of PCI Root Bridge I/O (Segment 0)
\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
12 # Copyright (c) 2008, Intel Corporation
\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
25 INF_VERSION = 0x00010005
\r
26 BASE_NAME = DeviceIoToPciRootBridgeIoThunk
\r
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
35 # The following information is for reference only and not required by the build tools.
\r
37 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
\r
41 DeviceIoToPciRootBridgeIoThunk.c
\r
47 UefiDriverEntryPoint
\r
48 UefiBootServicesTableLib
\r
57 gEfiDeviceIoProtocolGuid
\r
58 gEfiPciRootBridgeIoProtocolGuid
\r