X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDevicePathDxe%2FDevicePathDxe.inf;fp=MdeModulePkg%2FUniversal%2FDevicePathDxe%2FDevicePathDxe.inf;h=4ccbb7b82ca86a7bbd2cbb86b3b20d3246cda563;hb=48557c6550adecf39e1e8e140b1736275d070dfb;hp=42ca228a98060942c482f56f902a7fbcf13c366e;hpb=a387653db209935677f95ef01608a533bc51633f;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf b/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf index 42ca228a98..4ccbb7b82c 100644 --- a/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf +++ b/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf @@ -1,9 +1,10 @@ #/** @file +# Device path driver that produces three UEFI device path protocols. # -# Component description file for Device Path Driver. -# -# This driver implement these three UEFI deveice path protocols ( -# DevicePathUtilities, DevicePahtToText and DevicePathFromText) and install them. +# This driver produces Device Path Utilities protocol and optionally +# DevicePahtToText and DevicePathFromText protocols based on feature flags +# PcdDevicePathSupportDevicePathToText & PcdDevicePathSupportDevicePathFromText +# respectively. # # Copyright (c) 2006 - 2008, Intel Corporation.
# All rights reserved. This program and the accompanying materials @@ -57,7 +58,9 @@ gEfiVT100Guid # ALWAYS_CONSUMED gEfiVT100PlusGuid # ALWAYS_CONSUMED gEfiPcAnsiGuid # ALWAYS_CONSUMED - + gEfiUartDevicePathGuid # ALWAYS_CONSUMED + gEfiSasDevicePathGuid # ALWAYS_CONSUMED + [Protocols] gEfiDevicePathToTextProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiDevicePathFromTextProtocolGuid # PROTOCOL ALWAYS_PRODUCED @@ -70,4 +73,3 @@ [Depex] TRUE -