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