networkprotocolmodules/networkpmutils/supldevlogger/group/supldevlogger.mmp
branchRCL_3
changeset 65 a796fdeeb33c
parent 58 87622fad6b51
equal deleted inserted replaced
58:87622fad6b51 65:a796fdeeb33c
     1 // Copyright (c) 2008-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 //
       
    15 
       
    16 TARGET		supldevlogger.dll
       
    17 TARGETTYPE	dll
       
    18 CAPABILITY	ALL -TCB
       
    19 UID		0x1000008d 0x10285AB1
       
    20 VENDORID	0x70000001
       
    21 
       
    22 MACRO ENABLE_SUPL_DEV_LOGGER
       
    23 
       
    24 SOURCEPATH		../src
       
    25 SOURCE			supldevlogger.cpp
       
    26 SOURCE			suplmemlogger.cpp
       
    27 
       
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 USERINCLUDE		../inc
       
    30 
       
    31 LIBRARY			euser.lib
       
    32 LIBRARY			flogger.lib
       
    33 LIBRARY			hal.lib
       
    34 
       
    35 SMPSAFE