]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:Add DetectNotUsedItem.py to Edk2\BaseTools\Scripts
authorFan, ZhijuX <zhijux.fan@intel.com>
Mon, 24 Jun 2019 10:26:27 +0000 (18:26 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 25 Jun 2019 01:23:48 +0000 (09:23 +0800)
commit401507c786b4b8bc208c0c34ebdad047173e37ea
tree329a7b89cd2ec888a91de82b65032eb60b60573f
parent48c921a79f0fbb477046cf3b0bf71a2dd42e0c74
BaseTools:Add DetectNotUsedItem.py to Edk2\BaseTools\Scripts

BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1850

This script is used to Detect unreferenced PCD and GUID/Protocols/PPIs.
The input parameters are Dec file and package directory.

This script can be run in both Py2 and Py3.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Scripts/DetectNotUsedItem.py [new file with mode: 0644]