]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf
962572d3cb0d22f494e90d6b5ac8fff5cd98b336
[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
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 MdeModulePkg/MdeModulePkg.dec
63
64
65 ################################################################################
66 #
67 # Library Class Section - list of Library Classes that are required for
68 # this module.
69 #
70 ################################################################################
71
72 [LibraryClasses]
73 UefiBootServicesTableLib
74 MemoryAllocationLib
75 BaseMemoryLib
76 BaseLib
77 UefiLib
78 UefiDriverEntryPoint
79 DebugLib
80
81
82 ################################################################################
83 #
84 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
85 # that this module uses or produces.
86 #
87 ################################################################################
88
89 [Protocols]
90 gEfiDiskIoProtocolGuid # PROTOCOL BY_START
91 gEfiBlockIoProtocolGuid # PROTOCOL TO_START
92