libsrtp.mmp 1.3 KB

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