uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestCBA2Custom.rss
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 #include <cba.rh>
       
     2 #include "output.hrh"
       
     3 
       
     4 RESOURCE EIK_APP_INFO r_testcbaholder2_custom
       
     5 	{
       
     6 	cba = r_testcba2_custom;
       
     7 	}
       
     8 RESOURCE CBA r_testcba2_custom
       
     9 	{
       
    10 	buttons = { r_testcba2_custom_buttons_0, r_testcba2_custom_buttons_1 };
       
    11 	}
       
    12 RESOURCE CBA_BUTTON r_testcba2_custom_buttons_0
       
    13 	{
       
    14 	id = EAknSoftkeyOptions;
       
    15 	txt = "Options";
       
    16 	}
       
    17 RESOURCE CBA_BUTTON r_testcba2_custom_buttons_1
       
    18 	{
       
    19 	id = EMyContainerTestCBA2_CustomRightId;
       
    20 	txt = "Snork";
       
    21 	}