51
|
1 |
// Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// remconserver.exe Remote Control server.
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
@internalComponent
|
|
21 |
*/
|
|
22 |
|
|
23 |
#include <remcon/remconservercaps.mmh>
|
|
24 |
|
|
25 |
TARGET remconserver.exe
|
|
26 |
TARGETPATH /system/programs
|
|
27 |
TARGETTYPE exe
|
|
28 |
// UID2 = 0x0 for plain exes
|
|
29 |
// UID3 = unique for RemCon system
|
|
30 |
UID 0x0 0x101f9067
|
|
31 |
VENDORID 0x70000001
|
|
32 |
|
|
33 |
// Non-default stack size to allow for plugins which use Qt APIs.
|
|
34 |
// (The value is a standard for Symbian Qt apps, generated by qmake.)
|
|
35 |
EPOCSTACKSIZE 0x14000
|
|
36 |
|
|
37 |
SOURCEPATH ../src
|
|
38 |
SOURCE activehelper.cpp
|
|
39 |
SOURCE bearermanager.cpp
|
|
40 |
SOURCE connectionhistory.cpp
|
|
41 |
SOURCE connections.cpp
|
|
42 |
SOURCE convertermanager.cpp
|
|
43 |
SOURCE main.cpp
|
|
44 |
SOURCE messagequeue.cpp
|
|
45 |
SOURCE remconmessage.cpp
|
|
46 |
SOURCE server.cpp
|
|
47 |
SOURCE session.cpp
|
|
48 |
SOURCE messagerecipients.cpp
|
|
49 |
SOURCE tspv4stub.cpp
|
|
50 |
SOURCE bulkserver.cpp
|
|
51 |
SOURCE bulksession.cpp
|
|
52 |
SOURCE bulkmain.cpp
|
|
53 |
SOURCE bulkbearerinterface.cpp
|
|
54 |
SOURCE controllersession.cpp
|
|
55 |
SOURCE targetsession.cpp
|
|
56 |
SOURCE targetclientprocess.cpp
|
|
57 |
|
|
58 |
SOURCEPATH ../../common
|
|
59 |
SOURCE utils.cpp
|
|
60 |
|
|
61 |
USERINCLUDE ../inc
|
|
62 |
USERINCLUDE ../../common
|
|
63 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
64 |
|
|
65 |
LIBRARY euser.lib
|
|
66 |
LIBRARY ecom.lib
|
|
67 |
LIBRARY remconbearerplugin.lib
|
|
68 |
LIBRARY remcontargetselectorplugin.lib
|
|
69 |
LIBRARY remconconverterplugin.lib
|
|
70 |
LIBRARY remcontypes.lib
|
|
71 |
LIBRARY estor.lib
|
|
72 |
|
|
73 |
NOEXPORTLIBRARY
|
|
74 |
|
|
75 |
#include <bluetooth/btlogger.mmh>
|
|
76 |
|
|
77 |
UNPAGED
|
|
78 |
|
|
79 |
SMPSAFE
|