uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref2/TestUpdatingRlsFiles.rss
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 #include <arrayheader.rh>
       
     2 #ifdef LANGUAGE_10
       
     3 #include "output_10.rls"
       
     4 #endif
       
     5 #ifdef LANGUAGE_16
       
     6 #include "output_16.rls"
       
     7 #endif
       
     8 /* where is this used? */
       
     9 #define MACRO_1 "A macro value"
       
    10 #define MACRO_2 "Not another \"macro\""
       
    11 
       
    12 RESOURCE STRING_LIST r_test_array_of_strings
       
    13 	{
       
    14 	strings =
       
    15 		{
       
    16 		LBUF
       
    17 			{
       
    18 			txt = STR_1;
       
    19 			},
       
    20 		LBUF
       
    21 			{
       
    22 			txt = STR_10;
       
    23 			}
       
    24 		};
       
    25 	}