Bootup.xml 743 B

1234567891011121314151617181920
  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. <!-- Textures for the bootup screens -->
  6. <!--Include type="all" source="ART:legal_screen.xml" /-->
  7. <Include type="all" source="ART:loadingText.xml" />
  8. <Include type="reference" source="DATA:global.xml" />
  9. <!--
  10. Bootup.xml includes data needed specifically for the legal & splash
  11. screens shown while the static stream is loading. Art assets can't be
  12. loaded from the global stream on PC, so we need a seperate stream that
  13. is loaded only on the Xenon.
  14. -->
  15. <Include type="all" source="DATA:Shell/BootupSequence.xml" />
  16. </Includes>
  17. </AssetDeclaration>