symhelp/helpmodel/group/bld.inf
changeset 27 0a93cba9d57a
parent 0 1f04cf54edd8
equal deleted inserted replaced
26:97d7f0705d0a 27:0a93cba9d57a
       
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Help application engine
       
    15 // 
       
    16 //
       
    17 
       
    18 PRJ_PLATFORMS
       
    19 DEFAULT WINC
       
    20 
       
    21 
       
    22 PRJ_EXPORTS
       
    23 // specify the source file followed by its destination here
       
    24 // copy will be used to copy the source file to its destination
       
    25 // If there's no destination then the source file will be copied
       
    26 // to the same name in \epoc32\include
       
    27 ../dbwriter/DBWRITER.H SYMBIAN_APP_LAYER_PUBLIC_EXPORT_PATH(dbwriter.h)
       
    28 //
       
    29 ../inc/HLPMODEL.H SYMBIAN_APP_LAYER_PUBLIC_EXPORT_PATH(hlpmodel.h)
       
    30 ../inc/HLPLCH.H SYMBIAN_APP_LAYER_PUBLIC_EXPORT_PATH(hlplch.h)
       
    31 ../inc/hlpconstants.h SYMBIAN_APP_LAYER_PLATFORM_EXPORT_PATH(hlpconstants.h)
       
    32 ../inc/HlpZoom.h SYMBIAN_APP_LAYER_PUBLIC_EXPORT_PATH(hlpzoom.h)
       
    33 
       
    34 ../group/hlpmodel.iby		/epoc32/rom/include/hlpmodel.iby
       
    35 
       
    36 
       
    37 PRJ_MMPFILES
       
    38 ../dbwriter/DBWRITER.MMP
       
    39 #ifndef WINC
       
    40 ../group/HLPMODEL.MMP
       
    41 ../lch/HLPLCH.MMP
       
    42 #endif
       
    43 
       
    44 PRJ_TESTMMPFILES
       
    45 ../tsrc/tlch.mmp manual
       
    46 ../tsrc/TSearch.mmp
       
    47 ../tsrc/tstore.mmp
       
    48 ../tsrc/THelpView.mmp manual
       
    49 ../tsrc/tdumper.mmp manual
       
    50 ../tsrc/TLoader.mmp
       
    51 
       
    52 PRJ_TESTEXPORTS
       
    53 ../group/hlpmodelTest.iby				/epoc32/rom/include/hlpmodeltest.iby
       
    54 
       
    55 ../TestData/Boss-1.hlp					/epoc32/winscw/c/resource/help/boss-1.hlp
       
    56 ../TestData/Boss-2.hlp					/epoc32/winscw/c/resource/help/boss-2.hlp
       
    57 ../TestData/ER5Help_Part1.hlp				/epoc32/winscw/c/resource/help/er5help_part1.hlp
       
    58 ../TestData/newfile.hlp					/epoc32/winscw/c/resource/help/newfile.hlp
       
    59 ../TestData/french.hlp					/epoc32/winscw/c/resource/help/french.hlp
       
    60 ../TestData/PlatSecSearchTestZ.hlp			z:/resource/help/platsecsearchtest.hlp
       
    61 ../TestData/PlatSecSearchTestC.hlp			z:/system/data/thlpmodel/platsecsearchtestc.hlp
       
    62 ../TestData/PlatSecSearchTestF.hlp			z:/system/data/thlpmodel/platsecsearchtestf.hlp
       
    63