]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / NvmExpressDxe / NvmExpressDxe.inf
1 ## @file
2 # NVM Express Host Controller Module.
3 #
4 # NvmExpressDxe driver is used to manage non-volatile memory subsystem which follows
5 # NVM Express specification.
6 #
7 # Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = NvmExpressDxe
16 MODULE_UNI_FILE = NvmExpressDxe.uni
17 FILE_GUID = 5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = NvmExpressDriverEntry
21 UNLOAD_IMAGE = NvmExpressUnload
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28 # DRIVER_BINDING = gNvmExpressDriverBinding
29 # COMPONENT_NAME = gNvmExpressComponentName
30 # COMPONENT_NAME2 = gNvmExpressComponentName2
31
32 [Sources]
33 NvmExpressBlockIo.c
34 NvmExpressBlockIo.h
35 ComponentName.c
36 NvmExpress.c
37 NvmExpress.h
38 NvmExpressDiskInfo.c
39 NvmExpressDiskInfo.h
40 NvmExpressHci.c
41 NvmExpressHci.h
42 NvmExpressPassthru.c
43
44 [Packages]
45 MdePkg/MdePkg.dec
46
47 [LibraryClasses]
48 BaseMemoryLib
49 BaseLib
50 DebugLib
51 DevicePathLib
52 MemoryAllocationLib
53 UefiDriverEntryPoint
54 UefiBootServicesTableLib
55 UefiLib
56 PrintLib
57 ReportStatusCodeLib
58
59 [Protocols]
60 gEfiPciIoProtocolGuid ## TO_START
61 ## BY_START
62 ## TO_START
63 gEfiDevicePathProtocolGuid
64 gEfiNvmExpressPassThruProtocolGuid ## BY_START
65 gEfiBlockIoProtocolGuid ## BY_START
66 gEfiBlockIo2ProtocolGuid ## BY_START
67 gEfiDiskInfoProtocolGuid ## BY_START
68 gEfiStorageSecurityCommandProtocolGuid ## BY_START
69 gEfiDriverSupportedEfiVersionProtocolGuid ## PRODUCES
70 gEfiResetNotificationProtocolGuid ## CONSUMES
71
72 # [Event]
73 # EVENT_TYPE_RELATIVE_TIMER ## SOMETIMES_CONSUMES
74 #
75
76 [UserExtensions.TianoCore."ExtraFiles"]
77 NvmExpressDxeExtra.uni