static_platformspecific.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Tags></Tags>
  4. <Includes>
  5. <!--
  6. Platform-specific files for static stream
  7. -->
  8. <Include type="all" source="ART:Images/pc/PackedImages.xml" />
  9. <Include type="all" source="ART:Images/pc/PackedImagesPortraits.xml" />
  10. <Include type="all" source="ART:Images/pc/ShellPackedImages.xml" />
  11. <Include type="all" source="ART:Images/pc/PackedLocalisedImages.xml" />
  12. <Include type="all" source="ART:Images/pc/IndividualImages.xml" />
  13. <!-- Mouse UI assets only needed on PC -->
  14. <Include type="all" source="DATA:UI/Mouse/UnitAbilityButtonTemplates.xml" />
  15. <Include type="all" source="DATA:UI/Mouse/PlayerPowerButtonTemplates.xml" />
  16. <Include type="all" source="DATA:UI/Mouse/Settings.xml" />
  17. <Include type="all" source="DATA:GlobalData/Mouse.xml" />
  18. <!-- For Commander's Challenge Game Mode -->
  19. <Include type="all" source="DATA:GlobalData/ScenarioTemplates.xml" />
  20. <!-- Path Music assets are different for each platform -->
  21. <Include type="all" source="AUDIO:Pathfinder/PC_PathMusicAssets.xml" />
  22. <!-- The old Xenon shell still needs this, so must have it in global. On PC it can live in static -->
  23. <Include type="all" source="DATA:GlobalData/UIConfigs.xml" />
  24. <!-- This file is for development only and shouldn't be included in the shipping build -->
  25. <Include type="all" source="DATA:UI/Joypad/CommandBar/JoypadButtonStateData.xml" />
  26. <!-- This file is for development only and shouldn't be included in the shipping build -->
  27. <Include type="all" source="DATA:UI/Joypad/CommandBar/ButtonTemplates.xml" />
  28. <!-- This file is for development only and shouldn't be included in the shipping build -->
  29. <Include type="all" source="DATA:UI/Joypad/CommandBar/CommandBarTemplates.xml" />
  30. <!-- This file is for development only and shouldn't be included in the shipping build -->
  31. <Include type="all" source="DATA:UI/Joypad/Settings.xml" />
  32. <!--Temporary EP1 Static Includes This may be moved to it's own stream at some point-->
  33. <Include type="all" source="DATA:EP1/GlobalData/UnitAbilityButtonTemplates_EP1.xml" />
  34. <Include type="all" source="DATA:EP1/UI/Mouse/PlayerPowerButtonTemplates_EP1.xml" />
  35. <Include type="all" source="DATA:EP1/UI/Joypad/CommandBar/ButtonTemplates_EP1.xml" />
  36. </Includes>
  37. </AssetDeclaration>