uifw/AvKon/tsrc/bc/S60_SDK5.0/bctestfontinput/group/BCTestFontInput.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     1 /*
       
     2 * Copyright (c) 2007 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 specification file for the BCTestFontInput.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          BCTestFontInput.exe
       
    23 TARGETTYPE      exe
       
    24 UID             0x0 0x0100130b
       
    25 
       
    26 VENDORID        0x101FB657
       
    27 CAPABILITY      NetworkServices LocalServices Location ReadUserData \
       
    28                 WriteUserData ReadDeviceData WriteDeviceData SwEvent \
       
    29                 UserEnvironment
       
    30 
       
    31 TARGETPATH      sys/bin
       
    32 
       
    33 EPOCSTACKSIZE 0x10000
       
    34 EPOCHEAPSIZE 0x10000 0x1000000
       
    35 
       
    36 START RESOURCE BCTestFontInput.rss
       
    37 HEADER
       
    38 TARGETPATH resource/apps
       
    39 END  // RESOURCE
       
    40 
       
    41 LANG            01
       
    42 
       
    43 SOURCEPATH      ../Src
       
    44 SOURCE          BCTestFontInputapp.cpp
       
    45 SOURCE          BCTestFontInputdocument.cpp
       
    46 SOURCE          BCTestFontInputappui.cpp
       
    47 SOURCE          BCTestFontInputview.cpp
       
    48 SOURCE          BCTestFontInputcontainer.cpp
       
    49 SOURCE          BCTestFontInputcase.cpp
       
    50 
       
    51 USERINCLUDE     . ../inc
       
    52 USERINCLUDE     ../../../bctestutil/inc
       
    53 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         apparc.lib
       
    58 LIBRARY         cone.lib
       
    59 LIBRARY         eikcore.lib
       
    60 LIBRARY         eikcoctl.lib
       
    61 LIBRARY         avkon.lib
       
    62 LIBRARY         ws32.lib
       
    63 LIBRARY         aknskins.lib
       
    64 LIBRARY         apgrfx.lib
       
    65 LIBRARY         bctestutil.lib
       
    66 LIBRARY	        efsrv.lib
       
    67 LIBRARY		    fontutils.lib
       
    68 
       
    69 START RESOURCE ../group/BCTestFontInput_reg.rss
       
    70 DEPENDS bctestfontinput.rsg
       
    71 HEADER
       
    72 TARGETPATH /private/10003a3f/apps
       
    73 END
       
    74 
       
    75 // End of File