skins/AknSkinContent/group/skingenerator.xml
author Simon Howkins <simonh@symbian.org>
Wed, 07 Apr 2010 13:02:45 +0100
branchRCL_3
changeset 39 cd0a5a660373
parent 38 a10f447f38bd
parent 18 fb2ed189af9c
child 108 73fa3ba3e5e0
permissions -rw-r--r--
Re-merge NVGRenderStage component, fixes for Bug 1410 and Bug 26, and "theme generation" changes into latest drop from Nokia.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
     1
<?xml version="1.0" encoding="ISO-8859-1"?>
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
     2
<!--
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
     3
#
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
     4
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
     5
# All rights reserved.
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
     6
# This component and the accompanying materials are made available
2
abcbdabaa4c5 Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents: 0
diff changeset
     7
# under the terms of "Eclipse Public License v1.0"
7
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
     8
# which accompanies this distribution, and is available
2
abcbdabaa4c5 Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents: 0
diff changeset
     9
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
7
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    10
#
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    11
# Initial Contributors:
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    12
# Nokia Corporation - initial contribution.
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    13
#
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    14
# Contributors:
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    15
#
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    16
# Description:
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    17
#
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    18
# ============================================================================
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    19
#  Name        : skingenerator.xml
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    20
#  Part of     : skins
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    21
#  Description : 
38
a10f447f38bd Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents: 2
diff changeset
    22
#  Version     : %version: 4 %
7
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    23
# ============================================================================
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    24
-->
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    25
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    26
<build xmlns="http://symbian.com/xml/build" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symbian.com/xml/build ../../schema/build/2_0.xsd">
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    27
    <interface name="skins.skingenerator" extends="Symbian.UserFLM" flm="skingenerator.flm">
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    28
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    29
  		<!-- Helper tools -->
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    30
  		<param name='EPOCTOOLS' default="$(EPOCROOT)/epoc32/tools"/>
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    31
	  	<param name='SKINCOMPILER' default='$(EPOCTOOLS)/AknSkinDescCompiler_NR$(DOTEXE)'/>
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    32
	  	<param name='MIFTOOL' default='$(EPOCTOOLS)/mifconv$(DOTEXE)'/>
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    33
		
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    34
		  <!-- Mifconv parameters which does not have defaults (please notice use of default attribute) -->
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    35
		  <param name='AKNSSKINNAME' default=""/>
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    36
		  <param name='AKNSSKINREALNAME' default=""/>
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    37
		  <param name='AKNSSKINUID' default=""/>
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    38
		  <param name='AKNSSRCDIR' default=""/>
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    39
		  <param name='AKNSGENDIR' default=""/>
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    40
		  <param name='SVGENCODINGVERSION' default="3" /> <!-- Prefer SVGB files -->
38
a10f447f38bd Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents: 2
diff changeset
    41
		  <param name='INPUTBMPS' default='yes'/>
0
05e9090e2422 Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    42
7
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    43
		  <param name='SKINDEBUG' default='1'/>
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    44
		  
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    45
    </interface>
0e56b59e4580 Converted Lorenzo's change to unix line-endings for eaiser diffing
MattD <mattd@symbian.org>
parents: 6
diff changeset
    46
</build>