Merge "Stagehand documentation" into tizen
[platform/core/uifw/dali-toolkit.git] / texture-atlas-exporter / dali-exporter / exporter.xml
1 <exporter version="1.0">
2   <!-- identifier of the exporter -->
3   <name>dali_exporter</name>
4
5   <!-- display name of the exporter for the combo box -->
6   <displayName>DALi 3D</displayName>
7
8   <!-- description of the exporter -->
9   <description>DALi 3D exporter for TexturePacker</description>
10
11   <!-- exporter version -->
12   <version>1.0</version>
13
14   <!-- currently only one file allowed - more to come soon -->
15   <files>
16       <file>
17           <!-- name of this file variable -->
18           <name>maintext</name>
19
20           <!-- human readable name (for GUI) -->
21           <displayName>.cpp file</displayName>
22
23           <!-- file extension for the file -->
24           <fileExtension>cpp</fileExtension>
25
26           <!-- name of the template file -->
27           <template>dali3d_exporter.cpp</template>
28       </file>
29   </files>
30
31   <!-- target framework supports trimming -->
32   <supportsTrimming>no</supportsTrimming>
33
34   <!-- target framework supports rotated sprites -->
35   <supportsRotation>no</supportsRotation>
36
37   <!-- supports npot sizes -->
38   <supportsNPOT>yes</supportsNPOT>
39
40   <!-- supports file name stripping (remove .png etc.) -->
41   <supportsTrimSpriteNames>yes</supportsTrimSpriteNames>
42
43   <!-- supports texture subpath -->
44   <supportsTextureSubPath>yes</supportsTextureSubPath>
45 </exporter>