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