~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/build.symbian/symbian_ua.mmp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// These part may be overwritten by automated test
2
 
// =BEGIN
3
 
#define SND_HAS_APS     0
4
 
#define SND_HAS_VAS     0
5
 
#define SND_HAS_MDA     1
6
 
// =END
7
 
 
8
 
TARGET                  symbian_ua.exe
9
 
TARGETTYPE              exe
10
 
//UID                   0x0 0x200235D3
11
 
UID                     0x0 0xA000000D
12
 
 
13
 
SOURCEPATH              ..\pjsip-apps\src\symbian_ua
14
 
 
15
 
OPTION                  ARMCC --gnu
16
 
 
17
 
MACRO                   PJ_M_I386=1
18
 
MACRO                   PJ_SYMBIAN=1
19
 
 
20
 
// Source files
21
 
 
22
 
SOURCE                  ua.cpp
23
 
SOURCE                  main_symbian.cpp
24
 
 
25
 
DOCUMENT                ua.h
26
 
 
27
 
START RESOURCE          symbian_ua_reg.rss
28
 
        TARGETPATH      \private\10003a3f\apps
29
 
END
30
 
 
31
 
SYSTEMINCLUDE           ..\pjlib\include
32
 
SYSTEMINCLUDE           ..\pjlib-util\include
33
 
SYSTEMINCLUDE           ..\pjnath\include
34
 
SYSTEMINCLUDE           ..\pjmedia\include
35
 
SYSTEMINCLUDE           ..\pjsip\include
36
 
 
37
 
SYSTEMINCLUDE           \epoc32\include
38
 
SYSTEMINCLUDE           \epoc32\include\libc
39
 
 
40
 
// Ordering static libs based on dependencies, most to least dependent,
41
 
// this could be necessary for some SDKs, e.g: S60 3rd MR
42
 
STATICLIBRARY           pjsua_lib.lib
43
 
STATICLIBRARY           pjsip_ua.lib pjsip_simple.lib pjsip.lib
44
 
STATICLIBRARY           libgsmcodec.lib libspeexcodec.lib 
45
 
STATICLIBRARY           libg7221codec.lib libpassthroughcodec.lib
46
 
STATICLIBRARY           pjmedia.lib
47
 
STATICLIBRARY           pjmedia_audiodev.lib
48
 
STATICLIBRARY           pjsdp.lib
49
 
STATICLIBRARY           pjnath.lib
50
 
STATICLIBRARY           pjlib_util.lib pjlib.lib
51
 
STATICLIBRARY           libsrtp.lib
52
 
STATICLIBRARY           libresample.lib
53
 
 
54
 
#if SND_HAS_APS
55
 
        LIBRARY         APSSession2.lib
56
 
#endif
57
 
 
58
 
#if SND_HAS_VAS
59
 
        LIBRARY         VoIPAudioIntfc.lib              
60
 
#endif
61
 
 
62
 
#if SND_HAS_MDA
63
 
        LIBRARY         mediaclientaudiostream.lib
64
 
        LIBRARY         mediaclientaudioinputstream.lib
65
 
#endif
66
 
 
67
 
#if SND_HAS_APS || SND_HAS_VAS
68
 
        CAPABILITY      NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment MultimediaDD
69
 
#else
70
 
        CAPABILITY      NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment
71
 
#endif
72
 
        
73
 
#ifdef WINSCW
74
 
        STATICLIBRARY   eexe.lib ecrt0.lib
75
 
#endif
76
 
 
77
 
LIBRARY                 esock.lib insock.lib charconv.lib euser.lib estlib.lib commdb.lib apengine.lib 
78
 
LIBRARY                 securesocket.lib x509.lib crypto.lib x500.lib 
79
 
LIBRARY                 hal.lib efsrv.lib
80
 
 
81
 
// The default 8KB seems to be insufficient with all bells and
82
 
// whistles turned on
83
 
EPOCSTACKSIZE           12288
84