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