]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
Dispatch the UEFI option rom returned from PciPlatform/PciOverride protocol.
[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
6036e94d 7# Copyright (c) 2013 - 2014, 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
48 NvmExpressPassthru.h\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52\r
53[LibraryClasses]\r
54 BaseMemoryLib\r
55 BaseLib\r
56 DebugLib\r
57 DevicePathLib\r
58 MemoryAllocationLib\r
59 UefiDriverEntryPoint\r
60 UefiBootServicesTableLib\r
61 UefiLib\r
62 PrintLib\r
63\r
64[Protocols]\r
65 gEfiPciIoProtocolGuid ## TO_START\r
6036e94d
SZ
66 ## BY_START\r
67 ## TO_START\r
68 gEfiDevicePathProtocolGuid\r
eb290d02
FT
69 gEfiBlockIoProtocolGuid ## BY_START\r
70 gEfiDiskInfoProtocolGuid ## BY_START\r
6036e94d
SZ
71 gEfiDriverSupportedEfiVersionProtocolGuid ## PRODUCES\r
72\r
73# [Event]\r
74# EVENT_TYPE_RELATIVE_TIMER ## SOMETIMES_CONSUMES\r
75#\r
76\r
77[UserExtensions.TianoCore."ExtraFiles"]\r
78 NvmExpressDxeExtra.uni