freeswitch/libs/sofia-sip/open_c/group/torture_sip.mmp
Michael Jerris 5d8a952b5e sync to latest sofia-sip darcs tree
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5104 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-08 19:14:10 +00:00

55 lines
1.4 KiB
Plaintext

// sofiatest component properties
// General properties
TARGET torture_sip.exe
TARGETTYPE exe
CAPABILITY ALL -TCB
UID 0x100039CE 0x1F001BA1
VENDORID 0
OPTION CW -dialect c99 -inline on
START RESOURCE torture_sip_reg.rss
#ifdef WINSCW
TARGETPATH \private\10003a3f\apps
#else
TARGETPATH \private\10003a3f\import\apps
#endif
END //RESOURCE
//EPOCHEAPSIZE 4 4194304 // min. 4KB ja max 4MB
// Allow global writeable static data
EPOCALLOWDLLDATA
MACRO SYMBIAN
MACRO IN_LIBSOFIA_SIP_UA
// Source files
SOURCEPATH ..\..\libsofia-sip-ua\sip
SOURCE torture_sip.c
USERINCLUDE ..
USERINCLUDE ..\..\libsofia-sip-ua\su
USERINCLUDE ..\..\libsofia-sip-ua\bnf
USERINCLUDE ..\..\libsofia-sip-ua\msg
USERINCLUDE ..\..\libsofia-sip-ua\url
USERINCLUDE ..\..\libsofia-sip-ua\sip
SYSTEMINCLUDE ..
SYSTEMINCLUDE ..\..\libsofia-sip-ua\su
SYSTEMINCLUDE ..\..\libsofia-sip-ua\bnf
SYSTEMINCLUDE ..\..\libsofia-sip-ua\msg
SYSTEMINCLUDE ..\..\libsofia-sip-ua\url
SYSTEMINCLUDE ..\..\libsofia-sip-ua\sip
SYSTEMINCLUDE \Epoc32\include
SYSTEMINCLUDE \Epoc32\include\osextensions\stdapis
// Library dependencies
STATICLIBRARY libcrt0.lib
LIBRARY libc.lib
LIBRARY euser.lib
LIBRARY libpthread.lib
LIBRARY libsofia-sip-ua.lib