Required files to build 50_Symbian_Ecom.SIS
authorMaciej Seroka <maciejs@symbian.org>
Wed, 23 Sep 2009 16:33:45 +0100
changeset 500 f708d2945ebf
parent 499 30679e48c2af
child 501 e918b03176d3
Required files to build 50_Symbian_Ecom.SIS
common/tools/ats/bctest/pkg/50_Symbian_Ecom.pkg
common/tools/ats/bctest/pkg/SYSLIB-ECOM-PublicAPI.tcs
common/tools/ats/bctest/pkg/ecom.bat
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/pkg/50_Symbian_Ecom.pkg	Wed Sep 23 16:33:45 2009 +0100
@@ -0,0 +1,52 @@
+;
+; Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+; All rights reserved.
+; This component and the accompanying materials are made available
+; under the terms of the License "Symbian Foundation License v1.0"
+; which accompanies this distribution, and is available
+; at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:      
+;
+
+; Languages - 
+&EN
+
+; Installation header
+; UID is the app's UID
+#{"T_ECOM"},(0x2000371C),1,0,0
+
+;%{"Vendor-EN"}
+;:"Symbian"
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+;Supports S60 3rd Edition
+[0x101F7961], 3, *, *, {"Series60ProductID"}
+
+"\epoc32\RELEASE\armv5\urel\T_ECOM.exe"-"!:\sys\bin\T_ECOM.exe"
+"\epoc32\data\z\syslibs\t_syslibs.ini"-"!:\syslibs\t_syslibs.ini"
+"\epoc32\data\z\ecom.bat"-"!:\ecom\ecom.bat"
+"\epoc32\data\z\ecom\SYSLIB-ECOM-PublicAPI.script"-"!:\ecom\SYSLIB-ECOM-PublicAPI.script"
+"\epoc32\data\z\ecom\SYSLIB-ECOM-PublicAPI.tcs"-"!:\ecom\SYSLIB-ECOM-PublicAPI.tcs"
+"\epoc32\data\z\ecom\SYSLIB-ECOM-PublicAPI.ini"-"!:\ecom\SYSLIB-ECOM-PublicAPI.ini"
+"\epoc32\RELEASE\armv5\urel\TPCopyFileUtility.exe"-"!:\sys\bin\TPCopyFileUtility.exe"
+"\epoc32\RELEASE\armv5\urel\TPDeleteFileUtility.exe"-"!:\sys\bin\TPDeleteFileUtility.exe"
+"\epoc32\RELEASE\armv5\urel\TestProduct_PlugIn.dll"-"!:\ecom\TestProduct_PlugIn.dll"
+"\epoc32\data\z\ecom\TestProduct_PlugIn.rsc"-"!:\ecom\TestProduct_PlugIn.rsc"
+
+
+; Required files
+; None
+
+; Component .sis files
+; None
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/pkg/SYSLIB-ECOM-PublicAPI.tcs	Wed Sep 23 16:33:45 2009 +0100
@@ -0,0 +1,1 @@
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/tools/ats/bctest/pkg/ecom.bat	Wed Sep 23 16:33:45 2009 +0100
@@ -0,0 +1,22 @@
+rem
+rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+rem All rights reserved.
+rem This component and the accompanying materials are made available
+rem under the terms of the License "Symbian Foundation License v1.0"
+rem which accompanies this distribution, and is available
+rem at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
+rem
+rem Initial Contributors:
+rem Nokia Corporation - initial contribution.
+rem
+rem Contributors:
+rem
+rem Description:      
+rem
+
+md e:\BCTest
+md e:\BCTest\results
+
+testexecute \ecom\SYSLIB-ECOM-PublicAPI
+
+copy c:\Logs\Testexecute\TestResults.htm e:\BCTest\results\Symb_SyslibsECOM.htm
\ No newline at end of file