]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.inf
MdeModulePkg: Remove redundant library classes and GUIDs
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / NvmExpressPei / NvmExpressPei.inf
1 ## @file
2 # The NvmExpressPei driver is used to manage non-volatile memory subsystem
3 # which follows NVM Express specification at PEI phase.
4 #
5 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = NvmExpressPei
20 MODULE_UNI_FILE = NvmExpressPei.uni
21 FILE_GUID = 94813714-E10A-4798-9909-8C904F66B4D9
22 MODULE_TYPE = PEIM
23 VERSION_STRING = 1.0
24 ENTRY_POINT = NvmExpressPeimEntry
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 EBC
30 #
31
32 [Sources]
33 DmaMem.c
34 NvmExpressPei.c
35 NvmExpressPei.h
36 NvmExpressPeiBlockIo.c
37 NvmExpressPeiBlockIo.h
38 NvmExpressPeiHci.c
39 NvmExpressPeiHci.h
40 NvmExpressPeiPassThru.c
41 NvmExpressPeiPassThru.h
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47 [LibraryClasses]
48 DebugLib
49 PeiServicesLib
50 MemoryAllocationLib
51 BaseMemoryLib
52 IoLib
53 TimerLib
54 PeimEntryPoint
55
56 [Ppis]
57 gEfiPeiVirtualBlockIoPpiGuid ## PRODUCES
58 gEfiPeiVirtualBlockIo2PpiGuid ## PRODUCES
59 gEdkiiPeiNvmExpressHostControllerPpiGuid ## CONSUMES
60 gEdkiiIoMmuPpiGuid ## CONSUMES
61 gEfiEndOfPeiSignalPpiGuid ## CONSUMES
62
63 [Depex]
64 gEfiPeiMemoryDiscoveredPpiGuid AND
65 gEdkiiPeiNvmExpressHostControllerPpiGuid
66
67 [UserExtensions.TianoCore."ExtraFiles"]
68 NvmExpressPeiExtra.uni