]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg/ShellPkg.dec: Change comments for PcdShellLibAutoInitialize
authorRuiyu Ni <ruiyu.ni@intel.com>
Wed, 29 Nov 2017 08:21:46 +0000 (16:21 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Sat, 2 Dec 2017 08:40:14 +0000 (16:40 +0800)
When Dynamic command drivers links to ShellLib, the ShellLib
constructor shouldn't be called because the Shell and ShellParameters
protocols don't exist when the driver starts.
So it's required to set PcdShellLibAutoInitialize to FALSE for
dynamic command drivers.
Update the comments in DEC file to describe such requirement
for this PCD.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>

No differences found