Deployment package schema
Deployment package schema
The mapping file used as input for the makepkg tool has five allowed elements that describe the contents of a package: Package, Chunk, File, Recipe, and Feature. These elements describe the overall package, individual streamable segments of a package (chunks), and the files in each of those chunks. Features allow groups of chunks that users can choose to have installed or remove, and Recipes allow the set of Features enabled for a given installation to be tied to entitlements owned by the user or a home console for the user.
A small mapping file could look something like the following code example.
The MicrosoftGame.config and all files it references (e.g. Logo, Splash Screen, etc.) should be included in a File Group when generating your package. The GameOs.xvd should not be included in your mapping file as it is automatically embedded in your package during package generation.
Last modified on August 4, 2026
