messagingfw/wappushfw/examples/PushAppHandlerEx/test/t_push.mmp
changeset 62 db3f5fa34ec7
child 35 f8ad95794a08
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     1 // Copyright (c) 2000-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 // T_WAPMMS.MMP
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET          TWapPush.exe  
       
    19 TARGETTYPE      EXE
       
    20 CAPABILITY ReadDeviceData WriteDeviceData NetworkServices LocalServices ReadUserData WriteUserData
       
    21 
       
    22 USERINCLUDE     ./. 
       
    23 USERINCLUDE     /wap-browser/wappush/tpush/dummystack
       
    24 USERINCLUDE      /wap-browser/wappush/Plugins/inc
       
    25 USERINCLUDE      /wap-browser/wappush/pushutils/inc
       
    26 USERINCLUDE	     /wap-browser/wappush/pushwatcher/inc
       
    27 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    28 SOURCEPATH	    ./.
       
    29 SOURCE			t_baseMessage.cpp Wappushmsggen.cpp
       
    30 SOURCE			t_WapPush.cpp 
       
    31 SOURCE			t_ScriptTest.cpp
       
    32 SOURCE			t_serviceutils.cpp
       
    33 SOURCEPATH		/wap-browser/WapPush/PushWatcher/src
       
    34 SOURCE			CLWatcher.cpp ConnMan.cpp 
       
    35 USERINCLUDE		../test/t_utils
       
    36 SOURCEPATH		../test/t_utils
       
    37 SOURCE			ScriptFile.cpp ScriptSection.cpp ScriptSectionItem.cpp
       
    38 
       
    39 LIBRARY    		euser.lib dummywapstack.lib flogger.lib wappushutils.lib ECom.lib
       
    40 LIBRARY			msgs.lib mmsutils.lib
       
    41 LIBRARY			Efsrv.lib
       
    42 VENDORID 0x70000001
       
    43 
       
    44 SMPSAFE