Mercurial > s60_experiments
changeset 4:65087f1432d6
Removed files that don't need to be in repo; renamed the .pkg file to .pkg.in because it needs to be modified depending on system-specific configuration and saved as .pkg. This is Atul committing from Aza's computer.
author | Aza Raskin <aza@mozilla.com> |
---|---|
date | Tue, 12 Feb 2008 18:08:45 -0600 |
parents | 2be330cceb28 |
children | f546bb5370c7 |
files | DemoCube/group/ABLD.BAT DemoCube/sis/DemoCube.pkg DemoCube/sis/DemoCube.pkg.in DemoCube/sis/DemoCube.sis DemoCube/sis/DemoCube.sisx |
diffstat | 5 files changed, 38 insertions(+), 53 deletions(-) [+] |
line wrap: on
line diff
--- a/DemoCube/group/ABLD.BAT Tue Feb 12 17:42:44 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -@ECHO OFF - -REM Bldmake-generated batch file - ABLD.BAT -REM ** DO NOT EDIT ** - -perl -S ABLD.PL "\Yingen\NRC\NokiaCV\Maintain\Repository\DemoCube\DemoCube\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9 -if errorlevel==1 goto CheckPerl -goto End - -:CheckPerl -perl -v >NUL -if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed? -goto End - -:End
--- a/DemoCube/sis/DemoCube.pkg Tue Feb 12 17:42:44 2008 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ -; Installation file for DemoCube application -; -; This is an auto-generated PKG file by Carbide. -; This file uses variables specific to Carbide builds that will not work -; on command-line builds. If you want to use this generated PKG file from the -; command-line tools you will need to modify the variables with the appropriate -; values: $(EPOCROOT), $(PLATFORM), $(TARGET) -; -;Language - standard language definitions -&EN - -; standard SIS file header -#{"DemoCube"},(0xE6A6AA91),1,0,0 - -;Localised Vendor name -%{"Vendor-EN"} - -;Unique Vendor name -:"Vendor" - -;Supports Series 60 v 3.0 -[0x101F7961], 0, 0, 0, {"Series60ProductID"} - -;Files to install -;You should change the source paths to match that of your environment -;<source> <destination> -"\Symbian\9.2\S60_3rd_FP1_2\Epoc32\release\gcce\urel\DemoCube.exe" -"!:\sys\bin\DemoCube.exe" -"\Symbian\9.2\S60_3rd_FP1_2\Epoc32\data\z\resource\apps\DemoCube.rsc" -"!:\resource\apps\DemoCube.rsc" -"\Symbian\9.2\S60_3rd_FP1_2\Epoc32\data\z\private\10003a3f\apps\DemoCube_reg.rsc" -"!:\private\10003a3f\import\apps\DemoCube_reg.rsc" -"\Symbian\9.2\S60_3rd_FP1_2\Epoc32\data\z\resource\apps\DemoCube.mif" -"!:\resource\apps\DemoCube.mif" - -"..\data\firefox.png" -"!:\firefox.png" - -; Add any installation notes if applicable -;"DemoCube.txt" -"C:\private\E6A6AA91\DemoCube.txt" - -;required for application to be covered by backup/restore facility -"..\sis\backup_registration.xml" -"!:\private\E6A6AA91\backup_registration.xml"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DemoCube/sis/DemoCube.pkg.in Tue Feb 12 18:08:45 2008 -0600 @@ -0,0 +1,38 @@ +; Installation file for DemoCube application +; +; This is an auto-generated PKG file by Carbide. +; This file uses variables specific to Carbide builds that will not work +; on command-line builds. If you want to use this generated PKG file from the +; command-line tools you will need to modify the variables with the appropriate +; values: $(EPOCROOT), $(PLATFORM), $(TARGET) +; +;Language - standard language definitions +&EN + +; standard SIS file header +#{"DemoCube"},(0xE6A6AA91),1,0,0 + +;Localised Vendor name +%{"Vendor-EN"} + +;Unique Vendor name +:"Vendor" + +;Supports Series 60 v 3.0 +[0x101F7961], 0, 0, 0, {"Series60ProductID"} + +;Files to install +;You should change the source paths to match that of your environment +;<source> <destination> +"$(EPOCROOT)Epoc32\release\gcce\urel\DemoCube.exe" -"!:\sys\bin\DemoCube.exe" +"$(EPOCROOT)Epoc32\data\z\resource\apps\DemoCube.rsc" -"!:\resource\apps\DemoCube.rsc" +"$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\DemoCube_reg.rsc" -"!:\private\10003a3f\import\apps\DemoCube_reg.rsc" +"$(EPOCROOT)Epoc32\data\z\resource\apps\DemoCube.mif" -"!:\resource\apps\DemoCube.mif" + +"..\data\firefox.png" -"!:\firefox.png" + +; Add any installation notes if applicable +;"DemoCube.txt" -"C:\private\E6A6AA91\DemoCube.txt" + +;required for application to be covered by backup/restore facility +"..\sis\backup_registration.xml" -"!:\private\E6A6AA91\backup_registration.xml"