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