diff options
author | Star Zeng <star.zeng@intel.com> | 2015-08-25 02:59:52 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@Edk2> | 2015-08-25 02:59:52 +0000 |
commit | b6e3355a1fc86f382d17b5c4bf01fafc841bf4b3 (patch) | |
tree | 604b58a52ef874e0a182509d398fc138fde281d7 /EmulatorPkg | |
parent | 68ef1ad712b7483221ff551250ee32653516bdeb (diff) | |
download | edk2-b6e3355a1fc86f382d17b5c4bf01fafc841bf4b3.tar.gz edk2-b6e3355a1fc86f382d17b5c4bf01fafc841bf4b3.tar.bz2 edk2-b6e3355a1fc86f382d17b5c4bf01fafc841bf4b3.zip |
EmulatorPkg: Add VarCheckLib library mapping
Since Variable driver has been updated to consume the separated VarCheckLib.
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18282 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmulatorPkg')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index dfcd4765ec..71943e4dca 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -107,6 +107,7 @@ CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
+ VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
[LibraryClasses.common.SEC]
PeiServicesLib|EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf
|