Added new libcurl source files to Symbian OS build files.
[platform/upstream/curl.git] / packages / Symbian / group / libcurl.mmp
1 //
2 // libcurl.dll cURL network retrieval client library
3 //
4
5 // Build-time options (uncomment these to enable)
6 //#define ENABLE_ZLIB     // Enable gzip/deflate decompression
7 //#define ENABLE_SSL      // Enable SSL for HTTPS/FTPS (requires S60 Open C SDK)
8
9 TARGET        libcurl.dll
10 TARGETTYPE    dll
11 UID    0x1000008d 0xF0206D00
12
13 MACRO       BUILDING_LIBCURL
14
15 #ifdef ENABLE_ZLIB
16 MACRO       HAVE_LIBZ
17 #endif
18 #ifdef ENABLE_SSL
19 MACRO       USE_SSLEAY
20 #endif
21
22 SOURCEPATH  ../../../lib
23 SOURCE \
24   file.c timeval.c base64.c hostip.c progress.c formdata.c  \
25   cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c   \
26   ldap.c ssluse.c version.c getenv.c escape.c mprintf.c telnet.c    \
27   netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c  \
28   krb5.c memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c \
29   multi.c content_encoding.c share.c http_digest.c md5.c        \
30   http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c   \
31   hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c    \
32   inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c   \
33   strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c      \
34   socks_gssapi.c socks_sspi.c curl_sspi.c slist.c
35
36 USERINCLUDE   ../../../lib ../../../include/curl
37 #ifdef ENABLE_SSL
38 USERINCLUDE /epoc32/include/stdapis/openssl 
39 #endif
40
41 SYSTEMINCLUDE ../../../include /epoc32/include/stdapis /epoc32/include
42
43 LIBRARY       euser.lib libc.lib
44 #ifdef ENABLE_ZLIB
45 LIBRARY       ezlib.lib
46 #endif
47 #ifdef ENABLE_SSL
48 LIBRARY       libssl.lib libcrypto.lib
49 #endif
50
51 CAPABILITY NetworkServices
52
53 EPOCALLOWDLLDATA