/** Copyright (c) 2008 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: Project definition file for project ATEXT server**/// Use the flag below and recompile to skip the creation of search helper data// for every at command metadata entry. The search helper data consumes 2xTInt// bytes of data for every AT command. If multiple plugins need to support the// same AT commands then this flag speeds up the metadata creation.#define OPTIMIZE_FOR_SPEED// Use the flag below and recompile to list the full support entries for AT// command handling. This is useful to find out the plugin responsibilities.#define PRINT_SUPPORT_DATA#include <platform_paths.hrh>#include "../inc/prjconfig.h"#ifdef OPTIMIZE_FOR_SPEEDMACRO PRJ_OPTIMIZE_FOR_SPEED#define PRJ_OPTIMIZE_FOR_SPEED#endif // OPTIMIZE_FOR_SPEED#ifdef PRINT_SUPPORT_DATAMACRO PRJ_PRINT_SUPPORT_DATA#define PRJ_PRINT_SUPPORT_DATA#endif // PRINT_SUPPORT_DATATARGET atext.exeTARGETTYPE exeUID 0x1000008d 0x2001CBEBEPOCSTACKSIZE 0x5000 // Hack for plugins using RCmManager; remove this line when RCmManager becomes client-serverEPOCHEAPSIZE 0x1000 0x2000000 // Use same as MCECAPABILITY CAP_SERVER NetworkControl CommDD PowerMgmtVENDORID VID_DEFAULTSOURCEPATH ../srcSOURCE main.cppSOURCE atextsrv.cppSOURCE atextsession.cppSOURCE atextmetadata.cppSOURCE atextlisten.cppUSERINCLUDE ../inc ../../client/inc// Default system include paths for OS extension layer modules.OS_LAYER_SYSTEMINCLUDE// Note:// The only other SYSTEMINCLUDE should you shall add are Symbian specific ones.// If there is a S60 header in the subdirectory then that should be// added into the include statements (like #include <phonebook/header.h>)//SYSTEMINCLUDE /epoc32/include/ecomLIBRARY atextpluginbase.libLIBRARY ecom.libLIBRARY euser.lib#ifdef PRJ_FILE_TRACELIBRARY flogger.lib#endif