/** Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).* All rights reserved.* This component and the accompanying materials are made available* under the terms of "Eclipse Public License v1.0"* which accompanies this distribution, and is available* at the URL "http://www.eclipse.org/legal/epl-v10.html".** Initial Contributors:* Nokia Corporation - initial contribution.** Contributors:** Description: * This is project specification file for the Mailinit.**/#include <data_caging_paths.hrh>#include <platform_paths.hrh>// Program detailsTARGET mailinit.exeTARGETTYPE exexpUID 0x00000000 0x10004849TARGETPATH PROGRAMS_DIRVENDORID VID_DEFAULTEPOCPROCESSPRIORITY highEPOCSTACKSIZE 0x3000VERSION 10.0PAGED// Project source pathsSOURCEPATH ../src// Resources#ifndef __MESSAGING_API_V2__START RESOURCE Init.rssTARGETPATH APP_RESOURCE_DIRHEADERLANGUAGE_IDSEND#endif // __MESSAGING_API_V2__// SourceSOURCE init.cpp// Path definitionUSERINCLUDE ../incSYSTEMINCLUDE ../../../../incAPP_LAYER_SYSTEMINCLUDE// LibrariesLIBRARY euser.libLIBRARY msgs.libLIBRARY mtur.libLIBRARY cone.libLIBRARY eikcore.libLIBRARY bafl.libLIBRARY efsrv.libLIBRARY featmgr.lib// DocumentsSOURCEPATH .DOCUMENT bld.infNOSTRICTDEF#if defined(ARMCC)DEFFILE ./eabi.DEF#elif defined( WINSCW )DEFFILE ./WINSCWU.DEF#elif defined( WINS )DEFFILE ./winsu.DEF#elseDEFFILE ./marmu.DEF#endifSTART WINS BASEADDRESS 0x4AC00000ENDCAPABILITY NetworkServices LocalServices ReadUserData WriteUserData ReadDeviceData WriteDeviceData// End of file