Mu-ConfigTransformationTool

Project Mu Build Helper Plugin that provides XML transform support by using Denis Gladkikh's ctt.exe tool (https://www.outcoldman.com/en/archive/2010/08/26/config-transformation-tool-using-xdt-transformation/). This helper allows XDT to be used during UEFI builds.


Keywords
projectmu, uefi, uefi-development
License
BSD-2-Clause
Install
Install-Package Mu-ConfigTransformationTool -Version 1.6051029.0

Documentation

Project Mu

Build status

This repository contains documentation of the Project Mu.

You can find the documentation at https://microsoft.github.io/mu/.

How to build the docs

We are using MkDocs to build the documentation.

The following gives you a rough overview how to serve it locally:

  • Run pip install --upgrade -r requirements.txt
  • Run DocBuild.py --Build --Clean --yml mkdocs_base.yml
  • Run mkdocs serve

Now you should be able to open http://127.0.0.1:8000 on your machine.

A more detailed information how to build this project can be found here.