uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestDeletingReferencedCbaButtons.rss
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/user/TestDeletingReferencedCbaButtons.rss Fri Apr 03 23:33:03 2009 +0100
@@ -0,0 +1,21 @@
+#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";
+ }