]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
MdeModulePkg NvmExpressDxe: Add BlockIo2 support
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / NvmExpressDxe / NvmExpressDxe.inf
CommitLineData
eb290d02 1## @file\r
6036e94d 2# NVM Express Host Controller Module.\r
eb290d02
FT
3#\r
4# NvmExpressDxe driver is used to manage non-volatile memory subsystem which follows\r
5# NVM Express specification.\r
6#\r
758ea946 7# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
eb290d02
FT
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php.\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = NvmExpressDxe\r
6036e94d 21 MODULE_UNI_FILE = NvmExpressDxe.uni\r
eb290d02
FT
22 FILE_GUID = 5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3\r
23 MODULE_TYPE = UEFI_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = NvmExpressDriverEntry\r
26 UNLOAD_IMAGE = NvmExpressUnload\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33# DRIVER_BINDING = gNvmExpressDriverBinding\r
34# COMPONENT_NAME = gNvmExpressComponentName\r
35# COMPONENT_NAME2 = gNvmExpressComponentName2\r
36\r
37[Sources]\r
38 NvmExpressBlockIo.c\r
39 NvmExpressBlockIo.h\r
40 ComponentName.c\r
41 NvmExpress.c\r
42 NvmExpress.h\r
43 NvmExpressDiskInfo.c\r
44 NvmExpressDiskInfo.h\r
45 NvmExpressHci.c\r
46 NvmExpressHci.h\r
47 NvmExpressPassthru.c\r
eb290d02
FT
48\r
49[Packages]\r
50 MdePkg/MdePkg.dec\r
51\r
52[LibraryClasses]\r
53 BaseMemoryLib\r
54 BaseLib\r
55 DebugLib\r
56 DevicePathLib\r
57 MemoryAllocationLib\r
58 UefiDriverEntryPoint\r
59 UefiBootServicesTableLib\r
60 UefiLib\r
61 PrintLib\r
62\r
63[Protocols]\r
64 gEfiPciIoProtocolGuid ## TO_START\r
6036e94d
SZ
65 ## BY_START\r
66 ## TO_START\r
67 gEfiDevicePathProtocolGuid\r
d6c55989 68 gEfiNvmExpressPassThruProtocolGuid ## BY_START\r
eb290d02 69 gEfiBlockIoProtocolGuid ## BY_START\r
758ea946 70 gEfiBlockIo2ProtocolGuid ## BY_START\r
eb290d02 71 gEfiDiskInfoProtocolGuid ## BY_START\r
754b489b 72 gEfiStorageSecurityCommandProtocolGuid ## BY_START\r
6036e94d
SZ
73 gEfiDriverSupportedEfiVersionProtocolGuid ## PRODUCES\r
74\r
75# [Event]\r
76# EVENT_TYPE_RELATIVE_TIMER ## SOMETIMES_CONSUMES\r
77#\r
78\r
79[UserExtensions.TianoCore."ExtraFiles"]\r
80 NvmExpressDxeExtra.uni