]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/BlockIoDxe.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / BlockIoDxe / BlockIoDxe.inf
CommitLineData
bcecde14 1## @file\r
f9841f04 2# BIOS Block IO module.\r
bcecde14 3#\r
f9841f04
SZ
4# This is the UEFI driver to thunk legacy BIOS int13 interface into UEFI block IO interface.\r
5# Once connected it installs EfiBlockIoProtocol on top of legacy BIOS int13.\r
6#\r
7# Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved.<BR>\r
bcecde14 8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions\r
11# of the BSD License which accompanies this distribution. The\r
12# full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14#\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = BlockIoDxe\r
f9841f04 23 MODULE_UNI_FILE = BlockIoDxe.uni\r
bcecde14 24 FILE_GUID = 4495E47E-42A9-4007-8c17-B6664F909D04\r
25 MODULE_TYPE = UEFI_DRIVER\r
26 VERSION_STRING = 1.0\r
27\r
28 ENTRY_POINT = BiosBlockIoDriverEntryPoint\r
29\r
30[Sources]\r
31 BiosBlkIo.h\r
32 Edd.h\r
33 BiosBlkIo.c\r
34 BiosInt13.c\r
35 ComponentName.c\r
36\r
37[LibraryClasses]\r
38 UefiDriverEntryPoint\r
39 DebugLib\r
40 BaseMemoryLib\r
41 UefiBootServicesTableLib\r
42 UefiLib\r
43 DevicePathLib\r
44 MemoryAllocationLib\r
45\r
46\r
47[Protocols]\r
f9841f04
SZ
48 gEfiBlockIoProtocolGuid ## BY_START\r
49 gEfiDevicePathProtocolGuid ## BY_START\r
50 gEfiDevicePathProtocolGuid ## TO_START\r
51 gEfiPciIoProtocolGuid ## TO_START\r
52 gEfiLegacyBiosProtocolGuid ## TO_START\r
bcecde14 53\r
54\r
55[Guids]\r
f9841f04
SZ
56 gEfiLegacyBiosGuid ## PRODUCES ## UNDEFINED\r
57 gBlockIoVendorGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
bcecde14 58\r
59[Packages]\r
60 MdePkg/MdePkg.dec\r
61 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
62 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
63\r
f9841f04
SZ
64[UserExtensions.TianoCore."ExtraFiles"]\r
65 BlockIoDxeExtra.uni\r