uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestDeletingReferencedCbaButtons.rss
author dan.podwall@nokia.com
Mon, 06 Apr 2009 14:02:48 -0500
changeset 51 da820b19f9da
parent 2 d760517a8095
permissions -rw-r--r--
merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
#include <cba.rh>
cawthron
parents:
diff changeset
     2
#include "output.hrh"
cawthron
parents:
diff changeset
     3
cawthron
parents:
diff changeset
     4
RESOURCE EIK_APP_INFO r_testcbaholder_custom
cawthron
parents:
diff changeset
     5
	{
cawthron
parents:
diff changeset
     6
	cba = r_testcba_custom;
cawthron
parents:
diff changeset
     7
	}
cawthron
parents:
diff changeset
     8
RESOURCE CBA r_testcba_custom
cawthron
parents:
diff changeset
     9
	{
cawthron
parents:
diff changeset
    10
	buttons = { r_testcba_custom_buttons_0, r_testcba_custom_buttons_1 };
cawthron
parents:
diff changeset
    11
	}
cawthron
parents:
diff changeset
    12
RESOURCE CBA_BUTTON r_testcba_custom_buttons_0
cawthron
parents:
diff changeset
    13
	{
cawthron
parents:
diff changeset
    14
	id = EAknSoftkeyOptions;
cawthron
parents:
diff changeset
    15
	txt = "Options";
cawthron
parents:
diff changeset
    16
	}
cawthron
parents:
diff changeset
    17
RESOURCE CBA_BUTTON r_testcba_custom_buttons_1
cawthron
parents:
diff changeset
    18
	{
cawthron
parents:
diff changeset
    19
	id = EMyContainerTestCBA_CustomRightId;
cawthron
parents:
diff changeset
    20
	txt = "Snork";
cawthron
parents:
diff changeset
    21
	}