layouts/aknlayout2/group/Generate_Interfaces.py
author Simon Howkins <simonh@symbian.org>
Wed, 07 Apr 2010 13:02:45 +0100
branchRCL_3
changeset 39 cd0a5a660373
parent 38 a10f447f38bd
child 54 08459e712984
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:
38
a10f447f38bd Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     1
#!/usr/bin/python
a10f447f38bd Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     2
a10f447f38bd Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     3
import subprocess
a10f447f38bd Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     4
a10f447f38bd Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     5
subprocess.call(['AknLayoutCompiler', 'MLCompData2CDL', '-nodeletes', '-allparams', '../xml/av/_all/php_av_qhd_prt_tch/display_eur_compdata.xml', '../xml/av/_all/phl_av_qhd_lsc_tch/display_eur_compdata.xml', '../cdl/AknLayoutScalable_Avkon.cdl', '0x1020384E'])
a10f447f38bd Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     6
a10f447f38bd Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     7
subprocess.call(['AknLayoutCompiler', 'MLCompData2CDL', '-nodeletes', '-allparams', '../xml/apps/_all/php_apps_qhd_prt_tch/display_eur_compdata.xml', '../xml/apps/_all/phl_apps_qhd_lsc_tch/display_eur_compdata.xml', '../cdl/AknLayoutScalable_Apps.cdl', '0x1020384F'])
a10f447f38bd Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     8
a10f447f38bd Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
     9
subprocess.call(['AknLayoutCompiler', 'MLCompData2CDL', '-nodeletes', '-allparams', '../xml/c/_all/hhp_c_qhd_prt_tch/display_eur_compdata.xml', '../xml/c/_all/hhl_c_qhd_lsc_tch/display_eur_compdata.xml', '../cdl/AknLayoutScalable_UiAccel.cdl', '0x10203850'])
a10f447f38bd Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff changeset
    10