]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf
pdated code per coding standard. Changed comments, converted all \ to / and removed...
[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 # Includes Section - list of Include locations that are required for
56 # this module.
57 #
58 ################################################################################
59
60 [Includes]
61 $(WORKSPACE)/MdePkg/Include/Library
62
63 ################################################################################
64 #
65 # Package Dependency Section - list of Package files that are required for
66 # this module.
67 #
68 ################################################################################
69
70 [Packages]
71 $(WORKSPACE)/MdeModulePkg/MdeModulePkg.dec
72 $(WORKSPACE)/MdePkg/MdePkg.dec
73
74
75 ################################################################################
76 #
77 # Library Class Section - list of Library Classes that are required for
78 # this module.
79 #
80 ################################################################################
81
82 [LibraryClasses]
83 UefiBootServicesTableLib
84 MemoryAllocationLib
85 BaseMemoryLib
86 BaseLib
87 UefiLib
88 UefiDriverEntryPoint
89 DebugLib
90
91
92 ################################################################################
93 #
94 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
95 # that this module uses or produces.
96 #
97 ################################################################################
98
99 [Protocols]
100 gEfiDiskIoProtocolGuid # PROTOCOL BY_START
101 gEfiBlockIoProtocolGuid # PROTOCOL TO_START
102