Update Device Path Module to use PCD Feature Flags to determine of the Device Path To Text and Text To Device Path Protocols are produced or not.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1572 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -2174,7 +2174,7 @@ DevPathFromTextBBS (
|
||||
return (EFI_DEVICE_PATH_PROTOCOL *) Bbs;
|
||||
}
|
||||
|
||||
DEVICE_PATH_FROM_TEXT_TABLE DevPathFromTextTable[] = {
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED DEVICE_PATH_FROM_TEXT_TABLE DevPathFromTextTable[] = {
|
||||
{L"Pci", DevPathFromTextPci},
|
||||
{L"PcCard", DevPathFromTextPcCard},
|
||||
{L"MemoryMapped", DevPathFromTextMemoryMapped},
|
||||
|
Reference in New Issue
Block a user