src/hbcore/resources/displaydefinition_hw.xml
changeset 0 16d8024aca5e
child 1 f7ac710697a9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/hbcore/resources/displaydefinition_hw.xml	Mon Apr 19 14:02:13 2010 +0300
@@ -0,0 +1,26 @@
+<?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>
+