On 2015-06-26 01:37:47, Star Zeng wrote: > Link AuthVariableLibNull and TpmMeasurementLibNull in MdeModulePkg. > > Cc: Jordan Justen <[email protected]> > Cc: Andrew Fish <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Star Zeng <[email protected]> > --- > EmulatorPkg/EmulatorPkg.dsc | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc > index d02997c..c2f1a16 100644 > --- a/EmulatorPkg/EmulatorPkg.dsc > +++ b/EmulatorPkg/EmulatorPkg.dsc > @@ -4,7 +4,7 @@ > # The Emulation Platform can be used to debug individual modules, prior to > creating > # a real platform. This also provides an example for how an DSC is created. > # > -# Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> > +# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR> > # Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.<BR> > # > # This program and the accompanying materials > @@ -312,7 +312,11 @@ > EmulatorPkg/TimerDxe/Timer.inf > > > - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf > + MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf { > + <LibraryClasses> > + > TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf > + > AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf > + }
Why not add these to the library classes sections rather than overriding for the driver? -Jordan > MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf > > MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf > MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf > -- > 1.9.5.msysgit.0 > ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
