55 lines
1.4 KiB
Plaintext
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
|