Reduced the requested Symbian capabilities.
[platform/upstream/curl.git] / packages / Symbian / group / curl.mmp
1 //
2 // cURL network retrieval client
3 //
4
5 TARGET        curl.exe
6 TARGETTYPE    exe
7 UID           0x00000000 0x10206442
8
9 SOURCEPATH      ..\..\..\src
10 SOURCE \
11     main.c hugehelp.c urlglob.c writeout.c writeenv.c \
12         getpass.c homedir.c curlutil.c
13
14 SYSTEMINCLUDE ..\..\..\include ..\..\..\lib ..\..\..\include\curl \
15                         \epoc32\include \epoc32\include\stdapis
16
17 LIBRARY       euser.lib libc.lib libcurl.lib
18 STATICLIBRARY libcrt0.lib
19
20 CAPABILITY NetworkServices
21
22 EPOCSTACKSIZE 0x18000
23