yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame^] | 1 | ; curl package definition file |
| 2 | ; Use with makesis to create a Symbian .sis package |
| 3 | |
| 4 | ;Language - standard language definitions |
| 5 | &EN |
| 6 | |
| 7 | ;Header - standard sis file header including version number |
| 8 | ;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number |
| 9 | ; e.g. The third Symbian package of curl ver. 7.20.1 would have a SIS package |
| 10 | ; version of 7, 20, 103 |
| 11 | #{"curl"}, (0xF0206442), 7, 20, <please_update_version>, TYPE=SA |
| 12 | |
| 13 | ; Vendor name |
| 14 | %{"curl project"} |
| 15 | :"curl project" |
| 16 | |
| 17 | ; Embedded component |
| 18 | @"libcurl.sis",(0xF0206D00) |
| 19 | |
| 20 | ; A dependency on P.I.P.S. and the stdio server are probably good to have here |
| 21 | ;(0x20009A80), *, *, *, {"Open C Standard Libraries"} |
| 22 | ;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"} |
| 23 | ;(0x20009AA2), *, *, *, {"Symbian OS STDIOSERVER"} |
| 24 | |
| 25 | ;Files - standard file specifications |
| 26 | "\epoc32\release\armv5\urel\curl.exe" - "$:\sys\bin\curl.exe" |