aboutsummaryrefslogtreecommitdiff
path: root/packages/Symbian
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-04-25 22:49:18 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-04-25 22:49:18 +0000
commitff748f1a41dce87655b67cf4deff05974b906828 (patch)
treef8aff419b914ed289c76c2e11e79e8e40918fcf0 /packages/Symbian
parentb8193b63216316c58501474e5ebd3ee14ac9349b (diff)
Updated Symbian UIDs. Added .pkg files for creating .sis packages.
Diffstat (limited to 'packages/Symbian')
-rw-r--r--packages/Symbian/group/curl.iby2
-rw-r--r--packages/Symbian/group/curl.mmp2
-rw-r--r--packages/Symbian/group/curl.pkg26
-rw-r--r--packages/Symbian/group/libcurl.iby2
-rw-r--r--packages/Symbian/group/libcurl.mmp2
-rw-r--r--packages/Symbian/group/libcurl.pkg22
-rw-r--r--packages/Symbian/readme.txt2
7 files changed, 55 insertions, 3 deletions
diff --git a/packages/Symbian/group/curl.iby b/packages/Symbian/group/curl.iby
index 33eac4ad6..141986e0b 100644
--- a/packages/Symbian/group/curl.iby
+++ b/packages/Symbian/group/curl.iby
@@ -1,5 +1,7 @@
//
// curl file transfer utility command-line utility
+//
+// Use this file with buildrom to add curl to a device ROM
//
#ifndef CURL_IBY
diff --git a/packages/Symbian/group/curl.mmp b/packages/Symbian/group/curl.mmp
index 55dea716e..b00937ef1 100644
--- a/packages/Symbian/group/curl.mmp
+++ b/packages/Symbian/group/curl.mmp
@@ -4,7 +4,7 @@
TARGET curl.exe
TARGETTYPE exe
-UID 0x00000000 0x10206442
+UID 0x00000000 0xF0206442
SOURCEPATH ..\..\..\src
SOURCE \
diff --git a/packages/Symbian/group/curl.pkg b/packages/Symbian/group/curl.pkg
new file mode 100644
index 000000000..3454496ea
--- /dev/null
+++ b/packages/Symbian/group/curl.pkg
@@ -0,0 +1,26 @@
+; curl package defintion file
+; Use with makesis to create a Symbian .sis package
+
+;Language - standard language definitions
+&EN
+
+;Header - standard sis file header including version number
+;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number
+; e.g. The third Symbian package of curl ver. 7.18.2 would have a SIS package
+; version of 7, 18, 203
+#{"curl"}, (0xF0206442), 7, 18, <please_update_version>, TYPE=SA
+
+; Vendor name
+%{"Standard libcurl package"}
+:"Standard libcurl package"
+
+; Embedded component
+@"libcurl.sis",(0xF0206D00)
+
+; A dependency on P.I.P.S. and the stdio server are probably good to have here
+;(0x20009A80), *, *, *, {"P.I.P.S. for Series 60 3rd ed."}
+;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"}
+;(0x20009AA2), *, *, *, {"Symbian OS STDIOSERVER"}
+
+;Files - standard file specifications
+"epoc32\release\armv5\urel\curl.exe" - "$:\sys\bin\curl.exe"
diff --git a/packages/Symbian/group/libcurl.iby b/packages/Symbian/group/libcurl.iby
index 6ea4fbb9f..b59af680e 100644
--- a/packages/Symbian/group/libcurl.iby
+++ b/packages/Symbian/group/libcurl.iby
@@ -1,6 +1,8 @@
//
// libcurl file transfer DLL
//
+// Use this file with buildrom to add libcurl to a device ROM
+//
#ifndef LIBCURL_IBY
#define LIBCURL_IBY
diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp
index 3c62c5aaf..22a58fc49 100644
--- a/packages/Symbian/group/libcurl.mmp
+++ b/packages/Symbian/group/libcurl.mmp
@@ -4,7 +4,7 @@
TARGET libcurl.dll
TARGETTYPE dll
-UID 0x1000008d 0x10206D00
+UID 0x1000008d 0xF0206D00
MACRO BUILDING_LIBCURL=1
diff --git a/packages/Symbian/group/libcurl.pkg b/packages/Symbian/group/libcurl.pkg
new file mode 100644
index 000000000..ab01ba1f1
--- /dev/null
+++ b/packages/Symbian/group/libcurl.pkg
@@ -0,0 +1,22 @@
+; libcurl package defintion file
+; Use with makesis to create a Symbian .sis package
+
+;Language - standard language definitions
+&EN
+
+;Header - standard sis file header including version number
+;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number
+; e.g. The third Symbian package of curl ver. 7.18.2 would have a SIS package
+; version of 7, 18, 203
+#{"libcurl"}, (0xF0206D00), 7, 18, <please_update_version>, TYPE=SA
+
+; Vendor name
+%{"Standard curl package"}
+:"Standard curl package"
+
+; A dependency on P.I.P.S. is probably a good idea to add here
+;(0x20009A80), *, *, *, {"P.I.P.S. for Series 60 3rd ed."}
+;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"}
+
+;Files - standard file specifications
+"epoc32\release\armv5\urel\libcurl.dll" - "$:\sys\bin\libcurl.dll"
diff --git a/packages/Symbian/readme.txt b/packages/Symbian/readme.txt
index c64d1fa70..f7fec1017 100644
--- a/packages/Symbian/readme.txt
+++ b/packages/Symbian/readme.txt
@@ -45,7 +45,7 @@ All screen output disappears after curl exits, so after a transfer completes,
curl waits by default for Enter to pressed before exiting. This behaviour
is suppressed when the -s option is given.
-The "home directory" in Symbian is C:\Private\10206442\. The .curlrc is read
+The "home directory" in Symbian is C:\Private\f0206442\. The .curlrc is read
from this directory on startup.
libcurl notes