remotecontrol/remotecontrolfw/bearerplugin/group/remconbearerplugin.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 // remconbearerplugin.dll Base DLL for bearer plugins to RemCon.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 #include <remcon/remconservercaps.mmh>
       
    24 
       
    25 TARGET			remconbearerplugin.dll
       
    26 TARGETPATH		/system/libs
       
    27 TARGETTYPE		dll
       
    28 // UID2 = 0x1000008d for static interface DLLs.
       
    29 // UID3 = unique for RemCon system
       
    30 UID 			0x1000008d 0x101f9067
       
    31 VENDORID		0x70000001
       
    32 
       
    33 SOURCEPATH		../src
       
    34 SOURCE			bearerparams.cpp
       
    35 SOURCE			remconbearerplugin.cpp
       
    36 SOURCE			remconbearerobserver.cpp 
       
    37 SOURCE			remconbearerbulkobserver.cpp
       
    38 
       
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 
       
    41 LIBRARY 		euser.lib
       
    42 LIBRARY 		ecom.lib
       
    43 LIBRARY 		remcontypes.lib
       
    44 
       
    45 #include <bluetooth/btlogger.mmh>
       
    46 
       
    47 UNPAGED
       
    48 
       
    49 SMPSAFE