]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / DevicePathDxe / DevicePathDxe.inf
... / ...
CommitLineData
1## @file\r
2# Device path driver that produces three UEFI device path protocols.\r
3#\r
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
8#\r
9# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14#\r
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
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = DevicePathDxe\r
23 MODULE_UNI_FILE = DevicePathDxe.uni\r
24 FILE_GUID = 9B680FCE-AD6B-4F3A-B60B-F59899003443\r
25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\r
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
32# VALID_ARCHITECTURES = IA32 X64 EBC\r
33#\r
34\r
35[Sources]\r
36 DevicePath.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 DevicePathLib\r
44 UefiBootServicesTableLib\r
45 UefiDriverEntryPoint\r
46\r
47[Protocols]\r
48 gEfiDevicePathToTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText ## SOMETIMES_PRODUCES\r
49 gEfiDevicePathFromTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_PRODUCES\r
50 gEfiDevicePathUtilitiesProtocolGuid ## PRODUCES\r
51\r
52[FeaturePcd]\r
53 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText ## CONSUMES\r
54 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## CONSUMES\r
55\r
56[Depex]\r
57 TRUE\r
58\r
59[UserExtensions.TianoCore."ExtraFiles"]\r
60 DevicePathDxeExtra.uni\r