]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf
b35efc5291f7b5a60b19f0363b5996569f41e000
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / DiskIo / Dxe / DiskIo.inf
1 #/** @file
2 # Component description file for DiskIo module.
3 #
4 # Copyright (c) 2006 - 2007, Intel Corporation
5 # All rights reserved. This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 #**/
15
16 ################################################################################
17 #
18 # Defines Section - statements that will be processed to create a Makefile.
19 #
20 ################################################################################
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = DiskIo
24 FILE_GUID = 6B38F7B4-AD98-40e9-9093-ACA2B5A253C4
25 MODULE_TYPE = UEFI_DRIVER
26 VERSION_STRING = 1.0
27 EDK_RELEASE_VERSION = 0x00020000
28 EFI_SPECIFICATION_VERSION = 0x00020000
29
30 ENTRY_POINT = InitializeDiskIo
31
32 #
33 # The following information is for reference only and not required by the build tools.
34 #
35 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
36 #
37 # DRIVER_BINDING = gDiskIoDriverBinding
38 # COMPONENT_NAME = gDiskIoComponentName
39 #
40
41 ################################################################################
42 #
43 # Sources Section - list of files that are required for the build to succeed.
44 #
45 ################################################################################
46
47 [Sources.common]
48 ComponentName.c
49 DiskIo.h
50 DiskIo.c
51 Inventory.vfr
52 InventoryStrings.uni
53 NVDataStruc.h
54 Vfr.vfr
55 VfrStrings.uni
56
57 ################################################################################
58 #
59 # Package Dependency Section - list of Package files that are required for
60 # this module.
61 #
62 ################################################################################
63
64 [Packages]
65 MdePkg/MdePkg.dec
66 MdeModulePkg/MdeModulePkg.dec
67
68
69 ################################################################################
70 #
71 # Library Class Section - list of Library Classes that are required for
72 # this module.
73 #
74 ################################################################################
75
76 [LibraryClasses]
77 UefiBootServicesTableLib
78 MemoryAllocationLib
79 BaseMemoryLib
80 BaseLib
81 UefiLib
82 UefiDriverEntryPoint
83 DebugLib
84
85
86 ################################################################################
87 #
88 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
89 # that this module uses or produces.
90 #
91 ################################################################################
92
93 [Protocols]
94 gEfiDiskIoProtocolGuid # PROTOCOL BY_START
95 gEfiBlockIoProtocolGuid # PROTOCOL TO_START
96