messagingappbase/msgerrorwatcher/group/MsgErrorWatcher.mmp
branchRCL_3
changeset 60 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2002 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:  
       
    15 *     This is project specification file for the MsgErrorWatcher.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          msgerrorwatcher.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x100059CF
       
    27 VENDORID        VID_DEFAULT
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 VERSION 	10.0
       
    30 PAGED
       
    31 
       
    32 USERINCLUDE     ../inc
       
    33 SYSTEMINCLUDE	  /epoc32/include/ecom
       
    34 SYSTEMINCLUDE ../../../inc
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 START RESOURCE  100059CF.rss
       
    38 TARGET		    msgerrorwatcher.rsc
       
    39 END
       
    40 
       
    41 START RESOURCE  MsgErrorWatcherData.rss
       
    42 TARGETPATH      RESOURCE_FILES_DIR
       
    43 HEADER
       
    44 LANGUAGE_IDS
       
    45 END
       
    46 
       
    47 SOURCEPATH      ../src
       
    48 SOURCE          MsgErrorWatcher.cpp
       
    49 SOURCE          MsgSentItemsObserver.cpp
       
    50 SOURCE          MsgErrorCommDbObserver.cpp
       
    51 SOURCE          MsgErrorConnectionObserver.cpp
       
    52 SOURCE          MsgErrorDiskSpaceObserver.cpp
       
    53 SOURCE          MsgErrorRoamingObserver.cpp
       
    54 SOURCE          MsgErrorStartupObserver.cpp
       
    55 SOURCE          MsgErrorGlobalQuery.cpp
       
    56 SOURCE          MsgErrorDisconnectDlg.cpp
       
    57 SOURCE          MsgCenRepObserver.cpp      
       
    58 SOURCE          MsgLogsObserver.cpp
       
    59 SOURCE          MsgGarbageCollection.cpp
       
    60 SOURCE	    	MsgErrorSmsDiskSpaceObserver.cpp
       
    61 SOURCE	    	MsgErrorExtSmsDiskSpaceObserver.cpp
       
    62 
       
    63 LIBRARY         ecom.lib
       
    64 LIBRARY         euser.lib
       
    65 LIBRARY         msgs.lib
       
    66 LIBRARY         commonengine.lib
       
    67 LIBRARY         efsrv.lib
       
    68 LIBRARY         etel.lib
       
    69 LIBRARY         etelmm.lib
       
    70 LIBRARY         aknnotify.lib
       
    71 LIBRARY         commdb.lib
       
    72 LIBRARY         connmon.lib
       
    73 LIBRARY         disconnectdlgclient.lib
       
    74 LIBRARY         avkon.lib
       
    75 LIBRARY         centralrepository.lib
       
    76 LIBRARY         cenrepnotifhandler.lib
       
    77 LIBRARY         logcli.lib
       
    78 LIBRARY         logwrap.lib
       
    79 DEBUGLIBRARY          flogger.lib
       
    80 
       
    81 /* End of File */
       
    82