--- a/Group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/Group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -35,3 +35,6 @@
#include "../http/group/bld.inf"
#include "../mediamgmt/group/Bld.inf"
#include "../browser/group/Bld.inf"
+
+//-- Smoke Test IBY Files
+../group/smoketest.oby /epoc32/rom/include/smoketest.oby
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Group/smoketest.oby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,20 @@
+#ifndef __SMOKE_TEST_OBY__
+#define __SMOKE_TEST_OBY__
+
+#include <Smoketest_Agenda.iby>
+#include <Smoketest_AppInstall.iby>
+#include <Smoketest_Apploader.iby>
+#include <Smoketest_browser.iby>
+#include <Smoketest_Contacts.iby>
+#include <Smoketest_email.iby>
+#include <Smoketest_http.iby>
+#include <Smoketest_InputMethods.iby>
+#include <Smoketest_Mediamgmt.iby>
+#include <Smoketest_Mess.iby>
+#include <Smoketest_notepad.iby>
+#include <Smoketest_profiles.iby>
+#include <Smoketest_System.iby>
+#include <Smoketest_Timew.iby>
+#include <Smoketest_UIResources.iby>
+#include <Smoketest_utils.iby>
+#endif
\ No newline at end of file
--- a/IM/group/Bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/IM/group/Bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -71,5 +71,9 @@
#endif
*/
+PRJ_TESTEXPORTS
+../group/Smoketest_IM.iby /epoc32/rom/include/Smoketest_IM.iby
+
+
// End of File
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/IM/group/Smoketest_IM.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,7 @@
+#ifndef SMOKETEST_IM_IBY
+#define SMOKETEST_IM_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\IMApiTest.dll System\libs\IMApiTest.dll
+
+#endif //SMOKETEST_IM_IBY
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/System/Group/Smoketest_System.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,7 @@
+#ifndef SMOKETEST_SYSTEM_IBY
+#define SMOKETEST_SYSTEM_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\Smoketest_System.exe System\libs\Smoketest_System.exe
+
+#endif //SMOKETEST_SYSTEM_IBY
\ No newline at end of file
--- a/System/Group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/System/Group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -17,3 +17,6 @@
PRJ_TESTMMPFILES
Smoketest_System.mmp
+
+PRJ_EXPORTS
+../group/Smoketest_System.iby /epoc32/rom/include/Smoketest_System.iby
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Timew/Group/Smoketest_Timew.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,11 @@
+#ifndef SMOKETEST_TIMEW_IBY
+#define SMOKETEST_TIMEW_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\Smoketest_Timew_Server.exe System\libs\Smoketest_Timew_Server.exe
+
+data=EPOCROOT##epoc32\data\z\smoketest\setup_Smoketest_Timew.script smoketest\setup_Smoketest_Timew.script
+data=EPOCROOT##epoc32\data\z\smoketest\Smoketest_Timew.script smoketest\Smoketest_Timew.script
+data=EPOCROOT##epoc32\data\z\smoketest\Smoketest_Timew.ini smoketest\Smoketest_Timew.ini
+
+#endif //SMOKETEST_TIMEW_IBY
\ No newline at end of file
--- a/Timew/Group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/Timew/Group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -21,5 +21,7 @@
../Scripts/Smoketest_Timew.script z:/smoketest/smoketest_timew.script
../TestData/Smoketest_Timew.ini z:/smoketest/smoketest_timew.ini
+../group/Smoketest_Timew.iby /epoc32/rom/include/Smoketest_Timew.iby
+
PRJ_TESTMMPFILES
Smoketest_Timew.mmp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Utils/group/Smoketest_utils.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,9 @@
+#ifndef SMOKETEST_UTILS_IBY
+#define SMOKETEST_UTILS_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\SmokeTest_Utils.dll System\libs\SmokeTest_Utils.dll
+file=ABI_DIR\DEBUG_DIR\SmokeTestSecureFSclient.dll System\libs\SmokeTestSecureFSclient.dll
+file=ABI_DIR\DEBUG_DIR\SmokeTestSecureFSserver.exe System\libs\SmokeTestSecureFSserver.exe
+
+#endif //SMOKETEST_UIRESOURCES_IBY
--- a/Utils/group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/Utils/group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -25,6 +25,8 @@
../Inc/SmokeTestSecureFSclient.h /epoc32/include/test/smoketestsecurefsclient.h
../Inc/SmokeTestSecureFSserver.h /epoc32/include/test/smoketestsecurefsserver.h
+../group/Smoketest_utils.iby /epoc32/rom/include/Smoketest_utils.iby
+
PRJ_TESTMMPFILES
SmokeTestSecureFSclient.mmp
SmokeTestSecureFSserver.mmp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/agenda/Group/Smoketest_Agenda.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,10 @@
+#ifndef SMOKETEST_AGENDA_IBY
+#define SMOKETEST_AGENDA_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\Smoketest_Agenda_Server.exe System\libs\Smoketest_Agenda_Server.exe
+
+data=EPOCROOT##epoc32\data\z\smoketest\setup_Smoketest_Agenda.script smoketest\setup_Smoketest_Agenda.script
+data=EPOCROOT##epoc32\data\z\smoketest\Smoketest_Agenda.script smoketest\Smoketest_Agenda.script
+data=EPOCROOT##epoc32\data\z\smoketest\Smoketest_Agenda.ini smoketest\Smoketest_Agenda.ini
+#endif //SMOKETEST_AGENDA_IBY
--- a/agenda/Group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/agenda/Group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -16,6 +16,7 @@
//
PRJ_TESTEXPORTS
+../group/Smoketest_Agenda.iby /epoc32/rom/include/Smoketest_Agenda.iby
../Scripts/setup_Smoketest_Agenda.script z:/smoketest/setup_smoketest_agenda.script
../Scripts/Smoketest_Agenda.script z:/smoketest/smoketest_agenda.script
--- a/appinstall/group/Bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/appinstall/group/Bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -22,6 +22,8 @@
DEFAULT
PRJ_TESTEXPORTS
+../group/Smoketest_AppInstall.iby /epoc32/rom/include/Smoketest_AppInstall.iby
+
// NOTE: If using ARS requirements all export operations should be done under this.
// 'abld test export'
../conf/AppInstallSmokeTestModule.cfg c:/smoketest/AppInstallSmokeTestModule.cfg
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/appinstall/group/Smoketest_AppInstall.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,7 @@
+#ifndef SMOKETEST_APPINSTALL_IBY
+#define SMOKETEST_APPINSTALL_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\AppInstallSmokeTestModule.dll System\libs\AppInstallSmokeTestModule.dll
+
+#endif //SMOKETEST_APPINSTALL_IBY
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/apploader/Group/Smoketest_Apploader.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,10 @@
+#ifndef SMOKETEST_APPLOADER_IBY
+#define SMOKETEST_APPLOADER_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\smoketest_apploader.exe System\libs\smoketest_apploader.exe
+
+data=EPOCROOT##epoc32\data\z\smoketest\setup_smoketest_apploader.script smoketest\setup_smoketest_apploader.script
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_apploader.script smoketest\smoketest_apploader.script
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_apploader.ini smoketest\smoketest_apploader.ini
+#endif //SMOKETEST_APPLOADER_IBY
--- a/apploader/Group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/apploader/Group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -16,6 +16,8 @@
//
PRJ_TESTEXPORTS
+../group/Smoketest_Apploader.iby /epoc32/rom/include/Smoketest_Apploader.iby
+
..\scripts\setup_smoketest_apploader.script z:\smoketest\setup_smoketest_apploader.script
..\scripts\smoketest_apploader.script z:\smoketest\smoketest_apploader.script
..\testdata\smoketest_apploader.ini z:\smoketest\smoketest_apploader.ini
--- a/browser/group/Bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/browser/group/Bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -21,6 +21,8 @@
DEFAULT
PRJ_TESTEXPORTS
+../group/Smoketest_Browser.iby /epoc32/rom/include/Smoketest_Browser.iby
+
//../init/testframework.ini /epoc32/winscw/c/TestFramework/testframework.ini
../data/ui_browser_control_smoke.cfg c:/smoketest/ui_browser_control_smoke.cfg
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/browser/group/Smoketest_browser.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,10 @@
+#ifndef SMOKETEST_BROWSER_IBY
+#define SMOKETEST_BROWSER_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\BrCtlApiTest.dll System\libs\BrCtlApiTest.dll
+
+data=EPOCROOT##epoc32\data\c\smoketest\ui_browser_control_smoke.cfg smoketest\ui_browser_control_smoke.cfg
+data=EPOCROOT##epoc32\data\c\smoketest\web\loadtest2.html smoketest\web\loadtest2.html
+data=EPOCROOT##epoc32\data\c\smoketest\web\img8.jpg smoketest\web\img8.jpg
+#endif //SMOKETEST_BROWSER_IBY
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/contacts/group/Smoketest_Contacts.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,10 @@
+#ifndef SMOKETEST_CONTACTS_IBY
+#define SMOKETEST_CONTACTS_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\Smoketest_Contacts.exe System\libs\Smoketest_Contacts.exe
+
+data=EPOCROOT##epoc32\data\z\smoketest\setup_Smoketest_Contacts.script smoketest\setup_Smoketest_Contacts.script
+data=EPOCROOT##epoc32\data\z\smoketest\Smoketest_Contacts.script smoketest\Smoketest_Contacts.script
+data=EPOCROOT##epoc32\data\z\smoketest\Smoketest_Contacts.ini smoketest\Smoketest_Contacts.ini
+#endif //SMOKETEST_CONTACTS_IBY
--- a/contacts/group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/contacts/group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -16,6 +16,7 @@
//
PRJ_TESTEXPORTS
+../group/Smoketest_Contacts.iby /epoc32/rom/include/Smoketest_Contacts.iby
../scripts/Smoketest_Contacts.script z:/smoketest/smoketest_contacts.script
../scripts/setup_Smoketest_Contacts.script z:/smoketest/setup_smoketest_contacts.script
--- a/email/email/group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/email/email/group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -22,3 +22,4 @@
PRJ_TESTEXPORTS
MachineName.txt z:/smoketest/MachineName.txt
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/email/group/Smoketest_email.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,16 @@
+#ifndef SMOKETEST_EMAIL_IBY
+#define SMOKETEST_EMAIL_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\t_msgpopserver.exe System\libs\t_msgpopserver.exe
+file=ABI_DIR\DEBUG_DIR\t_msgsmtpserver.exe System\libs\t_msgsmtpserver.exe
+file=ABI_DIR\DEBUG_DIR\mobilitytestframework.dll System\libs\mobilitytestframework.dll
+file=ABI_DIR\DEBUG_DIR\t_msgutilityserver.dll System\libs\t_msgutilityserver.dll
+
+
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_email.script smoketest\smoketest_email.script
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_email.ini smoketest\smoketest_email.ini
+data=EPOCROOT##epoc32\data\z\smoketest\setup_smoketest_email.script smoketest\setup_smoketest_email.script
+data=EPOCROOT##epoc32\data\z\smoketest\MachineName.txt smoketest\MachineName.txt
+
+#endif //SMOKETEST_EMAIL_IBY
\ No newline at end of file
--- a/email/group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/email/group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -17,3 +17,6 @@
#include "../testutils/group/bld.inf"
#include "../email/group/bld.inf"
+
+PRJ_TESTEXPORTS
+../group/Smoketest_email.iby /epoc32/rom/include/Smoketest_email.iby
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/email/mobilitytestframework/group/Smoketest_mobilitytestframework.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,7 @@
+#ifndef SMOKETEST_MOBILTYTESTFRAMEWORK_IBY
+#define SMOKETEST_MOBILTYTESTFRAMEWORK_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\mobilitytestframework.dll System\libs\mobilitytestframework.dll
+
+#endif //SMOKETEST_MOBILTYTESTFRAMEWORK_IBY
\ No newline at end of file
--- a/email/mobilitytestframework/group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/email/mobilitytestframework/group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -21,3 +21,6 @@
#endif //__MOBILITY_TEST_FRAMEWORK
PRJ_EXPORTS
+PRJ_TESTEXPORTS
+../group/Smoketest_mobilitytestframework.iby /epoc32/rom/include/Smoketest_mobilitytestframework.iby
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/wserv/group/Smoketest_graphics.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,16 @@
+#ifndef SMOKETEST_GRAPHICS_IBY
+#define SMOKETEST_GRAPHICS_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\t_graphicswservapi.exe System\libs\t_graphicswservapi.exe
+file=ABI_DIR\DEBUG_DIR\t_animplugin.dll System\libs\t_animplugin.dll
+file=ABI_DIR\DEBUG_DIR\twsgraphicshare.exe System\libs\twsgraphicshare.exe
+file=ABI_DIR\DEBUG_DIR\twsgraphicunshare.exe System\libs\twsgraphicunshare.exe
+
+
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_bitmap.script smoketest\smoketest_bitmap.script
+data=EPOCROOT##epoc32\data\z\smoketest\setup_smoketest_bitmap.script smoketest\setup_smoketest_bitmap.script
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_bitmap.ini smoketest\smoketest_bitmap.ini
+data=EPOCROOT##epoc32\data\z\smoketest\bitmap\uibench_16bit.mbm smoketest\bitmap\uibench_16bit.mbm
+
+#endif //SMOKETEST_GRAPHICS_IBY
\ No newline at end of file
--- a/graphics/wserv/group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/graphics/wserv/group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -16,6 +16,7 @@
PRJ_TESTEXPORTS
+../group/Smoketest_graphics.iby /epoc32/rom/include/Smoketest_graphics.iby
// T_DataWindowGc
../scripts/smoketest_bitmap.script z:/smoketest/smoketest_bitmap.script
../scripts/setup_smoketest_bitmap.script z:/smoketest/setup_smoketest_bitmap.script
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/http/group/Smoketest_http.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,11 @@
+#ifndef SMOKETEST_HTTP_IBY
+#define SMOKETEST_HTTP_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\testhttpsuite.exe System\libs\testhttpsuite.exe
+
+data=EPOCROOT##epoc32\data\z\smoketest\setup_smoketest_http.script smoketest\setup_smoketest_http.script
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_http.script smoketest\smoketest_http.script
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_http.ini smoketest\smoketest_http.ini
+data=EPOCROOT##epoc32\data\z\delproxy.pl smoketest\delproxy.pl
+#endif //SMOKETEST_HTTP_IBY
--- a/http/group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/http/group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -21,6 +21,7 @@
testhttpsuite.mmp
PRJ_TESTEXPORTS
+../group/Smoketest_http.iby /epoc32/rom/include/Smoketest_http.iby
..\script\setup_smoketest_http.script z:\smoketest\setup_smoketest_http.script
--- a/inputmethods/group/Bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/inputmethods/group/Bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -25,6 +25,7 @@
// NOTE: If using ARS requirements all export operations should be done under this.
// 'abld test export'
../conf/InputMethodSmokeTestModule.cfg c:/smoketest/InputMethodSmokeTestModule.cfg
+../group/Smoketest_InputMethods.iby /epoc32/rom/include/Smoketest_InputMethods.iby
PRJ_TESTMMPFILES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethods/group/Smoketest_InputMethods.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,9 @@
+#ifndef SMOKETEST_INPUT_METHODS_IBY
+#define SMOKETEST_INPUT_METHODS_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\InputMethodSmokeTestModule.dll System\libs\InputMethodSmokeTestModule.dll
+
+data=EPOCROOT##epoc32\data\c\smoketest\InputMethodSmokeTestModule.cfg smoketest\InputMethodSmokeTestModule.cfg
+
+#endif //SMOKETEST_INPUT_METHODS_IBY
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lbs/group/Smoketest_lbs.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,17 @@
+#ifndef SMOKETEST_LBS_IBY
+#define SMOKETEST_LBS_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\lbstestclient.dll System\libs\lbstestclient.dll
+file=ABI_DIR\DEBUG_DIR\lbstestserver.exe System\libs\lbstestserver.exe
+file=ABI_DIR\DEBUG_DIR\lbsclienttestserver.exe System\libs\lbsclienttestserver.exe
+file=ABI_DIR\DEBUG_DIR\ctlbsexeclient.exe System\libs\ctlbsexeclient.exe
+file=ABI_DIR\DEBUG_DIR\lbstestchannel.dll System\libs\lbstestchannel.dll
+file=ABI_DIR\DEBUG_DIR\lbstestutils.dll System\libs\lbstestutils.dll
+
+
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_lbs.script smoketest\smoketest_lbs.script
+data=EPOCROOT##epoc32\data\z\smoketest\setup_smoketest_lbs.script smoketest\setup_smoketest_lbs.script
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_lbs.ini smoketest\smoketest_lbs.ini
+
+#endif //SMOKETEST_LBS_IBY
\ No newline at end of file
--- a/localisation/apparchitecture/group/BLD.INF Fri Apr 23 15:27:25 2010 +0100
+++ b/localisation/apparchitecture/group/BLD.INF Tue Apr 27 10:00:50 2010 +0100
@@ -106,3 +106,5 @@
PRJ_TESTEXPORTS
../tef/scripts/smoketest_language.script z:/smoketest/smoketest_language.script
../tef/scripts/setup_smoketest_language.script z:/smoketest/setup_smoketest_language.script
+../group/Smoketest_AppArchitecture.iby /epoc32/rom/include/Smoketest_AppArchitecture.iby
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/localisation/apparchitecture/group/Smoketest_AppArchitecture.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,12 @@
+#ifndef SMOKETEST_APPARCHITECTURE_IBY
+#define SMOKETEST_APPARCHITECTURE_IBY
+
+file=ABI_DIR\DEBUG_DIR\apserv.dll System\libs\apserv.dll
+file=ABI_DIR\DEBUG_DIR\TSTAPP_embedded.dll System\libs\TSTAPP_embedded.dll
+file=ABI_DIR\DEBUG_DIR\tstapp.exe System\libs\tstapp.exe
+file=ABI_DIR\DEBUG_DIR\TIconLoaderAndIconArrayForLeaks.dll System\libs\TIconLoaderAndIconArrayForLeaks.dll
+
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_language.script smoketest\smoketest_language.script
+data=EPOCROOT##epoc32\data\z\smoketest\setup_smoketest_language.script smoketest\setup_smoketest_language.script
+
+#endif //SMOKETEST_APPARCHITECTURE_IBY
--- a/localisation/uiftestfw/group/BLD.INF Fri Apr 23 15:27:25 2010 +0100
+++ b/localisation/uiftestfw/group/BLD.INF Tue Apr 27 10:00:50 2010 +0100
@@ -27,6 +27,7 @@
../group/appfwk_test_utils.mmp
PRJ_TESTEXPORTS
+../group/Smoketest_Uitestfw.iby /epoc32/rom/include/Smoketest_Uitestfw.iby
// TestFramework INCLUDE files
../inc/appfwk_test.h /epoc32/include/test/appfwk_test.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/localisation/uiftestfw/group/Smoketest_Uitestfw.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,10 @@
+#ifndef SMOKETEST_UITESTFW_IBY
+#define SMOKETEST_UITESTFW_IBY
+
+file=ABI_DIR\DEBUG_DIR\appfwk_test_AppUi.dll System\libs\appfwk_test_AppUi.dll
+file=ABI_DIR\DEBUG_DIR\appfwk_test_utils.dll System\libs\appfwk_test_utils.dll
+
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_language.script smoketest\smoketest_language.script
+data=EPOCROOT##epoc32\data\z\smoketest\setup_smoketest_language.script smoketest\setup_smoketest_language.script
+
+#endif //SMOKETEST_UITESTFW_IBY
--- a/mediamgmt/group/Bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/mediamgmt/group/Bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -27,6 +27,7 @@
../conf/MediaMgmtSmokeTestModule.cfg c:/smoketest/MediaMgmtSmokeTestModule.cfg
../conf/UI_MediaMgmtSmokeTestModule.cfg c:/smoketest/UI_MediaMgmtSmokeTestModule.cfg
+ ../group/Smoketest_Mediamgmt.iby /epoc32/rom/include/Smoketest_Mediamgmt.iby
PRJ_TESTMMPFILES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mediamgmt/group/Smoketest_Mediamgmt.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,9 @@
+#ifndef SMOKETEST_MEDIAMGMT_IBY
+#define SMOKETEST_MEDIAMGMT_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\MediaMgmtSmokeTestModule.dll System\libs\MediaMgmtSmokeTestModule.dll
+
+data=EPOCROOT##epoc32\data\c\smoketest\MediaMgmtSmokeTestModule.cfg smoketest\MediaMgmtSmokeTestModule.cfg
+data=EPOCROOT##epoc32\data\c\smoketest\UI_MediaMgmtSmokeTestModule.cfg smoketest\UI_MediaMgmtSmokeTestModule.cfg
+#endif //SMOKETEST_MEDIAMGMT_IBY
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/messaging/Group/Smoketest_Mess.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,12 @@
+#ifndef SMOKETEST_MESS_IBY
+#define SMOKETEST_MESS_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\Smoketest_Mess_Server.exe System\libs\Smoketest_Mess_Server.exe
+
+data=EPOCROOT##epoc32\data\z\smoketest\smoketest_createsmsaccount.script smoketest\smoketest_createsmsaccount.script
+data=EPOCROOT##epoc32\data\z\smoketest\setup_Smoketest_Mess.script smoketest\setup_Smoketest_Mess.script
+data=EPOCROOT##epoc32\data\z\smoketest\Smoketest_Mess.script smoketest\Smoketest_Mess.script
+data=EPOCROOT##epoc32\data\z\smoketest\sms\Message1.txt smoketest\sms\message1.txt
+data=EPOCROOT##epoc32\data\z\smoketest\Smoketest_Mess.ini smoketest\Smoketest_Mess.ini
+#endif //SMOKETEST_MESS_IBY
\ No newline at end of file
--- a/messaging/Group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/messaging/Group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -16,6 +16,7 @@
//
PRJ_TESTEXPORTS
+../group/Smoketest_Mess.iby /epoc32/rom/include/Smoketest_Mess.iby
../Scripts/Smoketest_CreateSmsAccount.script z:/smoketest/smoketest_createsmsaccount.script
../Scripts/setup_Smoketest_Mess.script z:/smoketest/setup_smoketest_mess.script
--- a/notepad/group/Bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/notepad/group/Bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -27,6 +27,8 @@
../conf/smoketest_notepad.cfg c:/smoketest/smoketest_notepad.cfg
../conf/ui_TestNpdApi.cfg c:/smoketest/ui_TestNpdApi.cfg
+../group/Smoketest_notepad.iby /epoc32/rom/include/Smoketest_notepad.iby
+
PRJ_EXPORTS
// Specify the source file followed by its destination here
// copy will be used to copy the source file to its destination
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/notepad/group/Smoketest_notepad.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,10 @@
+#ifndef SMOKETEST_NOTEPAD_IBY
+#define SMOKETEST_NOTEPAD_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\TestNpdApi.dll System\libs\TestNpdApi.dll
+
+data=EPOCROOT##epoc32\data\c\smoketest\smoketest_notepad.cfg smoketest\smoketest_notepad.cfg
+data=EPOCROOT##epoc32\data\c\smoketest\ui_TestNpdApi.cfg smoketest\ui_TestNpdApi.cfg
+
+#endif //SMOKETEST_NOTEPAD_IBY
\ No newline at end of file
--- a/profiles/group/Bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/profiles/group/Bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -26,6 +26,8 @@
// 'abld test export'
../conf/ProfileSmokeTestModule.cfg c:/smoketest/ProfileSmokeTestModule.cfg
+../group/Smoketest_profiles.iby /epoc32/rom/include/Smoketest_profiles.iby
+
PRJ_TESTMMPFILES
ProfileSmokeTestModule.mmp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/profiles/group/Smoketest_profiles.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,9 @@
+#ifndef SMOKETEST_PROFILES_IBY
+#define SMOKETEST_PROFILES_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\ProfileSmokeTestModule.dll System\libs\ProfileSmokeTestModule.dll
+
+data=EPOCROOT##epoc32\data\c\smoketest\ProfileSmokeTestModule.cfg smoketest\ProfileSmokeTestModule.cfg
+
+#endif //SMOKETEST_PROFILES_IBY
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/uiresources/group/Smoketest_UIResources.iby Tue Apr 27 10:00:50 2010 +0100
@@ -0,0 +1,11 @@
+#ifndef SMOKETEST_UIRESOURCES_IBY
+#define SMOKETEST_UIRESOURCES_IBY
+
+
+file=ABI_DIR\DEBUG_DIR\testsdkskins.dll System\libs\testsdkskins.dll
+
+data=EPOCROOT##epoc32\data\c\smoketest\smoketest_uiresources.cfg smoketest\smoketest_uiresources.cfg
+data=EPOCROOT##epoc32\data\c\smoketest\ui_testsdkskinsu.cfg smoketest\ui_testsdkskinsu.cfg
+data=EPOCROOT##epoc32\data\c\smoketest\ui_testsdkskinswu.cfg smoketest\ui_testsdkskinswu.cfg
+data=EPOCROOT##epoc32\data\c\smoketest\wallpaper\symbian_01_320x480.jpg smoketest\wallpaper\symbian_01_320x480.jpg
+#endif //SMOKETEST_UIRESOURCES_IBY
--- a/uiresources/group/bld.inf Fri Apr 23 15:27:25 2010 +0100
+++ b/uiresources/group/bld.inf Tue Apr 27 10:00:50 2010 +0100
@@ -33,6 +33,8 @@
// Wallpaper image file
../testdata/wallpaper/symbian_01_320x480.jpg c:/smoketest/wallpaper/symbian_01_320x480.jpg
+../group/Smoketest_UIResources.iby /epoc32/rom/include/Smoketest_UIResources.iby
+
PRJ_EXPORTS