]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/ShellPkg.dec
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)
commit7b5f102feac83249b0482bcfcf9bbb27fac7c6fd
tree429a7a73843541b74c742f09704500332fe3cc76
parentfd55a5be8b77be41bf4d58fc4d242bd51e25922d
ShellPkg/ShellPkg.dec: Change comments for PcdShellLibAutoInitialize

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>
ShellPkg/ShellPkg.dec