diff options
author | Shifei Lu <shifeix.a.lu@intel.com> | 2015-02-09 07:27:11 +0000 |
---|---|---|
committer | zwei4 <zwei4@Edk2> | 2015-02-09 07:27:11 +0000 |
commit | ebf6860309628a1d0fe84cb8989b9e3ba4481ea4 (patch) | |
tree | ad6ac085a67c1ec0c5abd3427c8ef39cd694d90c /Vlv2TbltDevicePkg/PlatformPkgX64.dsc | |
parent | d08a546471354b394c52dfa1b6776c655b510157 (diff) | |
download | edk2-platforms-ebf6860309628a1d0fe84cb8989b9e3ba4481ea4.tar.xz |
Add reference to SmmMemLib in platform code.
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@16818 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Vlv2TbltDevicePkg/PlatformPkgX64.dsc')
-rw-r--r-- | Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc index b1fa90635a..9e88863c78 100644 --- a/Vlv2TbltDevicePkg/PlatformPkgX64.dsc +++ b/Vlv2TbltDevicePkg/PlatformPkgX64.dsc @@ -379,6 +379,7 @@ MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf + SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf !if $(TARGET) != RELEASE @@ -396,6 +397,7 @@ SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf + SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf !if $(TPM_ENABLED) == TRUE BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf |