accessoryservices/remotecontrolfw/server/group/remconserver.mmp
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2004-2009 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 SOURCEPATH		../src
       
    34 SOURCE			activehelper.cpp
       
    35 SOURCE			bearermanager.cpp
       
    36 SOURCE			connectionhistory.cpp
       
    37 SOURCE			connections.cpp
       
    38 SOURCE			convertermanager.cpp
       
    39 SOURCE			main.cpp
       
    40 SOURCE			messagequeue.cpp
       
    41 SOURCE			remconmessage.cpp
       
    42 SOURCE			server.cpp
       
    43 SOURCE			session.cpp
       
    44 SOURCE 			messagerecipients.cpp
       
    45 SOURCE			tspv4stub.cpp
       
    46 SOURCE			bulkserver.cpp 
       
    47 SOURCE			bulksession.cpp
       
    48 SOURCE			bulkmain.cpp
       
    49 SOURCE			bulkbearerinterface.cpp
       
    50 
       
    51 SOURCEPATH		../../common
       
    52 SOURCE			utils.cpp
       
    53 
       
    54 USERINCLUDE 	../inc
       
    55 USERINCLUDE 	../../common
       
    56 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    57 
       
    58 LIBRARY 		euser.lib
       
    59 LIBRARY 		ecom.lib
       
    60 LIBRARY 		remconbearerplugin.lib
       
    61 LIBRARY 		remcontargetselectorplugin.lib
       
    62 LIBRARY 		remconconverterplugin.lib
       
    63 LIBRARY 		remcontypes.lib
       
    64 LIBRARY			estor.lib
       
    65 
       
    66 NOEXPORTLIBRARY
       
    67 
       
    68 #include <bluetooth/btlogger.mmh>
       
    69 
       
    70 UNPAGED
       
    71 
       
    72 SMPSAFE