/** Copyright (c) 2006 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 Csxhelp Application**/#include <data_caging_paths.hrh>#include <platform_paths.hrh>#ifndef RD_APPS_TO_EXESTARGETPATH /System/Apps/Cshelp#endif//1. Cshelp resourcesSTART RESOURCE ../data/CsHelp.rssHEADER#ifdef RD_APPS_TO_EXESTARGETPATH APP_RESOURCE_DIR#endif//other settings like LANG xxLANGUAGE_IDSEND // RESOURCE//2. Aif stuff#ifdef RD_SCALABLE_UI // New app framework usedSTART RESOURCE ../data/Cshelp_reg.rssDEPENDS cshelp.rsg// Do not change the UID below.TARGETPATH /private/10003a3f/appsEND#else // Old app framework used (no changes in the definitions below)START RESOURCE ../aif/cshelp_caption.rss HEADER#ifdef RD_APPS_TO_EXESTARGETPATH APP_RESOURCE_DIR#endif//other settings like LANG xxLANGUAGE_IDSEND // RESOURCE#endif//Target information#ifdef RD_APPS_TO_EXES// TARGETPATH need not be defined, it is automatically handled by the build toolsTARGET cshelp.exeTARGETTYPE exe#elseTARGET cshelp.appTARGETTYPE app#endifUID 0x100039CE 0x10005234EPOCSTACKSIZE 0x10000EPOCHEAPSIZE 0x5000 0x800000VENDORID VID_DEFAULT//We use default capabilities (from defaultcaps.hrh)CAPABILITY CAP_APPLICATION USERINCLUDE . ../inc ../HelpEngine/inc// This is a SYSTEMINCLUDE macro containing the applications// layer specific include directoriesAPP_LAYER_SYSTEMINCLUDESOURCEPATH ../srcSOURCE CSXH.cppSOURCE CSXHApplication.cpp SOURCE CSXHGenericView.cppSOURCE CSXHGenericContainer.cppSOURCE CSXHAppUi.cppSOURCE CSXHDocument.cpp SOURCE CSXHLegacyTopicContainer.cppSOURCE CSXHLegacyTopicView.cppSOURCE CSXHHtmlTopicView.cppSOURCE CSXHHtmlTopicContainer.cppSOURCE AppLauncherForCSXH.cppSOURCE csxhruntimeappwatcher.cppLIBRARY euser.lib apparc.lib cone.lib eikcore.libLIBRARY apgrfx.lib charconv.lib LIBRARY eikcoctl.lib eikctl.lib avkon.libLIBRARY AknNotify.lib etext.libLIBRARY AknSkins.libLIBRARY ws32.lib LIBRARY CdlEngine.lib //dynamic ui LIBRARY AknLayout2Scalable.libLIBRARY gdi.lib HelpEngine.lib apmime.lib featmgr.libLIBRARY ServiceHandler.lib // For the AiwServiceHandlerLIBRARY efsrv.lib#ifdef FF_HELP_TUTORIAL_MERGELIBRARY bafl.lib #endifDEBUGLIBRARY flogger.lib// End of File