]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[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
FT
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = UfsPciHcDxe\r
18 MODULE_UNI_FILE = UfsPciHcDxe.uni\r
19 FILE_GUID = AF43E178-C2E9-4712-A7CD-08BFDAC7482C\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 0.9\r
22 ENTRY_POINT = UfsHcDriverEntry\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
de005223 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
0591696e
FT
28#\r
29# DRIVER_BINDING = gUfsHcDriverBinding\r
30# COMPONENT_NAME = gUfsHcComponentName\r
31# COMPONENT_NAME2 = gUfsHcComponentName2\r
32\r
33[Sources]\r
34 ComponentName.c\r
35 UfsPciHcDxe.c\r
36 UfsPciHcDxe.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 DebugLib\r
0591696e
FT
45 UefiDriverEntryPoint\r
46 UefiBootServicesTableLib\r
47 UefiLib\r
48\r
49[Protocols]\r
50 gEfiPciIoProtocolGuid ## TO_START\r
51 gEfiDevicePathProtocolGuid ## TO_START\r
52 gEdkiiUfsHostControllerProtocolGuid ## BY_START\r
53\r
54[UserExtensions.TianoCore."ExtraFiles"]\r
d1102dba 55 UfsPciHcDxeExtra.uni\r