uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestTwoOfHeader.rss
equal
deleted
inserted
replaced
|
1 #include <basicheader.rh> |
|
2 |
|
3 RESOURCE ONE_STRING r_test0 |
|
4 { |
|
5 text = "check this textual data"; |
|
6 } |
|
7 RESOURCE SIMPLE_TYPES r_test1 |
|
8 { |
|
9 byte = 12; |
|
10 word = 23; |
|
11 long = 34; |
|
12 text = "45"; |
|
13 double = 56.0; |
|
14 ltext = "67"; |
|
15 buf = "78"; |
|
16 buf8 = "89"; |
|
17 } |