emailservices/emailstore/message_store/debuglog/group/DebugLog.mmp
changeset 0 8466d47a6819
child 8 e1b6206813b4
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     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:  DebugLog project file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include "../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    22 #include "../../../inc/EmailStoreUids.hrh"
       
    23 
       
    24 TARGET          DebugLog.dll
       
    25 TARGETTYPE      dll
       
    26 UID             KUidSharedLibrary KUidDebugLog
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 VERSION         KEmailBinaryVersionNumber
       
    31 KEmailBinaryDemandPaging
       
    32 
       
    33 // Comment this out to leave the debug logs open between writes, by default.
       
    34 MACRO           DEBUG_LOG_CLOSE_BETWEEN_WRITES_AS_DEFAULT
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          DebugLog.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 USERINCLUDE     ../src
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY				  sysutil.lib
       
    47 
       
    48 // END FILE DebugLog.mmp
       
    49