emailuis/widget/emailwidgetsettings/group/emailwidgetsettings.mmp
branchRCL_3
changeset 8 e1b6206813b4
parent 4 e7aa27f58ae1
equal deleted inserted replaced
4:e7aa27f58ae1 8:e1b6206813b4
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    18 
    18 
    19 #include <data_caging_paths.hrh>
    19 #include <data_caging_paths.hrh>
    20 #include <platform_paths.hrh>
    20 #include <platform_paths.hrh>
    21 
    21 
    22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
    22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    23 #include "../../../../inc/emailtraceconfig.hrh"
    23 
    24 
    24 TARGET           emailwidgetsettings.exe
    25 TARGET           emailwidgetsettings.exe
    25 TARGETTYPE       exe
    26 TARGETTYPE       exe
    26 UID              0x0 0x2002429E
    27 UID              0x0 0x2002429E
    27 LANG SC
    28 LANG SC
    28 
    29 
    29 VENDORID         VID_DEFAULT
    30 VENDORID         VID_DEFAULT
    30 CAPABILITY       CAP_APPLICATION
    31 CAPABILITY       CAP_APPLICATION
       
    32 EPOCSTACKSIZE    0x5000
    31 
    33 
    32 VERSION          KEmailBinaryVersionNumber
    34 VERSION          KEmailBinaryVersionNumber
    33 KEmailBinaryDemandPaging
    35 KEmailBinaryDemandPaging
    34 
    36 
    35 SOURCEPATH       ../src
    37 SOURCEPATH       ../src
    75 LIBRARY          FSFWCommonLib.lib
    77 LIBRARY          FSFWCommonLib.lib
    76 LIBRARY          centralrepository.lib
    78 LIBRARY          centralrepository.lib
    77 LIBRARY          commonengine.lib
    79 LIBRARY          commonengine.lib
    78 LIBRARY          cmaillogger.lib
    80 LIBRARY          cmaillogger.lib
    79 LIBRARY          egul.lib
    81 LIBRARY          egul.lib
       
    82 LIBRARY          ecom.lib
       
    83 
       
    84 #ifdef TRACE_INTO_FILE
       
    85 LIBRARY          flogger.lib
       
    86 #endif // TRACE_INTO_FILE
    80 
    87 
    81 // End of file
    88 // End of file