src/hbcore/resources/displaydefinition_hw.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 19 Apr 2010 14:02:13 +0300
changeset 0 16d8024aca5e
child 1 f7ac710697a9
permissions -rw-r--r--
Revision: 201011 Kit: 201015

<?xml version="1.0" encoding="utf-8"?>
<displayDefinition>

  <display name="NHD portrait" 
    defaultMode="true"
    styleName="NHD"   
    resolutionWidth="360" 
    resolutionHeight="640"
    ppiValue="229"
    orientation="portrait"
    orientationAngle="0"
    alternateProfileName="NHD landscape"
    unitValue="6.7" />
    
    <display name="NHD landscape"
    styleName="NHD"
    resolutionWidth="640"
    resolutionHeight="360"
    ppiValue="229"
    orientation="landscape"
    orientationAngle="90"
    alternateProfileName="NHD portrait"
    unitValue="6.7" />
    
</displayDefinition>