]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/BlockIoDxe.inf
0e02f7eb274a3429588f30e7a58f9ed4d48fe176
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / BlockIoDxe / BlockIoDxe.inf
1 ## @file
2 # Component description file for BIOS Block IO module.
3 #
4 # Copyright (c) 1999 - 2010, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions
8 # of the BSD License which accompanies this distribution. The
9 # full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = BlockIoDxe
20 FILE_GUID = 4495E47E-42A9-4007-8c17-B6664F909D04
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = BiosBlockIoDriverEntryPoint
25
26 [Sources]
27 BiosBlkIo.h
28 Edd.h
29 BiosBlkIo.c
30 BiosInt13.c
31 ComponentName.c
32
33 [LibraryClasses]
34 UefiDriverEntryPoint
35 DebugLib
36 BaseMemoryLib
37 UefiBootServicesTableLib
38 UefiLib
39 DevicePathLib
40 MemoryAllocationLib
41
42
43 [Protocols]
44 gEfiBlockIoProtocolGuid
45 gEfiDevicePathProtocolGuid
46 gEfiPciIoProtocolGuid
47 gEfiLegacyBiosProtocolGuid
48
49
50 [Guids]
51 gEfiLegacyBiosGuid
52 gBlockIoVendorGuid
53
54 [Packages]
55 MdePkg/MdePkg.dec
56 IntelFrameworkPkg/IntelFrameworkPkg.dec
57 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
58