]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Add BaseTools plugins to support CI
authorSean Brogan <sean.brogan@microsoft.com>
Tue, 8 Oct 2019 02:57:30 +0000 (19:57 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Mon, 11 Nov 2019 21:01:58 +0000 (13:01 -0800)
commitde4ce46d6e5979f734b8f1063b9d3bdc0431bf21
treed7308c2c3615cca6a8a825be1bd17cb24c850838
parentf7978bb25869408ab24673beb9f83d9b81f8061c
BaseTools: Add BaseTools plugins to support CI

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

Add the following plugins that are required to support
EDK II Continuous Integration (CI) builds.  These plugins
are added to BaseTools because that support EDK II BaseTools
features.

* BuildToolsReportGenerator
* LinuxGcc5ToolChain
* WindowsResourceCompiler
* WindowsVsToolChain

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Plugin/BuildToolsReport/BuildToolsReportGenerator.py [new file with mode: 0644]
BaseTools/Plugin/BuildToolsReport/BuildToolsReportGenerator_plug_in.yaml [new file with mode: 0644]
BaseTools/Plugin/BuildToolsReport/BuildToolsReport_Template.html [new file with mode: 0644]
BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain.py [new file with mode: 0644]
BaseTools/Plugin/LinuxGcc5ToolChain/LinuxGcc5ToolChain_plug_in.yaml [new file with mode: 0644]
BaseTools/Plugin/WindowsResourceCompiler/WinRcPath.py [new file with mode: 0644]
BaseTools/Plugin/WindowsResourceCompiler/WinRcPath_plug_in.yaml [new file with mode: 0644]
BaseTools/Plugin/WindowsVsToolChain/WindowsVsToolChain.py [new file with mode: 0644]
BaseTools/Plugin/WindowsVsToolChain/WindowsVsToolChain_plug_in.yaml [new file with mode: 0644]