]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg/DumpDynPcd: Add application to dump dynamic PCD settings
authorZhang, Shenglei <shenglei.zhang@intel.com>
Tue, 7 May 2019 05:55:05 +0000 (13:55 +0800)
committerHao A Wu <hao.a.wu@intel.com>
Wed, 8 May 2019 06:15:40 +0000 (14:15 +0800)
commita642e2b42ed565645fa34e882ef4de3bfff67ef8
tree2d69105ca79d2f7f2b79aa6dd1050e1c6afb4be6
parentdf7c81b5b219c9aee776baa466dd64c9d318dd80
MdeModulePkg/DumpDynPcd: Add application to dump dynamic PCD settings

This is a shell application to dump dynamic PCD settings.
Type DumpDynPcd -?/h/H to get help information.
Type DumpDynPcd -v/V to get version information.
Type DumpDynPcd [PcdName] to get Pcd information.
https://bugzilla.tianocore.org/show_bug.cgi?id=1541

v2:1.Add static for global variables.
   2.Change the parameter amount of InternalStrnCatGrow in DumpDynPcd.c.
   3.Add open brace according to EDK II C Coding Standards Specification.
   4.Remove the dependency on ShellPkg.dec in DumpDynPcd.inf.

v3:Add static for all global variables and internal functions.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.c [new file with mode: 0644]
MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.inf [new file with mode: 0644]
MdeModulePkg/Application/DumpDynPcd/DumpDynPcdStr.uni [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dsc