wvuing/wvlogger/Group/CALoggerNG.mmp
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2003 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:  Logger for IM
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include "../../inc/ChatNGCommonUIDs.h"
       
    22 
       
    23 CAPABILITY CAP_GENERAL_DLL
       
    24 TARGET                  caloggerng.dll
       
    25 TARGETTYPE		dll
       
    26 UID         KLOGGERDLLUIDS1 KLOGGERDLLUIDS2
       
    27 VENDORID	VID_DEFAULT
       
    28 
       
    29 LANGUAGE_IDS
       
    30 
       
    31 SOURCEPATH		../Src
       
    32 SOURCE			CCALoggerDll.cpp
       
    33 SOURCE			CCALoggerWriter.cpp
       
    34 SOURCE			CCALoggerManager.cpp
       
    35 SOURCE			CALoggerManagerFactory.cpp
       
    36 
       
    37 // Include paths
       
    38 USERINCLUDE     	../Inc
       
    39 USERINCLUDE			../../Inc
       
    40 USERINCLUDE			../../Group
       
    41 
       
    42 #ifdef RD_MULTIPLE_DRIVE
       
    43 USERINCLUDE 	../../cenrep
       
    44 USERINCLUDE 	../../ImUtils/inc
       
    45 #endif
       
    46 
       
    47 SYSTEMINCLUDE   ../../../inc	//ADO-specific include directory
       
    48 
       
    49 SYSTEMINCLUDE   ../../../im_pub/im_api/inc
       
    50 SYSTEMINCLUDE   ../../../im_pub/im_application_launch_api/inc
       
    51 SYSTEMINCLUDE   ../../../im_plat/wv_sap_settings_api/inc
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 LIBRARY			EUSER.LIB 
       
    55 LIBRARY			ESTOR.LIB			//filestream
       
    56 LIBRARY			EFSRV.LIB			//fileserver
       
    57 LIBRARY			sysutil.lib			// For memory checking
       
    58 LIBRARY			BAFL.LIB			//FileExists
       
    59 
       
    60 #ifdef RD_MULTIPLE_DRIVE
       
    61 
       
    62 LIBRARY			apparc.lib			// For getting application default drive
       
    63 LIBRARY			cone.lib
       
    64 LIBRARY			eikcore.lib 		//  For getting application default drive
       
    65 LIBRARY 		centralrepository.lib // for reading settings from cenrep
       
    66 LIBRARY 		CenRepNotifHandler.lib
       
    67 LIBRARY         CommonDialogs.lib
       
    68 LIBRARY     	imutilsng.lib
       
    69 LIBRARY         platformenv.lib // PathInfo
       
    70 LIBRARY     	commonengine.lib
       
    71 LIBRARY         rsfwmountman.lib
       
    72 #endif
       
    73 	
       
    74 #include "../../Inc/impsbuilddefinitions.h"
       
    75 #ifdef _ENABLE_DEBUG_PRINT
       
    76     MACRO   CHAT_ENABLE_DEBUG_PRINT         
       
    77     #ifdef _ENABLE_FILE_DEBUG
       
    78         MACRO   CHAT_DEBUG_OUTPUT_TO_FILE     
       
    79 	LIBRARY			flogger.lib
       
    80     #endif
       
    81 #endif
       
    82 
       
    83 
       
    84 //EXPORTUNFROZEN