messagingfw/wappushfw/MiscPushMsgUtils/group/Miscpushmsgutils.mmp
changeset 0 8e480a14352b
child 6 fe71b07a6401
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 2003-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 // miscpushmsgutils.dll Utilities for handling multipart wap push messages
       
    15 // wappushunknown.rsc Wappush plugin resource file
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 TARGET          miscpushmsgutils.dll  
       
    25 TARGETTYPE      DLL
       
    26 CAPABILITY ALL -TCB
       
    27 
       
    28 //		Shared lib uid	PushUtils unique uid
       
    29 UID		0x1000008d		0x101F55FB
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          CMultipartBinIterator.cpp CMultipartIteratorBase.cpp
       
    34 SOURCE		Cmultipartpushmsgentry.cpp  Cunknownpushmsgentry.cpp
       
    35 SOURCE		Cmultiparttextiterator.cpp
       
    36 #ifdef __MESSAGING_API_V2__
       
    37 SOURCE		CAsyncWaiter.cpp
       
    38 #endif // __MESSAGING_API_V2__
       
    39 
       
    40 USERINCLUDE     ../inc 
       
    41 USERINCLUDE	../../pushmtm/inc 
       
    42 USERINCLUDE	../../pushwatcher/inc
       
    43 USERINCLUDE	../../pushutils/inc
       
    44 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    45 USERINCLUDE	../../PushMsgEntry/inc
       
    46 #endif	//SYMBIAN_ENABLE_SPLIT_HEADERS
       
    47 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    48 
       
    49 LIBRARY		 efsrv.lib euser.lib msgs.lib estor.lib bafl.lib 
       
    50 LIBRARY      	wappushutils.lib pushmsgentry.lib
       
    51 
       
    52 SOURCEPATH	../group
       
    53 #ifdef __SECURE_DATA__
       
    54 START RESOURCE	WapPushUnknown.rss
       
    55 TARGETPATH resource/messaging
       
    56 HEADER
       
    57 LANG	SC
       
    58 END
       
    59 #else // __SECURE_DATA__
       
    60 SYSTEMRESOURCE          WapPushUnknown.RSS
       
    61 LANG                    SC
       
    62 #endif // __SECURE_DATA__
       
    63 
       
    64 #ifdef __MESSAGING_API_V2__
       
    65 
       
    66 #ifdef WINS
       
    67 	DEFFILE     ../../bwins/v2_MISCPUSHMSGUTILS.DEF
       
    68 #elif defined X86GCC
       
    69 	DEFFILE     ../../bx86gcc/v2_MISCPUSHMSGUTILS.DEF
       
    70 #else
       
    71 	DEFFILE     ../../eabi/v2_MISCPUSHMSGUTILS.def
       
    72 #endif 
       
    73 
       
    74 #else
       
    75 
       
    76 #ifdef WINS
       
    77 	DEFFILE     ..\..\BWins\MISCPUSHMSGUTILS.def
       
    78 #elif defined X86GCC
       
    79 	DEFFILE     ../../bx86gcc/MISCPUSHMSGUTILS.def
       
    80 #else
       
    81 	DEFFILE     ..\..\EABI\MISCPUSHMSGUTILS.def
       
    82 #endif  
       
    83 
       
    84 #endif // __MESSAGING_API_V2__
       
    85 
       
    86 SMPSAFE