remotecontrol/remotecontrolfw/types/group/remcontypes.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 // remcontypes.dll Utility DLL containing shared types for RemCon.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 // As well as RemCon server, this DLL has to work when linked to by any 
       
    24 // conceivable RemCon client.
       
    25 CAPABILITY		All -Tcb
       
    26 
       
    27 TARGET			remcontypes.dll
       
    28 TARGETPATH		/system/libs
       
    29 TARGETTYPE		dll
       
    30 // UID2 = 0x1000008d for static interface DLLs.
       
    31 // UID3 = unique for RemCon system
       
    32 UID 			0x1000008d 0x101f9067
       
    33 VENDORID		0x70000001
       
    34 
       
    35 SOURCEPATH		../src
       
    36 SOURCE			remconaddress.cpp remconifdetails.cpp
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 LIBRARY 		euser.lib
       
    41 library			estor.lib
       
    42 
       
    43 #include <bluetooth/btlogger.mmh>
       
    44 
       
    45 UNPAGED
       
    46 
       
    47 SMPSAFE