emailservices/emailstore/preinstall/group/EmailStorePreInstall.mmp
changeset 0 8466d47a6819
child 8 e1b6206813b4
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2008 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: EmailStore PreInstall Helper project file.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh> //needed for APP_LAYER_SYSTEMINCLUDE
       
    20 
       
    21 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    22 #include "../../inc/EmailStoreUids.hrh"
       
    23 
       
    24 TARGET          EmailStorePreInstall.exe
       
    25 TARGETTYPE      exe
       
    26 UID             0x00000000 KUidEmailStorePreInstallExe
       
    27 
       
    28 CAPABILITY      WriteUserData ReadDeviceData WriteDeviceData PowerMgmt
       
    29 
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 VERSION         KEmailBinaryVersionNumber
       
    33 KEmailBinaryDemandPaging
       
    34 
       
    35 EPOCPROCESSPRIORITY background
       
    36 
       
    37 // Logging
       
    38 MACRO DEBUG_USE_PROJECT_LOGGING_OPTIONS
       
    39 MACRO DEBUG_LOG_OPTION_ENTER
       
    40 MACRO DEBUG_LOG_OPTION_EXIT
       
    41 MACRO DEBUG_LOG_OPTION_ERRORS
       
    42 MACRO DEBUG_LOG_OPTION_INFO
       
    43 
       
    44 SOURCEPATH		../src
       
    45 SOURCE          EmailStorePreInstall.cpp ProcessTimer.cpp
       
    46 
       
    47 USERINCLUDE     ../inc
       
    48 USERINCLUDE     ../../inc
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 SYSTEMINCLUDE   ../../../../inc   
       
    52 
       
    53 LIBRARY   		euser.lib 
       
    54 LIBRARY         efsrv.lib
       
    55 LIBRARY         ws32.lib
       
    56 LIBRARY         apparc.lib      //TApaAppInfo
       
    57 LIBRARY         apgrfx.lib      //RApaLsSession
       
    58 LIBRARY         bafl.lib
       
    59 LIBRARY         DebugLog.lib