diff options
author | Shifei Lu <shifeix.a.lu@intel.com> | 2015-01-26 07:07:06 +0000 |
---|---|---|
committer | zwei4 <zwei4@Edk2> | 2015-01-26 07:07:06 +0000 |
commit | 38bd44b8e1f0d650094edbd8cc918ce135a330a7 (patch) | |
tree | 32981e9f4bfd70e2e3b5681cf19d464c6caa33e2 /Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | |
parent | 6e4c9170687f98d19ab3af9e21f379787697cf07 (diff) | |
download | edk2-38bd44b8e1f0d650094edbd8cc918ce135a330a7.tar.gz edk2-38bd44b8e1f0d650094edbd8cc918ce135a330a7.tar.bz2 edk2-38bd44b8e1f0d650094edbd8cc918ce135a330a7.zip |
Fixed the GCC build failure.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com>
Reviewed-by: David Wei <david.wei@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16658 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc')
-rw-r--r-- | Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc b/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc index ad643c9acd..ee3ec00de3 100644 --- a/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc +++ b/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc @@ -264,8 +264,8 @@ !endif ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf - FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf - SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf + FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf + SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf TrEEPhysicalPresenceLib|SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.inf @@ -1006,7 +1006,7 @@ !endif MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf { <LibraryClasses> - FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf + FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf } MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf |