symhelp/helpmodel/tsrc/THelpView.mmp
changeset 0 1f04cf54edd8
equal deleted inserted replaced
-1:000000000000 0:1f04cf54edd8
       
     1 // Copyright (c) 2002-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 //
       
    15 
       
    16 
       
    17   TARGET        thelpview.exe
       
    18   TARGETTYPE    exe
       
    19 
       
    20 TARGETPATH	/sys/bin
       
    21 epocstacksize 0x5000
       
    22 
       
    23 
       
    24 
       
    25 CAPABILITY		None
       
    26 UID			0x100039CE	0x100068D3
       
    27 VENDORID		0x70000001
       
    28 
       
    29 SOURCEPATH		../tsrc
       
    30 
       
    31 SOURCE			THelpView.cpp
       
    32 SOURCE			thelpviewctrls.cpp
       
    33 
       
    34 start resource	THelpView.rss
       
    35 header
       
    36 targetpath	/resource/apps
       
    37 lang            SC
       
    38 end
       
    39 
       
    40 start resource	THelpView_reg.rss
       
    41 targetpath	/private/10003a3f/apps
       
    42 lang		sc
       
    43 end
       
    44 
       
    45 
       
    46 
       
    47 USERINCLUDE		.
       
    48 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    49 
       
    50 LIBRARY			euser.lib	
       
    51 LIBRARY			cone.lib
       
    52 LIBRARY			apparc.lib
       
    53 LIBRARY			hlpmodel.lib
       
    54 LIBRARY			gdi.lib
       
    55 LIBRARY			bafl.lib
       
    56 LIBRARY			form.lib
       
    57 
       
    58 
       
    59 LIBRARY			eikcore.lib		// - Concrete app framework classes
       
    60 LIBRARY			eikcoctl.lib	// - Core controls that will be present in every DFRD
       
    61 LIBRARY			eikctl.lib		// - Other common controls
       
    62 
       
    63 SMPSAFE