serviceproviders/sapi_messaging/messagingservice/group/messagingservice.mmp
changeset 5 989d2f495d90
child 11 5c0037c72160
equal deleted inserted replaced
1:a36b1e19a461 5:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2007 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 the License "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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../../../group/sapiincludes.mmpi"
       
    20 
       
    21 TARGET         	messagingservice.dll
       
    22 TARGETTYPE     	DLL
       
    23 UID            	0x1000008D 0x102833AE
       
    24 
       
    25 #if defined(EKA2)
       
    26 CAPABILITY     	CAP_ECOM_PLUGIN
       
    27 VENDORID       	0x101FB657
       
    28 #endif
       
    29 
       
    30 
       
    31 LANG SC
       
    32 
       
    33 VERSION		1.0
       
    34 
       
    35 
       
    36 
       
    37 USERINCLUDE    	../inc
       
    38 
       
    39 SOURCEPATH		../src
       
    40 SOURCE				accessfolder.cpp
       
    41 SOURCE				messagedetail.cpp
       
    42 SOURCE				changestatus.cpp
       
    43 SOURCE				messageheader.cpp
       
    44 SOURCE				messagenotify.cpp
       
    45 SOURCE				messagingservice.cpp
       
    46 SOURCE				sendmessage.cpp
       
    47 
       
    48 
       
    49 LIBRARY        	euser.lib
       
    50 LIBRARY        	efsrv.lib
       
    51 LIBRARY        	bafl.lib
       
    52 LIBRARY        	eikcore.lib
       
    53 LIBRARY        	cone.lib
       
    54 LIBRARY       	sendas2.lib
       
    55 LIBRARY        	msgs.lib
       
    56 LIBRARY        	etext.lib
       
    57 LIBRARY        	apgrfx.lib
       
    58 LIBRARY        	apmime.lib
       
    59 
       
    60 paged
       
    61 
       
    62 // End of File
       
    63