accessoryservices/remotecontrolfw/client/sidekeyapi/group/remconsidekeyapi.mmp
changeset 74 9d35fd98f273
equal deleted inserted replaced
69:dc67b94625c5 74:9d35fd98f273
       
     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 // remconsidekeyapi.dll An outer layer client side library facilitating 
       
    15 // Side Key messages.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 
       
    25 
       
    26 TARGET			remconsidekeyapi.dll //Recommended unpaged
       
    27 
       
    28 // We need all these caps because we don't know anything about the process 
       
    29 // we'll be running in.
       
    30 CAPABILITY		All -Tcb
       
    31 TARGETTYPE		dll
       
    32 // UID2 = 0x1000008d for static interface DLLs.
       
    33 // UID3 = unique for RemCon system
       
    34 UID 			0x1000008d 0x101f9067
       
    35 VENDORID		0x70000001
       
    36 
       
    37 USERINCLUDE 	../inc
       
    38 
       
    39 
       
    40 SOURCEPATH		../src
       
    41 SOURCE			sidekeytarget.cpp
       
    42 
       
    43 
       
    44 USERINCLUDE 	../../../common
       
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 LIBRARY 		euser.lib
       
    48 LIBRARY 		remconinterfacebase.lib
       
    49 
       
    50 #include <bluetooth/btlogger.mmh>
       
    51 
       
    52 SMPSAFE