csxhelp/group/HelpEngine.mmp
changeset 0 1f04cf54edd8
child 16 0d1adf67ec1b
equal deleted inserted replaced
-1:000000000000 0:1f04cf54edd8
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Project definition file for Help Engine Library
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET        HelpEngine.dll
       
    22 TARGETTYPE    dll
       
    23 UID           0x10282350 0x0BC03CD8
       
    24 LANGUAGE_IDS
       
    25 
       
    26 CAPABILITY      CAP_CLIENT_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH    ../HelpEngine/src
       
    30 SOURCE        HelpEngine.cpp
       
    31 SOURCE            CSXHHelpContentBase.cpp
       
    32 SOURCE            CSXHHelpDataBase.cpp
       
    33 SOURCE            CSXHMainTopics.cpp
       
    34 SOURCE            CSXHKywdTopics.cpp
       
    35 SOURCE            CSXHGenericTOC1.cpp
       
    36 SOURCE            CSXHGenericTOC2.cpp
       
    37 SOURCE            CSXHHtmlTOC1.cpp
       
    38 SOURCE            CSXHHtmlTOC2.cpp
       
    39 SOURCE            CSXHLegacyTOC1.cpp
       
    40 SOURCE            CSXHLegacyTOC2.cpp
       
    41 SOURCE            CSXHContextTopic.cpp
       
    42 SOURCE            CSXHKywdTOC1.cpp
       
    43 SOURCE            CSXHXMLParseHandler.cpp
       
    44 SOURCE            CSXHHTMLContentParser.cpp
       
    45 SOURCE            CSXHLegacyContentParser.cpp
       
    46 SOURCE            CsHelpCmdLineParser.cpp
       
    47 SOURCE            CSXHRuntimeIndexing.cpp
       
    48 
       
    49 
       
    50 
       
    51 USERINCLUDE   ../HelpEngine/inc ../HelpEngine/rss
       
    52 
       
    53 // This is a SYSTEMINCLUDE macro containing the applications
       
    54 // layer specific include directories
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY	cone.lib	euser.lib	bafl.lib
       
    58 LIBRARY efsrv.lib charconv.lib   eikctl.lib       
       
    59 LIBRARY	SenXml.lib XMLFRAMEWORK.lib	ezip.lib 
       
    60 LIBRARY HLPMODEL.LIB PlatformEnv.lib
       
    61 LIBRARY featmgr.lib 
       
    62 LIBRARY ptiengine.lib //Input Language variation changes
       
    63 
       
    64 #if defined(WINS)
       
    65     deffile ./HelpEnginewinscw.def
       
    66 #else // #elif defined(ARM)
       
    67     deffile ./HelpEnginearm.def
       
    68 #endif
       
    69 nostrictdef
       
    70