author | dan.podwall@nokia.com |
Mon, 06 Apr 2009 14:02:48 -0500 | |
changeset 51 | da820b19f9da |
parent 2 | d760517a8095 |
permissions | -rw-r--r-- |
2 | 1 |
#include <arrayheader.rh> |
2 |
#include <basicheader.rh> |
|
3 |
#include <refheader.rh> |
|
4 |
||
5 |
RESOURCE ARRAY_TYPES r_test5_refs |
|
6 |
{ |
|
7 |
refs = { r_test0, r_test4 }; |
|
8 |
} |
|
9 |
RESOURCE ONE_STRING r_test0 |
|
10 |
{ |
|
11 |
text = "check this textual data"; |
|
12 |
} |
|
13 |
RESOURCE OWNER r_test4 |
|
14 |
{ |
|
15 |
theLink = r_test0; |
|
16 |
theLlink = r_test0; |
|
17 |
} |