remotecontrol/remotecontrolfw/client/inner/group/remconclient.mmp
changeset 51 20ac952a623c
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
       
     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 // remconclient.dll Remote Control (inner) client side library.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 TARGET			remconclient.dll
       
    24 TARGETPATH		/system/libs
       
    25 // We need all these caps because we don't know anything about the process 
       
    26 // we'll be running in.
       
    27 CAPABILITY		All -Tcb
       
    28 TARGETTYPE		dll
       
    29 // UID2 = 0x1000008d for static interface DLLs.
       
    30 // UID3 = unique for RemCon system
       
    31 UID 			0x1000008d 0x101f9067
       
    32 VENDORID		0x70000001
       
    33 
       
    34 SOURCEPATH		../src
       
    35 SOURCE			session.cpp
       
    36 SOURCE			bulksession.cpp
       
    37 
       
    38 
       
    39 USERINCLUDE 	../../../common
       
    40 USERINCLUDE 	../../common
       
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 LIBRARY 		euser.lib
       
    44 LIBRARY 		remcontypes.lib
       
    45 
       
    46 #include <bluetooth/btlogger.mmh>
       
    47 
       
    48 UNPAGED
       
    49 
       
    50 SMPSAFE