825eb57fa16209506c030e0ea99c8c49b80703c9
[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 curl_rand.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 nonblock.c        \
35   curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c warnless.c  \
36   curl_threads.c
37
38 USERINCLUDE   ../../../lib ../../../include/curl
39 #ifdef ENABLE_SSL
40 USERINCLUDE /epoc32/include/osextensions/stdapis
41 // Older versions of the SDK need this instead:
42 //USERINCLUDE /epoc32/include/stdapis/openssl
43 #endif
44
45 SYSTEMINCLUDE ../../../include /epoc32/include/stdapis /epoc32/include
46
47 LIBRARY       euser.lib libc.lib
48 #ifdef ENABLE_ZLIB
49 LIBRARY       ezlib.lib
50 #endif
51 #ifdef ENABLE_SSL
52 LIBRARY       libssl.lib libcrypto.lib
53 #endif
54
55 CAPABILITY NetworkServices
56
57 EPOCALLOWDLLDATA