summaryrefslogtreecommitdiff
path: root/build.symbian/pjsip.mmp
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-05-01 16:54:54 +0000
committerBenny Prijono <bennylp@teluu.com>2007-05-01 16:54:54 +0000
commit682ee6718afa661df775bd44b4fdf89344ec67b2 (patch)
tree5949acca77d1ff14c50b1fc3b6d3a996539fe7d6 /build.symbian/pjsip.mmp
parentb93717c9a39a0755f65df6b252b1e3506d7a42c8 (diff)
PJSDP port to Symbian
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1240 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build.symbian/pjsip.mmp')
-rw-r--r--build.symbian/pjsip.mmp46
1 files changed, 46 insertions, 0 deletions
diff --git a/build.symbian/pjsip.mmp b/build.symbian/pjsip.mmp
new file mode 100644
index 00000000..cb280b67
--- /dev/null
+++ b/build.symbian/pjsip.mmp
@@ -0,0 +1,46 @@
+TARGET pjsip.lib
+TARGETTYPE lib
+UID 0x100039CE 0x10004299
+VENDORID 0x70000001
+
+SOURCEPATH ..\pjsip\src\pjsip
+
+MACRO PJ_M_I386=1
+MACRO PJ_SYMBIAN=1
+MACRO PJ_IMPORTING
+
+OPTION CW -lang c++
+
+// PJSIP-CORE files
+
+SOURCE sip_auth_client.c
+SOURCE sip_auth_msg.c
+SOURCE sip_auth_parser.c
+SOURCE sip_auth_server.c
+SOURCE sip_dialog.c
+SOURCE sip_endpoint.c
+SOURCE sip_errno.c
+SOURCE sip_msg.c
+SOURCE sip_parser.c
+SOURCE sip_resolve.c
+SOURCE sip_tel_uri.c
+SOURCE sip_transaction.c
+SOURCE sip_transport.c
+SOURCE sip_transport_loop.c
+SOURCE sip_transport_tcp.c
+SOURCE sip_transport_udp.c
+SOURCE sip_ua_layer.c
+SOURCE sip_uri.c
+SOURCE sip_util.c
+SOURCE sip_util_proxy.c
+SOURCE sip_util_statefull.c
+
+SYSTEMINCLUDE ..\pjlib\include
+SYSTEMINCLUDE ..\pjlib-util\include
+SYSTEMINCLUDE ..\pjsip\include
+
+SYSTEMINCLUDE \epoc32\include
+SYSTEMINCLUDE \epoc32\include\libc
+
+CAPABILITY None
+