messagingappbase/ncnlist/group/Ncnlist.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2004 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:   This is the project specification file for the NcnList.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include        <data_caging_paths.hrh>
       
    20 #include        <platform_paths.hrh>
       
    21 #include        "../inc/NcnVariant.hrh"
       
    22 
       
    23 #ifdef _DEBUG
       
    24 #define STACKSIZE 0x4000
       
    25 #else
       
    26 #define STACKSIZE 0x2000
       
    27 #endif
       
    28 
       
    29 TARGET          ncnlist.exe
       
    30 TARGETTYPE 	    EXE
       
    31 UID             0x100039CE 0x100058F1
       
    32 EPOCSTACKSIZE   STACKSIZE
       
    33 CAPABILITY      CAP_SERVER DRM
       
    34 VENDORID        VID_DEFAULT
       
    35 
       
    36 START RESOURCE  ../data/Ncnlist.rss
       
    37 HEADER
       
    38 TARGETPATH      RESOURCE_FILES_DIR
       
    39 LANGUAGE_IDS
       
    40 END
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 
       
    44 SOURCE          Ncn.cpp
       
    45 SOURCE          CNcnSession.cpp
       
    46 SOURCE          CNcnUnpackDescrArray.cpp
       
    47 SOURCE			CNcnMsgWaitingManager.cpp
       
    48 SOURCE          NcnModelBase.cpp
       
    49 SOURCE          NcnMsvSessionObserverBase.cpp
       
    50 SOURCE          NcnSNNotifier.cpp
       
    51 SOURCE          NcnOutboxObserver.cpp
       
    52 SOURCE          NcnOutboxSender.cpp
       
    53 SOURCE          NcnOutboxSendOperation.cpp
       
    54 SOURCE          NcnHandlerAudio.cpp
       
    55 SOURCE          NcnTimer.cpp
       
    56 SOURCE          CNcnNotifApiObserver.cpp
       
    57 SOURCE          CNcnMobileSignalStrengthHandler.cpp
       
    58 SOURCE          NcnCRHandler.cpp
       
    59 SOURCE          CNcnCRRepositoryHandler.cpp
       
    60 SOURCE          MNcnCRRepositoryHandlerCallback.cpp
       
    61 SOURCE          CNcnClass0Viewer.cpp
       
    62 SOURCE          CNcnMsvSessionHandler.cpp
       
    63 SOURCE          MNcnMsvSessionHandlerObserver.cpp
       
    64 SOURCE          CNcnUI.cpp
       
    65 SOURCE          CNcnNotifier.cpp
       
    66 SOURCE          CVoiceMailManager.cpp
       
    67 SOURCE          NcnModel.cpp
       
    68 SOURCE          NcnMsvSessionObserver.cpp
       
    69 SOURCE          NcnSubscriber.cpp
       
    70 SOURCE          NcnPublishAndSubscribeObserver.cpp 
       
    71 
       
    72 USERINCLUDE     ../inc ../notifinc
       
    73 SYSTEMINCLUDE	../../../inc // s60 app messaging inc
       
    74 
       
    75 APP_LAYER_SYSTEMINCLUDE
       
    76 
       
    77 LIBRARY         euser.lib
       
    78 LIBRARY         msgs.lib
       
    79 LIBRARY         commonengine.lib
       
    80 LIBRARY         aknnotify.lib
       
    81 LIBRARY         mediaclientaudio.lib
       
    82 LIBRARY         muiu.lib
       
    83 LIBRARY         muiu_internal.lib
       
    84 LIBRARY         featmgr.lib // FeatureManager
       
    85 LIBRARY         profileeng.lib
       
    86 LIBRARY         viewcli.lib
       
    87 LIBRARY         efsrv.lib
       
    88 LIBRARY         bafl.lib
       
    89 LIBRARY         estor.lib
       
    90 LIBRARY     	ecom.lib
       
    91 LIBRARY         imumutils.lib
       
    92 LIBRARY         aknnotifyplugin.lib
       
    93 LIBRARY         etel.lib
       
    94 LIBRARY         etelmm.lib
       
    95 LIBRARY         smcm.lib
       
    96 LIBRARY         sssettings.lib
       
    97 LIBRARY         imcm.lib
       
    98 LIBRARY         satclient.lib	// for sat refresh
       
    99 LIBRARY         gsmu.lib
       
   100 LIBRARY         smum.lib
       
   101 LIBRARY	        avkon.lib
       
   102 LIBRARY	        centralrepository.lib
       
   103 LIBRARY         cenrepnotifhandler.lib
       
   104 
       
   105 #ifdef _DEBUG
       
   106 #ifdef _NCN_FLOG
       
   107 LIBRARY		flogger.lib
       
   108 #endif // _NCN_FLOG
       
   109 #endif // _DEBUG
       
   110 
       
   111 // End of file