messagingappbase/msgavkon/msgnotifiers/group/MsgNotifiers.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2005 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:  MsgNotifiers.mmp*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          msgnotifiers.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x101fdfae 0x1020737F
       
    25 VERSION 	10.0
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 PAGED
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 
       
    32 SYSTEMINCLUDE   ../../../../inc
       
    33 APP_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 START RESOURCE  MsgNotifiers.rss
       
    36 HEADER
       
    37 TARGETPATH      /resource
       
    38 LANGUAGE_IDS
       
    39 END
       
    40 
       
    41 // Project source paths
       
    42 SOURCEPATH      ../src
       
    43 
       
    44 SOURCE          MsgNotifiersPlugin.cpp
       
    45 SOURCE          MsgConfirmSendNotifier.cpp
       
    46 SOURCE          MsgConfirmSendQuery.cpp
       
    47 
       
    48 LIBRARY         viewcli.lib
       
    49 LIBRARY         estor.lib
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         efsrv.lib
       
    52 LIBRARY         ws32.lib
       
    53 LIBRARY         bafl.lib
       
    54 LIBRARY         cone.lib
       
    55 LIBRARY         eikcoctl.lib
       
    56 LIBRARY         eikdlg.lib
       
    57 LIBRARY         eikcore.lib
       
    58 LIBRARY         eiksrv.lib
       
    59 LIBRARY         avkon.lib
       
    60 LIBRARY         commonengine.lib
       
    61 LIBRARY         eiksrvui.lib
       
    62 LIBRARY         eikctl.lib
       
    63 LIBRARY         aknnotifyplugin.lib
       
    64 
       
    65 LIBRARY         msgs.lib
       
    66 LIBRARY         sisregistryclient.lib
       
    67 
       
    68 #if defined( ARMCC )
       
    69 deffile         ./eabi.def
       
    70 #elif defined( WINS )
       
    71 deffile         ./wins.def
       
    72 #endif
       
    73