breakdeps/backend.mmp
author William Roberts <williamr@symbian.org>
Mon, 18 Oct 2010 17:18:49 +0100
changeset 136 4c8d6b2fb1da
parent 40 1a6d7a8194fb
child 79 26cde9838d22
permissions -rw-r--r--
First stab at stem_QtGui.dll - nasty, nasty, nasty
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
// All rights reserved.
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
// This component and the accompanying materials are made available
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
// which accompanies this distribution, and is available
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
//
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
// Initial Contributors:
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
//
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
// Contributors:
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
//
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
// Description:
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
// Name        : backend.mmp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
// Part of     : backend specific include MMP file
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
// This is a project specific include file for building the 
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
// backend library.
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
//
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    19
// Modified to build stem_backend.dll to break dependency on bluetooth.dll
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    20
// Assumes that the sf/os/ossrv package is accessible, and adjusts the paths
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    21
// to refer back to /sf/os/ossrv/genericopenlibs/openenvcore/backend where needed
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
   
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    25
TARGET            stem_backend.dll
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
TARGETTYPE        dll
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    27
UID               0x1000008d  0x102828D5
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
LANG            SC
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
CAPABILITY      ALL -TCB
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    31
VENDORID        0x70000001
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    32
VERSION 				1.1
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    33
// Macro defs
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    34
#include "/sf/os/ossrv/genericopenlibs/openenvcore/libc/group/libcflags.mmpi"
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    35
#ifdef GCCXML
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    36
MACRO __wchar_t_defined
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    37
#endif //GCCXML
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    38
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    39
USERINCLUDE			/sf/os/ossrv/genericopenlibs/openenvcore/backend/inc
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    40
USERINCLUDE			/sf/os/ossrv/genericopenlibs/openenvcore/libc/inc 
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    41
USERINCLUDE			/sf/os/ossrv/genericopenlibs/openenvcore/ewsd/inc
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    42
USERINCLUDE			/sf/os/ossrv/genericopenlibs/openenvcore/backend/ipcserver/ipccli/inc
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    43
USERINCLUDE			/sf/os/ossrv/genericopenlibs/openenvcore/backend/ipcserver/ipcsrv/inc
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    44
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    45
// Illegal dependancy on tz.h in MW layer. Needs fixing
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    46
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    47
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    48
OS_LAYER_LIBC_SYSTEMINCLUDE
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    49
40
1a6d7a8194fb Fix up def file for backend.dll
Tom Pritchard <tomp@symbian.org>
parents: 21
diff changeset
    50
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    51
//backend without signals and librt support
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    52
#ifndef SYMBIAN_OE_POSIX_SIGNALS
40
1a6d7a8194fb Fix up def file for backend.dll
Tom Pritchard <tomp@symbian.org>
parents: 21
diff changeset
    53
#error We are not going to bother with this scenario
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    54
#ifdef WINSCW
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    55
DEFFILE			/sf/os/ossrv/genericopenlibs/openenvcore/backend/bwins/old_backend.def
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    56
#else
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    57
DEFFILE			/sf/os/ossrv/genericopenlibs/openenvcore/backend/eabi/old_backend.def
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    58
#endif
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    59
#endif
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    60
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    61
//backend without librt support
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    62
#if (defined SYMBIAN_OE_POSIX_SIGNALS && !defined SYMBIAN_OE_LIBRT)
40
1a6d7a8194fb Fix up def file for backend.dll
Tom Pritchard <tomp@symbian.org>
parents: 21
diff changeset
    63
#error We are not going to bother with this scenario either
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    64
#ifdef WINSCW
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    65
DEFFILE			/sf/os/ossrv/genericopenlibs/openenvcore/backend/bwins/backendwolibrt.def 
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    66
#else
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    67
DEFFILE			/sf/os/ossrv/genericopenlibs/openenvcore/backend/eabi/backendwolibrt.def
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    68
#endif
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    69
#endif
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    70
40
1a6d7a8194fb Fix up def file for backend.dll
Tom Pritchard <tomp@symbian.org>
parents: 21
diff changeset
    71
DEFFILE			/sf/os/ossrv/genericopenlibs/openenvcore/backend/~/backend.def
1a6d7a8194fb Fix up def file for backend.dll
Tom Pritchard <tomp@symbian.org>
parents: 21
diff changeset
    72
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
    73
SOURCEPATH   	/sf/os/ossrv/genericopenlibs/openenvcore/backend/inc
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    74
DOCUMENT     	base.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    75
DOCUMENT     	consolestream.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    76
DOCUMENT     	fdesc.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    77
DOCUMENT     	fdtransfermsg.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    78
DOCUMENT     	fdtransfer_cli.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    79
DOCUMENT     	fdtransfer_srv.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    80
DOCUMENT     	filestream.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    81
DOCUMENT     	link.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    82
DOCUMENT     	lposix.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    83
DOCUMENT     	ltime.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    84
DOCUMENT     	netdb_r.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    85
DOCUMENT     	readrequesthandler.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    86
DOCUMENT     	serialstream.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    87
DOCUMENT     	shutdown.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    88
DOCUMENT     	spawn_r.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    89
DOCUMENT     	stdioclient.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    90
DOCUMENT     	stdioserver.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    91
DOCUMENT     	stdiosession.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    92
DOCUMENT     	streambase.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    93
DOCUMENT     	sysif.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    94
DOCUMENT     	sysreent.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    95
DOCUMENT     	systemspecialfilercg.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    96
DOCUMENT 		mmap.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    97
DOCUMENT 		mmapcontrollernode.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    98
DOCUMENT    	mmapmemorynode.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
    99
DOCUMENT    	stdio_r.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   100
DOCUMENT    	stdlib_r.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   101
DOCUMENT		sysusrinclude.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   102
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   103
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   104
SOURCEPATH   	/sf/os/ossrv/genericopenlibs/openenvcore/backend/ipcserver/ipccli/inc
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   105
DOCUMENT    	ipcclient.dosc
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   106
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   107
#ifndef WINSCW
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   108
EPOCALLOWDLLDATA
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   109
#endif //WINSCW
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   110
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   111
//Main Backend codes
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   112
SOURCEPATH	/sf/os/ossrv/genericopenlibs/openenvcore/backend/src/corebackend
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   113
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   114
SOURCE		localif.cpp posixfs.cpp
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   115
SOURCE		ftable.cpp fdesc.cpp uconsole.cpp 
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   116
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   117
SOURCEPATH	.
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   118
SOURCE usocket.cpp
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   119
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   120
SOURCEPATH	/sf/os/ossrv/genericopenlibs/openenvcore/backend/src/corebackend
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   121
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   122
SOURCE		userial.cpp upipedesc.cpp uredirdesc.cpp udirectorydesc.cpp 
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   123
SOURCE		utilityfuns.cpp systemspecialfilercg.cpp conv.cpp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   124
SOURCE		fdtransfer_srv.cpp fdtransfer_cli.cpp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   125
SOURCE		ufilesocket.cpp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   126
SOURCE      usocketbase.cpp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   127
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   128
//Syscall code
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   129
SOURCEPATH /sf/os/ossrv/genericopenlibs/openenvcore/backend/src/syscall
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   130
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   131
SOURCE handlefms.cpp handlenms.cpp handlepms.cpp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   132
#ifdef SYMBIAN_OE_POSIX_SIGNALS
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   133
SOURCE handlesms.cpp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   134
#endif
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   135
SOURCE handleipc.cpp handlemmap.cpp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   136
SOURCE mmapcontroller.cpp mmapmemorynode.cpp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   137
SOURCE handlestringfuncs.cpp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   138
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   139
//ipcserver-client code
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   140
SOURCEPATH /sf/os/ossrv/genericopenlibs/openenvcore/backend/ipcserver/ipccli/src
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   141
SOURCE ipcclient.cpp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   142
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   143
//StdioServer-Client Code
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   144
SOURCEPATH 	/sf/os/ossrv/genericopenlibs/openenvcore/backend/src/StdioRedir/Client
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   145
SOURCE		StdioClient.cpp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   146
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   147
#ifdef SYMBIAN_OE_POSIX_SIGNALS
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   148
//signal server client code
21
4a02a61ca23a Add stem_backend.dll to the stemkit build, to break the bluetooth.dll dependency
William Roberts <williamr@symbian.org>
parents: 20
diff changeset
   149
SOURCEPATH 	/sf/os/ossrv/genericopenlibs/openenvcore/backend/src/signalserver/client
20
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   150
SOURCE		signalclient.cpp
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   151
#endif
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   152
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   153
//Backend dependent Libraries
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   154
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   155
LIBRARY 	euser.lib
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   156
LIBRARY		commdb.lib
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   157
LIBRARY 	efsrv.lib
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   158
LIBRARY		esock.lib
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   159
LIBRARY		c32.lib
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   160
LIBRARY 	insock.lib 
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   161
LIBRARY		rpipe.lib
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   162
LIBRARY		charconv.lib
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   163
LIBRARY     estor.lib 
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   164
LIBRARY     tzclient.lib 
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   165
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   166
#ifdef WINSCW
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   167
//wsd solution
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   168
LIBRARY		ewsd.lib
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   169
#endif
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   170
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   171
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   172
PAGED
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   173
// End of File
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   174
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   175
37dc158a4522 Start breaking the dependency of backend.dll on bluetooth.dll - commit copies of the original ossrv files from PDK 3.0.2
William Roberts <williamr@symbian.org>
parents:
diff changeset
   176
SMPSAFE