summaryrefslogtreecommitdiff
path: root/build.symbian/symbian_audio.mmp
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-08-30 13:49:33 +0000
committerBenny Prijono <bennylp@teluu.com>2007-08-30 13:49:33 +0000
commit5ac8f5a93ff6f9b5dcef98b5839596cd9085028b (patch)
tree463605aaa97055d6012c1e71d493019e518fe42c /build.symbian/symbian_audio.mmp
parent29394e589fd7af5f6459b72f153f571cd36f58f4 (diff)
More Symbian works:
- changed PJ_VERSION to pj_get_version() in pjsua-lib - added .mmp file for symbian_sound.cpp - allow pj_gethostip() in Symbian to return 127.0.0.1 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1426 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build.symbian/symbian_audio.mmp')
-rw-r--r--build.symbian/symbian_audio.mmp42
1 files changed, 42 insertions, 0 deletions
diff --git a/build.symbian/symbian_audio.mmp b/build.symbian/symbian_audio.mmp
new file mode 100644
index 00000000..5a86c308
--- /dev/null
+++ b/build.symbian/symbian_audio.mmp
@@ -0,0 +1,42 @@
+#if defined(EKA2)
+
+TARGET symbian_audio.dll
+TARGETTYPE dll
+UID 0x1000008d 0xA0004288
+
+CAPABILITY None
+LIBRARY pjlib.lib charconv.lib euser.lib estlib.lib
+LIBRARY mediaclientaudiostream.lib
+LIBRARY mediaclientaudioinputstream.lib
+
+MACRO PJ_DLL
+MACRO PJ_EXPORTING
+
+DEFFILE .\symbian_audio.def
+
+#else
+
+TARGET symbian_audio.lib
+TARGETTYPE lib
+UID 0x100039CE 0x10004288
+VENDORID 0x70000001
+
+#endif
+
+SOURCEPATH ..\pjmedia\src\pjmedia
+
+OPTION CW -lang c++
+
+MACRO PJ_M_I386=1
+MACRO PJ_SYMBIAN=1
+
+SOURCE symbian_sound.cpp
+
+SYSTEMINCLUDE ..\pjlib\include
+SYSTEMINCLUDE ..\pjmedia\include
+
+SYSTEMINCLUDE \epoc32\include
+SYSTEMINCLUDE \epoc32\include\libc
+
+SYSTEMINCLUDE \epoc32\include\mmf\plugin
+