1// part of Symbian build files for sofia-sip package
2//
3// Copyright (C) 2005,2006,2007 Nokia Corporation
4// Contact: Pekka Pessi <pekka.pessi@nokia.com>
5// Licensed under LGPL. See file COPYING.
6
7// General properties
8TARGET          test_nua.exe
9TARGETTYPE      exe
10CAPABILITY      All -Tcb //NetworkServices
11UID             0x100039CE 0x1F001AD1
12VENDORID        0
13OPTION CW       -warn nounusedarg,nounusedvar
14
15//CAPABILITY      NetworkServices NetworkControl CommDD UserEnvironment ReadDeviceData
16
17START RESOURCE  test_nua_reg.rss
18#ifdef WINSCW
19TARGETPATH 	    \private\10003a3f\apps
20#else
21TARGETPATH 	    \private\10003a3f\import\apps
22#endif
23END //RESOURCE
24OPTION CW      -dialect c99 -inline on
25
26// Disable optimization for debug builds
27SRCDBG
28
29EPOCHEAPSIZE 0x5000 0x400000
30EPOCSTACKSIZE 0x10000
31
32// Allow global writeable static data
33#ifndef WINSCW
34EPOCALLOWDLLDATA
35#endif
36
37MACRO       SYMBIAN
38//MACRO       IN_LIBSOFIA_SIP_UA
39//MACRO       IN_LIBSOFIA_SRES
40
41// Source files
42SOURCEPATH 			..\..\libsofia-sip-ua\su
43SOURCE              memmem.c
44
45SOURCEPATH 			..\..\tests
46SOURCE              test_nua.c
47SOURCE          test_ops.c
48SOURCE          test_init.c
49SOURCE          test_nua_api.c
50SOURCE          test_nua_params.c
51SOURCE          test_register.c
52SOURCE          test_basic_call.c
53SOURCE          test_call_reject.c
54SOURCE          test_cancel_bye.c
55SOURCE          test_call_hold.c
56SOURCE          test_session_timer.c
57SOURCE          test_refer.c
58SOURCE          test_100rel.c
59SOURCE          test_simple.c
60SOURCE          test_sip_events.c
61SOURCE          test_extension.c
62SOURCE          test_proxy.c
63SOURCE          test_nat.c
64SOURCE          test_nat_tags.c
65SOURCE          test_offer_answer.c
66
67USERINCLUDE		..
68USERINCLUDE		..\..\libsofia-sip-ua\nua
69
70SYSTEMINCLUDE   \epoc32\include\osextensions
71SYSTEMINCLUDE   \epoc32\include
72SYSTEMINCLUDE   \epoc32\include\stdapis
73SYSTEMINCLUDE   \epoc32\include\stdapis\openssl
74
75// Library dependencies
76LIBRARY         commdb.lib
77STATICLIBRARY   libcrt0.lib
78LIBRARY         libc.lib
79LIBRARY         libm.lib
80LIBRARY         libpthread.lib
81LIBRARY         libcrypto.lib
82LIBRARY         libssl.lib
83LIBRARY         euser.lib
84LIBRARY         insock.lib
85LIBRARY         esock.lib
86
87// Sofia-SIP libs
88LIBRARY         libsofia-sip-ua.lib
89