static_platformspecific.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <!-- This needs to be part of the static stream on PC, global on Xenon -->
  19. <Include type="all" source="DATA:GlobalData/CampaignTemplates.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. </Includes>
  33. </AssetDeclaration>