]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
Add 4 APIs to DevicePathLib: ConvertDeviceNodeToText, ConvertDevicePathToText, Conver...
[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
4d0a30a4 9# Copyright (c) 2006 - 2013, 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
95276127 23 FILE_GUID = 9B680FCE-AD6B-4F3A-B60B-F59899003443\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
95276127 26 ENTRY_POINT = DevicePathEntryPoint\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
6bfbb5f0 34[Sources]\r
95276127 35 DevicePath.c\r
95276127 36\r
37[Packages]\r
95276127 38 MdePkg/MdePkg.dec\r
4d0a30a4 39 MdeModulePkg/MdeModulePkg.dec\r
95276127 40\r
95276127 41[LibraryClasses]\r
95276127 42 DevicePathLib\r
43 UefiBootServicesTableLib\r
95276127 44 UefiDriverEntryPoint\r
48557c65 45 \r
95276127 46[Protocols]\r
63971079
ED
47 gEfiDevicePathToTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText ## PRODUCES\r
48 gEfiDevicePathFromTextProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## PRODUCES\r
c161dce5 49 gEfiDevicePathUtilitiesProtocolGuid ## PRODUCES\r
95276127 50\r
6bfbb5f0 51[FeaturePcd]\r
b3af5df6 52 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText\r
53 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText\r
95276127 54\r
b3bc6cd9 55[Depex]\r
56 TRUE\r