| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Tags></Tags>
- <Includes>
- <!--
- Platform-specific files for static stream
- -->
-
- <Include type="all" source="ART:Images/pc/PackedImages.xml" />
- <Include type="all" source="ART:Images/pc/PackedImagesPortraits.xml" />
- <Include type="all" source="ART:Images/pc/ShellPackedImages.xml" />
- <Include type="all" source="ART:Images/pc/PackedLocalisedImages.xml" />
- <Include type="all" source="ART:Images/pc/IndividualImages.xml" />
- <!-- Mouse UI assets only needed on PC -->
- <Include type="all" source="DATA:UI/Mouse/UnitAbilityButtonTemplates.xml" />
- <Include type="all" source="DATA:UI/Mouse/PlayerPowerButtonTemplates.xml" />
- <Include type="all" source="DATA:UI/Mouse/Settings.xml" />
- <Include type="all" source="DATA:GlobalData/Mouse.xml" />
-
- <!-- For Commander's Challenge Game Mode -->
- <Include type="all" source="DATA:GlobalData/ScenarioTemplates.xml" />
-
- <!-- Path Music assets are different for each platform -->
- <Include type="all" source="AUDIO:Pathfinder/PC_PathMusicAssets.xml" />
- <!-- The old Xenon shell still needs this, so must have it in global. On PC it can live in static -->
- <Include type="all" source="DATA:GlobalData/UIConfigs.xml" />
- <!-- This file is for development only and shouldn't be included in the shipping build -->
- <Include type="all" source="DATA:UI/Joypad/CommandBar/JoypadButtonStateData.xml" />
- <!-- This file is for development only and shouldn't be included in the shipping build -->
- <Include type="all" source="DATA:UI/Joypad/CommandBar/ButtonTemplates.xml" />
- <!-- This file is for development only and shouldn't be included in the shipping build -->
- <Include type="all" source="DATA:UI/Joypad/CommandBar/CommandBarTemplates.xml" />
- <!-- This file is for development only and shouldn't be included in the shipping build -->
- <Include type="all" source="DATA:UI/Joypad/Settings.xml" />
- <!--Temporary EP1 Static Includes This may be moved to it's own stream at some point-->
- <Include type="all" source="DATA:EP1/GlobalData/UnitAbilityButtonTemplates_EP1.xml" />
- <Include type="all" source="DATA:EP1/UI/Mouse/PlayerPowerButtonTemplates_EP1.xml" />
- <Include type="all" source="DATA:EP1/UI/Joypad/CommandBar/ButtonTemplates_EP1.xml" />
- </Includes>
- </AssetDeclaration>
|