summaryrefslogtreecommitdiff
path: root/mk/symbian
diff options
context:
space:
mode:
Diffstat (limited to 'mk/symbian')
-rw-r--r--mk/symbian/baresip.mmp87
-rw-r--r--mk/symbian/baresip_gcce.pkg24
-rw-r--r--mk/symbian/baresip_reg.rss16
-rw-r--r--mk/symbian/baresip_thumb.pkg14
-rw-r--r--mk/symbian/bld.inf12
-rw-r--r--mk/symbian/ecrt.cpp31
-rw-r--r--mk/symbian/mod.cpp19
-rw-r--r--mk/symbian/static.c14
8 files changed, 0 insertions, 217 deletions
diff --git a/mk/symbian/baresip.mmp b/mk/symbian/baresip.mmp
deleted file mode 100644
index 888ae0c..0000000
--- a/mk/symbian/baresip.mmp
+++ /dev/null
@@ -1,87 +0,0 @@
-/**
- * @file baresip.mmp Symbian makefile for baresip application
- *
- * Copyright (C) 2010 Creytiv.com
- */
-TARGET baresip.exe
-TARGETTYPE exe
-UID 0x100039CE 0x20011300
-
-#ifdef EKA2
-VENDORID 0
-CAPABILITY NetworkServices
-
-SOURCEPATH .
-START RESOURCE baresip_reg.rss
-#ifdef WINSCW
-TARGETPATH \private\10003a3f\apps
-#else
-TARGETPATH \private\10003a3f\import\apps
-#endif
-END
-#endif
-
-MACRO HAVE_PWD_H
-MACRO HAVE_UNISTD_H
-//MACRO USE_VIDEO
-
-SOURCEPATH ..\..\src
-SOURCE aucodec.c
-SOURCE audio.c
-SOURCE aufilt.c
-SOURCE auplay.c
-SOURCE ausrc.c
-SOURCE bfcp.c
-SOURCE call.c
-SOURCE cmd.c
-SOURCE conf.c
-SOURCE contact.c
-SOURCE main.c
-SOURCE mctrl.c
-SOURCE menc.c
-SOURCE mnat.c
-SOURCE module.c
-SOURCE net.c
-SOURCE play.c
-SOURCE reg.c
-SOURCE rtpkeep.c
-SOURCE sdp.c
-SOURCE sipreq.c
-SOURCE stream.c
-SOURCE ua.c
-SOURCE ui.c
-SOURCE vidcodec.c
-SOURCE vidfilt.c
-
-/* Static modules */
-MACRO STATIC
-
-SOURCEPATH .
-SOURCE static.c
-
-SOURCEPATH ..\..\modules\cons
-SOURCE cons.c
-
-SOURCEPATH ..\..\modules\g711
-SOURCE g711.c
-
-SOURCEPATH ..\..\modules\mda
-SOURCE mda.c player.cpp recorder.cpp util.cpp
-LIBRARY mediaclientaudiostream.lib mediaclientaudioinputstream.lib
-
-#ifdef EKA2
-SOURCEPATH .
-SOURCE ecrt.cpp
-#endif
-
-SYSTEMINCLUDE . ..\..\include
-SYSTEMINCLUDE \epoc32\include \epoc32\include\libc \epoc32\include\re
-SYSTEMINCLUDE \epoc32\include\rem
-LIBRARY estlib.lib euser.lib
-LIBRARY esock.lib insock.lib
-STATICLIBRARY resdp.lib resipsess.lib resip.lib restun.lib redns.lib re.lib
-STATICLIBRARY resipevent.lib rebfcp.lib rem.lib
-#ifndef EKA2
-STATICLIBRARY ecrt0.lib
-STATICLIBRARY libgcc.a
-#endif
diff --git a/mk/symbian/baresip_gcce.pkg b/mk/symbian/baresip_gcce.pkg
deleted file mode 100644
index f4e47e6..0000000
--- a/mk/symbian/baresip_gcce.pkg
+++ /dev/null
@@ -1,24 +0,0 @@
-; baresip_gcce.pkg
-;
-;Language - standard language definitions
-&EN
-
-; standard SIS file header
-#{"baresip"},(0x20011300),1,0,0
-
-;Localised Vendor name
-%{"Creytiv.com"}
-
-;Unique Vendor name
-:"Creytiv.com"
-
-;Supports Series 60 v 3.0
-[0x101F7961], 0, 0, 0, {"S60ProductID"}
-
-;Files to install
-"\epoc32\release\gcce\urel\baresip.exe" -"!:\sys\bin\baresip.exe"
-
-"\epoc32\data\z\private\10003a3f\import\apps\baresip_reg.rsc" -"!:\private\10003a3f\import\apps\baresip_reg.rsc"
-
-;required for application to be covered by backup/restore facility
-;"backup_registration.xml" -"c:\private\A00001F4\backup_registration.xml"
diff --git a/mk/symbian/baresip_reg.rss b/mk/symbian/baresip_reg.rss
deleted file mode 100644
index 58f91a3..0000000
--- a/mk/symbian/baresip_reg.rss
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * baresip_reg.rss
- */
-
-#include <appinfo.rh>
-
-UID2 KUidAppRegistrationResourceFile
-UID3 0x20011300
-
-RESOURCE APP_REGISTRATION_INFO
- {
- app_file="baresip";
-
- embeddability=KAppNotEmbeddable;
- newfile=KAppDoesNotSupportNewFile;
- }
diff --git a/mk/symbian/baresip_thumb.pkg b/mk/symbian/baresip_thumb.pkg
deleted file mode 100644
index a789a49..0000000
--- a/mk/symbian/baresip_thumb.pkg
+++ /dev/null
@@ -1,14 +0,0 @@
-; baresip_thumb.pkg
-;
-;Language - standard language definitions
-&EN
-
-; standard SIS file header
-#{"baresip"},(0x20011300),1,0,0
-
-;Supports Series 80 v 2.0
-(0x101F8ED2), 0, 0, 0, {"Series80ProductID"}
-
-;Files to install
-"\epoc32\release\thumb\urel\baresip.exe"
--"!:\system\apps\baresip\baresip.exe"
diff --git a/mk/symbian/bld.inf b/mk/symbian/bld.inf
deleted file mode 100644
index e429de1..0000000
--- a/mk/symbian/bld.inf
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- * @file bld.inf Symbian build information
- *
- * Copyright (C) 2010 Creytiv.com
- */
-
-PRJ_MMPFILES
-
-/* Application */
-baresip.mmp
-
-/* Modules */
diff --git a/mk/symbian/ecrt.cpp b/mk/symbian/ecrt.cpp
deleted file mode 100644
index 7d5e5d6..0000000
--- a/mk/symbian/ecrt.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
-/**
- * @file ecrt.cpp ECRT wrapper for Symbian OS
- *
- * Copyright (C) 2010 Creytiv.com
- */
-#include <stdlib.h>
-#include <stdio.h>
-#include <e32base.h>
-#include <e32cons.h>
-#include <sys/reent.h>
-
-_LIT(KAppName, "baresip");
-extern "C" int main(int argc, char** argv);
-
-
-TInt E32Main()
-{
- __UHEAP_MARK;
- CTrapCleanup* cleanup = CTrapCleanup::New();
- int ret = 0;
- TRAPD(err, ret = main(0, NULL));
- if (err)
- printf("main left with error %d\n", err);
- if (ret)
- printf("main returned %d\n", ret);
- __ASSERT_ALWAYS(!err, User::Panic(KAppName, err));
- CloseSTDLIB();
- delete cleanup;
- __UHEAP_MARKEND;
- return err;
-}
diff --git a/mk/symbian/mod.cpp b/mk/symbian/mod.cpp
deleted file mode 100644
index 0ccbe2d..0000000
--- a/mk/symbian/mod.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * @file mod.cpp Module wrapper for Symbian OS
- *
- * Copyright (C) 2010 Creytiv.com
- */
-#include <e32def.h>
-#include <e32std.h>
-#include <re_types.h>
-#include <re_mod.h>
-
-extern "C" {
- extern const struct mod_export exports;
-}
-
-
-EXPORT_C void *NewModule()
-{
- return (void *)&exports;
-}
diff --git a/mk/symbian/static.c b/mk/symbian/static.c
deleted file mode 100644
index 8ada5a1..0000000
--- a/mk/symbian/static.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* static.c - manually updated */
-#include <re_types.h>
-#include <re_mod.h>
-
-extern const struct mod_export exports_cons;
-extern const struct mod_export exports_g711;
-extern const struct mod_export exports_mda;
-
-const struct mod_export *mod_table[] = {
- &exports_cons,
- &exports_g711,
- &exports_mda,
- NULL
-};