uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref/TestCBACustom.rss
author fturovic <frank.turovich@nokia.com>
Wed, 03 Mar 2010 14:12:28 -0600
branchRCL_2_4
changeset 1072 40295ddd1f74
parent 0 fb279309251b
permissions -rw-r--r--
minor edits

#include <cba.rh>
#include "output.hrh"

RESOURCE EIK_APP_INFO r_testcbaholder_custom
	{
	cba = r_testcba_custom;
	}
RESOURCE CBA r_testcba_custom
	{
	buttons = { r_testcba_custom_buttons_0, r_testcba_custom_buttons_1 };
	}
RESOURCE CBA_BUTTON r_testcba_custom_buttons_0
	{
	id = EAknSoftkeyOptions;
	txt = "Options";
	}
RESOURCE CBA_BUTTON r_testcba_custom_buttons_1
	{
	id = EMyContainerTestCBA_CustomRightId;
	txt = "Snork";
	}