]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/packages/Symbian/group/libcurl.mmp
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / 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   curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c krb5.c           \
29   memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c    \
30   content_encoding.c share.c http_digest.c md4.c md5.c curl_rand.c      \
31   http_negotiate.c inet_pton.c strtoofft.c strerror.c amigaos.c         \
32   hostasyn.c hostip4.c hostip6.c hostsyn.c inet_ntop.c parsedate.c      \
33   select.c gtls.c sslgen.c tftp.c splay.c strdup.c socks.c ssh.c nss.c  \
34   qssl.c rawstr.c curl_addrinfo.c socks_gssapi.c socks_sspi.c           \
35   curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c    \
36   pingpong.c rtsp.c curl_threads.c warnless.c hmac.c polarssl.c         \
37   curl_rtmp.c openldap.c curl_gethostname.c gopher.c axtls.c            \
38   idn_win32.c http_negotiate_sspi.c cyassl.c http_proxy.c non-ascii.c   \
39   asyn-ares.c asyn-thread.c curl_gssapi.c curl_ntlm.c curl_ntlm_wb.c    \
40   curl_ntlm_core.c curl_ntlm_msgs.c curl_sasl.c curl_schannel.c         \
41   curl_multibyte.c curl_darwinssl.c bundles.c conncache.c
42
43 USERINCLUDE   ../../../lib ../../../include/curl
44 #ifdef ENABLE_SSL
45 SYSTEMINCLUDE /epoc32/include/osextensions/stdapis
46 // Older versions of the SDK need this instead:
47 //USERINCLUDE /epoc32/include/stdapis/openssl
48 #endif
49
50 SYSTEMINCLUDE ../../../include /epoc32/include/stdapis /epoc32/include
51
52 LIBRARY       euser.lib libc.lib
53 #ifdef ENABLE_ZLIB
54 LIBRARY       ezlib.lib
55 #endif
56 #ifdef ENABLE_SSL
57 LIBRARY       libssl.lib libcrypto.lib
58 #endif
59
60 CAPABILITY NetworkServices
61
62 EPOCALLOWDLLDATA