]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
Modules cleanup.
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / DiskIoDxe / DiskIoDxe.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 = DiskIoDxe
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
52
53 ################################################################################
54 #
55 # Package Dependency Section - list of Package files that are required for
56 # this module.
57 #
58 ################################################################################
59
60 [Packages]
61 MdePkg/MdePkg.dec
62
63
64 ################################################################################
65 #
66 # Library Class Section - list of Library Classes that are required for
67 # this module.
68 #
69 ################################################################################
70
71 [LibraryClasses]
72 UefiBootServicesTableLib
73 MemoryAllocationLib
74 BaseMemoryLib
75 BaseLib
76 UefiLib
77 UefiDriverEntryPoint
78 DebugLib
79
80
81 ################################################################################
82 #
83 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
84 # that this module uses or produces.
85 #
86 ################################################################################
87
88 [Protocols]
89 gEfiDiskIoProtocolGuid # PROTOCOL BY_START
90 gEfiBlockIoProtocolGuid # PROTOCOL TO_START
91