]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UfsPciHcDxe / UfsPciHcDxe.inf
1 ## @file
2 # Component Description File For Universal Flash Storage Pci Host Controller Module.
3 #
4 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = UfsPciHcDxe
13 MODULE_UNI_FILE = UfsPciHcDxe.uni
14 FILE_GUID = AF43E178-C2E9-4712-A7CD-08BFDAC7482C
15 MODULE_TYPE = UEFI_DRIVER
16 VERSION_STRING = 0.9
17 ENTRY_POINT = UfsHcDriverEntry
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24 # DRIVER_BINDING = gUfsHcDriverBinding
25 # COMPONENT_NAME = gUfsHcComponentName
26 # COMPONENT_NAME2 = gUfsHcComponentName2
27
28 [Sources]
29 ComponentName.c
30 UfsPciHcDxe.c
31 UfsPciHcDxe.h
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36
37 [LibraryClasses]
38 BaseLib
39 DebugLib
40 UefiDriverEntryPoint
41 UefiBootServicesTableLib
42 UefiLib
43
44 [Protocols]
45 gEfiPciIoProtocolGuid ## TO_START
46 gEfiDevicePathProtocolGuid ## TO_START
47 gEdkiiUfsHostControllerProtocolGuid ## BY_START
48
49 [UserExtensions.TianoCore."ExtraFiles"]
50 UfsPciHcDxeExtra.uni