messagingappbase/msgavkon/Initialise/group/mailinit.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 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:  
       
    15 *     This is project specification file for the Mailinit.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 // Program details
       
    25 TARGET              mailinit.exe
       
    26 TARGETTYPE          exexp
       
    27 UID                 0x00000000 0x10004849
       
    28 TARGETPATH          PROGRAMS_DIR
       
    29 VENDORID            VID_DEFAULT
       
    30 EPOCPROCESSPRIORITY high
       
    31 EPOCSTACKSIZE       0x3000
       
    32 VERSION		    10.0
       
    33 PAGED
       
    34 
       
    35 // Project source paths
       
    36 SOURCEPATH          ../src
       
    37 
       
    38 // Resources
       
    39 #ifndef __MESSAGING_API_V2__
       
    40 START RESOURCE      Init.rss
       
    41 TARGETPATH          APP_RESOURCE_DIR
       
    42 HEADER
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 #endif // __MESSAGING_API_V2__
       
    46 
       
    47 // Source
       
    48 SOURCE              init.cpp
       
    49 
       
    50 // Path definition
       
    51 USERINCLUDE         ../inc
       
    52 SYSTEMINCLUDE       ../../../../inc
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 // Libraries
       
    56 LIBRARY             euser.lib
       
    57 LIBRARY             msgs.lib
       
    58 LIBRARY             mtur.lib
       
    59 LIBRARY             cone.lib
       
    60 LIBRARY             eikcore.lib
       
    61 LIBRARY             bafl.lib
       
    62 LIBRARY             efsrv.lib
       
    63 LIBRARY             featmgr.lib
       
    64 
       
    65 // Documents
       
    66 SOURCEPATH      .
       
    67 DOCUMENT            bld.inf
       
    68 
       
    69 NOSTRICTDEF
       
    70 
       
    71 #if defined(ARMCC)
       
    72 DEFFILE         ./eabi.DEF
       
    73 #elif defined( WINSCW )
       
    74 DEFFILE         ./WINSCWU.DEF
       
    75 #elif defined( WINS )
       
    76 DEFFILE         ./winsu.DEF
       
    77 #else
       
    78 DEFFILE         ./marmu.DEF
       
    79 #endif
       
    80 
       
    81 START WINS
       
    82     BASEADDRESS     0x4AC00000
       
    83 END
       
    84 
       
    85 CAPABILITY  NetworkServices LocalServices ReadUserData WriteUserData ReadDeviceData WriteDeviceData
       
    86 
       
    87 // End of file