networkprotocolmodules/suplprotocolmodule/SuplPushAPI/group/lbssuplpush.mmp
changeset 0 9cfd9a3ee49c
equal deleted inserted replaced
-1:000000000000 0:9cfd9a3ee49c
       
     1 // Copyright (c) 2007-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 // A mmp file for the SUPL Push API component 
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET		lbssuplpush.dll
       
    19 TARGETTYPE	DLL
       
    20 UID		0x1000007A 0x10283753
       
    21 CAPABILITY	ALL -TCB
       
    22 
       
    23 MACRO ENABLE_LBS_DEV_LOGGER
       
    24 
       
    25 USERINCLUDE	../inc
       
    26 USERINCLUDE	../../../../locationmgmt/locationcore/lbsrootapi/inc
       
    27 USERINCLUDE	../../../../locationmgmt/locationcore/LbsInternalApi/inc
       
    28 USERINCLUDE	../../../../locationmgmt/locationcore/lbsroot/inc
       
    29 USERINCLUDE	../../../../locationmgmt/locationcore/LbsPartnerCommon/inc
       
    30 
       
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 SOURCEPATH	../src
       
    34 SOURCE		lbssuplpush.cpp
       
    35 SOURCE		lbssuplpushimpl.cpp
       
    36 SOURCE		lbssuplpushreceiver.cpp
       
    37 SOURCE		lbssuplpushreceiverimpl.cpp
       
    38 SOURCE		lbssuplpushreceiverchannel.cpp
       
    39 
       
    40 LIBRARY		euser.lib lbsrootapi.lib centralrepository.lib lbspartnercommon.lib
       
    41 
       
    42 SMPSAFE