]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
MdeModulePkg RamDiskDxe: Install Block I/O 2 Protocol on RAM disk devices
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / RamDiskDxe / RamDiskDxe.inf
1 ## @file
2 # Produces EFI_RAM_DISK_PROTOCOL and provides the capability to
3 # create/remove RAM disks in a setup browser.
4 #
5 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = RamDiskDxe
19 MODULE_UNI_FILE = RamDiskDxe.uni
20 FILE_GUID = 28A03FF4-12B3-4305-A417-BB1A4F94081E
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = RamDiskDxeEntryPoint
24 UNLOAD_IMAGE = RamDiskDxeUnload
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources]
33 RamDiskDriver.c
34 RamDiskImpl.c
35 RamDiskBlockIo.c
36 RamDiskProtocol.c
37 RamDiskFileExplorer.c
38 RamDiskImpl.h
39 RamDiskHii.vfr
40 RamDiskHiiStrings.uni
41 RamDiskNVData.h
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47 [LibraryClasses]
48 BaseLib
49 BaseMemoryLib
50 DebugLib
51 UefiLib
52 UefiDriverEntryPoint
53 UefiBootServicesTableLib
54 UefiHiiServicesLib
55 MemoryAllocationLib
56 HiiLib
57 FileExplorerLib
58 DevicePathLib
59 PrintLib
60
61 [Guids]
62 gEfiIfrTianoGuid ## PRODUCES ## GUID # HII opcode
63 ## PRODUCES ## HII
64 ## CONSUMES ## HII
65 gRamDiskFormSetGuid
66 gEfiVirtualDiskGuid ## SOMETIMES_CONSUMES ## GUID
67 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## GUID # Indicate the information type
68
69 [Protocols]
70 gEfiRamDiskProtocolGuid ## PRODUCES
71 gEfiHiiConfigAccessProtocolGuid ## PRODUCES
72 gEfiDevicePathProtocolGuid ## PRODUCES
73 gEfiBlockIoProtocolGuid ## PRODUCES
74 gEfiBlockIo2ProtocolGuid ## PRODUCES
75 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
76
77 [Depex]
78 gEfiHiiConfigRoutingProtocolGuid AND
79 gEfiHiiDatabaseProtocolGuid