networkprotocolmodules/suplcontrolplaneprotocols/common/suplrrlpprotocol/sfgroup/suplrrlpprotocol.mmp
branchGCC_SURGE
changeset 49 5f20f71a57a3
parent 41 ec40843d536a
parent 45 15a2125aa2f3
equal deleted inserted replaced
41:ec40843d536a 49:5f20f71a57a3
     1 
       
     2 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description: suplrrlpprotocol.mmp - This is the project specification file for SuplRRLPProtocol.
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET		  suplrrlpprotocol.dll
       
    19 TARGETTYPE	  DLL
       
    20 UID 0 0x10283764
       
    21 
       
    22 CAPABILITY ALL -TCB
       
    23 
       
    24 // Sources
       
    25 SOURCEPATH		../src
       
    26 SOURCE			suplrrlpstatemachine.cpp
       
    27 SOURCE			dllmain.cpp
       
    28 
       
    29 // 
       
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    32 
       
    33 // Includes
       
    34 USERINCLUDE		../inc 
       
    35 USERINCLUDE		../../suplpositioningprotbase/inc/
       
    36 USERINCLUDE		../../../../common/suplrrlpasn1/inc/
       
    37 USERINCLUDE     ../../../../../locationmgmt/locationcore/LbsPartnerCommon/inc
       
    38 USERINCLUDE		../../../../common/supldevlogger/inc
       
    39 
       
    40 // Libraries
       
    41 LIBRARY		lbspartnercommon.lib 
       
    42 LIBRARY		euser.lib 
       
    43 LIBRARY 	lbsnetprotocol.lib 
       
    44 LIBRARY		lbsassistancedata.lib 
       
    45 LIBRARY		lbs.lib 
       
    46 LIBRARY		suplrrlpasn1.lib
       
    47 LIBRARY		supldevlogger.lib
       
    48 
       
    49 SMPSAFE