summaryrefslogtreecommitdiff
path: root/build.symbian/symbian_audio.mmp
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-01-07 14:24:28 -0600
committerDavid M. Lee <dlee@digium.com>2013-01-07 14:24:28 -0600
commitf3ab456a17af1c89a6e3be4d20c5944853df1cb0 (patch)
treed00e1a332cd038a6d906a1ea0ac91e1a4458e617 /build.symbian/symbian_audio.mmp
Import pjproject-2.0.1
Diffstat (limited to 'build.symbian/symbian_audio.mmp')
-rw-r--r--build.symbian/symbian_audio.mmp47
1 files changed, 47 insertions, 0 deletions
diff --git a/build.symbian/symbian_audio.mmp b/build.symbian/symbian_audio.mmp
new file mode 100644
index 0000000..bba9ce5
--- /dev/null
+++ b/build.symbian/symbian_audio.mmp
@@ -0,0 +1,47 @@
+#if defined(PJ_BUILD_DLL)
+
+TARGET symbian_audio.dll
+TARGETTYPE dll
+UID 0x0 0xA000000C
+
+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
+
+#endif
+
+SOURCEPATH ..\pjmedia\src\pjmedia
+
+OPTION CW -lang c++
+OPTION GCCE -O2 -fno-unit-at-a-time
+OPTION ARMCC --gnu
+
+MACRO PJ_M_I386=1
+MACRO PJ_SYMBIAN=1
+
+SOURCE nullsound.c
+SOURCE symbian_sound.cpp
+SOURCE symbian_sound_aps.cpp
+
+SYSTEMINCLUDE ..\pjlib\include
+SYSTEMINCLUDE ..\pjmedia\include
+
+SYSTEMINCLUDE \epoc32\include
+SYSTEMINCLUDE \epoc32\include\libc
+SYSTEMINCLUDE \epoc32\include\mmf\server
+SYSTEMINCLUDE \epoc32\include\mmf\common
+SYSTEMINCLUDE \epoc32\include\mda\common
+
+SYSTEMINCLUDE \epoc32\include\mmf\plugin
+