]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
3ed185a1f086adb7b072ff78326701f8e261eba5
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / NvmExpressDxe / NvmExpressDxe.inf
1 ## @file
2 # Component Description File For 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, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php.
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = NvmExpressDxe
21 FILE_GUID = 5BE3BDF4-53CF-46a3-A6A9-73C34A6E5EE3
22 MODULE_TYPE = UEFI_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = NvmExpressDriverEntry
25 UNLOAD_IMAGE = NvmExpressUnload
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32 # DRIVER_BINDING = gNvmExpressDriverBinding
33 # COMPONENT_NAME = gNvmExpressComponentName
34 # COMPONENT_NAME2 = gNvmExpressComponentName2
35
36 [Sources]
37 NvmExpressBlockIo.c
38 NvmExpressBlockIo.h
39 ComponentName.c
40 NvmExpress.c
41 NvmExpress.h
42 NvmExpressDiskInfo.c
43 NvmExpressDiskInfo.h
44 NvmExpressHci.c
45 NvmExpressHci.h
46 NvmExpressPassthru.c
47 NvmExpressPassthru.h
48
49 [Packages]
50 MdePkg/MdePkg.dec
51
52 [LibraryClasses]
53 BaseMemoryLib
54 BaseLib
55 DebugLib
56 DevicePathLib
57 MemoryAllocationLib
58 UefiDriverEntryPoint
59 UefiBootServicesTableLib
60 UefiLib
61 PrintLib
62
63 [Protocols]
64 gEfiPciIoProtocolGuid ## TO_START
65 gEfiDevicePathProtocolGuid ## TO_START
66 gEfiBlockIoProtocolGuid ## BY_START
67 gEfiDiskInfoProtocolGuid ## BY_START
68 gEfiDriverSupportedEfiVersionProtocolGuid ## BY_START