| 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>
-
- <!--
- Locale.xml is the central include for localized assets.
- -->
-
- <!-- Font Substitution -->
- <Include type="all" source="DATA:GlobalData\FontSubstitution.xml" />
- <!-- Localised Individual Images -->
- <Include type="all" source="DATA:Locale_platformspecific.xml" />
- </Includes>
- </AssetDeclaration>
|