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

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.2.1/build.symbian/libsrtp.mmp

  • Committer: Package Import Robot
  • Author(s): Francois Marier, Francois Marier, Mark Purcell
  • Date: 2014-10-18 15:08:50 UTC
  • mfrom: (1.1.12)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20141018150850-2exfk34ckb15pcwi
Tags: 1.4.1-0.1
[ Francois Marier ]
* Non-maintainer upload
* New upstream release (closes: #759576, #741130)
  - debian/rules +PJPROJECT_VERSION := 2.2.1
  - add upstream patch to fix broken TLS support
  - add patch to fix pjproject regression

[ Mark Purcell ]
* Build-Depends:
  - sflphone-daemon + libavformat-dev, libavcodec-dev, libswscale-dev,
  libavdevice-dev, libavutil-dev
  - sflphone-gnome + libclutter-gtk-1.0-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TARGET          libsrtp.lib
 
2
TARGETTYPE      lib
 
3
 
 
4
MACRO           PJ_M_I386=1
 
5
MACRO           PJ_SYMBIAN=1
 
6
 
 
7
//
 
8
// GCCE optimization setting
 
9
//
 
10
OPTION          GCCE -O2 -fno-unit-at-a-time
 
11
OPTION          ARMCC --gnu
 
12
 
 
13
//
 
14
// Speex files
 
15
//
 
16
SOURCEPATH      ..\third_party\srtp
 
17
 
 
18
SOURCE crypto\ae_xfm\xfm.c
 
19
SOURCE crypto\cipher\aes.c
 
20
SOURCE crypto\cipher\aes_cbc.c
 
21
SOURCE crypto\cipher\aes_icm.c
 
22
SOURCE crypto\cipher\cipher.c
 
23
SOURCE crypto\cipher\null_cipher.c
 
24
SOURCE crypto\hash\auth.c
 
25
SOURCE crypto\hash\hmac.c
 
26
SOURCE crypto\hash\null_auth.c
 
27
SOURCE crypto\hash\sha1.c
 
28
SOURCE crypto\kernel\alloc.c
 
29
SOURCE crypto\kernel\crypto_kernel.c
 
30
//SOURCE crypto\kernel\err.c
 
31
SOURCE crypto\kernel\key.c
 
32
SOURCE crypto\math\datatypes.c
 
33
SOURCE crypto\math\gf2_8.c
 
34
//SOURCE crypto\math\math.c
 
35
SOURCE crypto\math\stat.c
 
36
SOURCE crypto\replay\rdb.c
 
37
SOURCE crypto\replay\rdbx.c
 
38
//SOURCE crypto\replay\ut_sim.c
 
39
SOURCE crypto\rng\ctr_prng.c
 
40
SOURCE crypto\rng\prng.c
 
41
//SOURCE crypto\rng\rand_linux_kernel.c
 
42
SOURCE crypto\rng\rand_source.c
 
43
SOURCE pjlib\srtp_err.c
 
44
SOURCE srtp\srtp.c
 
45
SOURCE tables\aes_tables.c
 
46
 
 
47
//SOURCEPATH    ..\pjmedia\src\pjmedia
 
48
 
 
49
//SOURCE transport_srtp.c
 
50
 
 
51
//
 
52
// Header files
 
53
//
 
54
SYSTEMINCLUDE   ..\third_party\srtp\include
 
55
SYSTEMINCLUDE   ..\third_party\srtp\crypto\include
 
56
SYSTEMINCLUDE   ..\third_party\build\srtp
 
57
SYSTEMINCLUDE   ..\pjlib\include 
 
58
 
 
59
SYSTEMINCLUDE   \epoc32\include 
 
60
SYSTEMINCLUDE   \epoc32\include\libc