]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / DevicePathDxe / DevicePathDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
48557c65 2# Device path driver that produces three UEFI device path protocols.\r
572f5d8a 3#\r
48557c65 4# This driver produces Device Path Utilities protocol and optionally\r
5# DevicePahtToText and DevicePathFromText protocols based on feature flags\r
6# PcdDevicePathSupportDevicePathToText & PcdDevicePathSupportDevicePathFromText\r
7# respectively.\r
572f5d8a 8#\r
d1102dba 9# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 10# This program and the accompanying materials\r
95276127 11# are licensed and made available under the terms and conditions of the BSD License\r
13d40edd 12# which accompanies this distribution. The full text of the license may be found at\r
95276127 13# http://opensource.org/licenses/bsd-license.php\r
572f5d8a 14#\r
95276127 15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
572f5d8a 17#\r
6bfbb5f0 18##\r
95276127 19\r
95276127 20[Defines]\r
21 INF_VERSION = 0x00010005\r
06733a9e 22 BASE_NAME = DevicePathDxe\r
6036e94d 23 MODULE_UNI_FILE = DevicePathDxe.uni\r
95276127 24 FILE_GUID = 9B680FCE-AD6B-4F3A-B60B-F59899003443\r
25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\r
95276127 27 ENTRY_POINT = DevicePathEntryPoint\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
de005223 32# VALID_ARCHITECTURES = IA32 X64 EBC\r
95276127 33#\r
34\r
6bfbb5f0 35[Sources]\r
95276127 36 DevicePath.c\r
95276127 37\r
38[Packages]\r
95276127 39 MdePkg/MdePkg.dec\r
4d0a30a4 40 MdeModulePkg/MdeModulePkg.dec\r
95276127 41\r
95276127 42[LibraryClasses]\r
95276127 43 DevicePathLib\r
44 UefiBootServicesTableLib\r
95276127 45 UefiDriverEntryPoint\r
d1102dba 46\r
95276127 47[Protocols]\r
6036e94d
SZ
48 gEfiDevicePathToTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText ## SOMETIMES_PRODUCES\r
49 gEfiDevicePathFromTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_PRODUCES\r
c161dce5 50 gEfiDevicePathUtilitiesProtocolGuid ## PRODUCES\r
95276127 51\r
6bfbb5f0 52[FeaturePcd]\r
6036e94d
SZ
53 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText ## CONSUMES\r
54 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## CONSUMES\r
95276127 55\r
b3bc6cd9 56[Depex]\r
57 TRUE\r
6036e94d
SZ
58\r
59[UserExtensions.TianoCore."ExtraFiles"]\r
60 DevicePathDxeExtra.uni\r