]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
572f5d8a 11#\r
6bfbb5f0 12##\r
95276127 13\r
95276127 14[Defines]\r
15 INF_VERSION = 0x00010005\r
06733a9e 16 BASE_NAME = DevicePathDxe\r
6036e94d 17 MODULE_UNI_FILE = DevicePathDxe.uni\r
95276127 18 FILE_GUID = 9B680FCE-AD6B-4F3A-B60B-F59899003443\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
95276127 21 ENTRY_POINT = DevicePathEntryPoint\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
de005223 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
95276127 27#\r
28\r
6bfbb5f0 29[Sources]\r
95276127 30 DevicePath.c\r
95276127 31\r
32[Packages]\r
95276127 33 MdePkg/MdePkg.dec\r
4d0a30a4 34 MdeModulePkg/MdeModulePkg.dec\r
95276127 35\r
95276127 36[LibraryClasses]\r
95276127 37 DevicePathLib\r
38 UefiBootServicesTableLib\r
95276127 39 UefiDriverEntryPoint\r
d1102dba 40\r
95276127 41[Protocols]\r
6036e94d
SZ
42 gEfiDevicePathToTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText ## SOMETIMES_PRODUCES\r
43 gEfiDevicePathFromTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_PRODUCES\r
c161dce5 44 gEfiDevicePathUtilitiesProtocolGuid ## PRODUCES\r
95276127 45\r
6bfbb5f0 46[FeaturePcd]\r
6036e94d
SZ
47 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText ## CONSUMES\r
48 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## CONSUMES\r
95276127 49\r
b3bc6cd9 50[Depex]\r
51 TRUE\r
6036e94d
SZ
52\r
53[UserExtensions.TianoCore."ExtraFiles"]\r
54 DevicePathDxeExtra.uni\r