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.

#!/usr/bin/python

import subprocess

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'])

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'])

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'])