uifw/AvKon/tsrc/bc/S60_SDK3.0/bctestptieng/group/bctestptieng.mmp
changeset 0 2f259fa3e83a
child 18 fcdfafb36fe7
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002 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 BCTestPtiEng.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 TARGET          bctestptieng.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x0 0x200045CF
       
    23 
       
    24 VENDORID        0x101FB657
       
    25 CAPABILITY      NetworkServices LocalServices Location ReadUserData \
       
    26                 WriteUserData ReadDeviceData WriteDeviceData SwEvent UserEnvironment
       
    27 
       
    28 TARGETPATH      sys/bin
       
    29 
       
    30 EPOCSTACKSIZE 0x10000
       
    31 EPOCHEAPSIZE 0x10000 0x1000000
       
    32 
       
    33 START RESOURCE bctestptieng.rss
       
    34 HEADER
       
    35 TARGETPATH resource/apps
       
    36 END  // RESOURCE
       
    37 
       
    38 LANG            01
       
    39 
       
    40 SOURCEPATH      ../Src
       
    41 SOURCE          bctestptiengapp.cpp
       
    42 SOURCE          bctestptiengdocument.cpp
       
    43 SOURCE          bctestptiengappui.cpp
       
    44 SOURCE          bctestptiengview.cpp
       
    45 SOURCE          bctestptiengcontainer.cpp
       
    46 SOURCE          bctestuserdict.cpp
       
    47 SOURCE          bctestlan.cpp
       
    48 SOURCE          bctestkeymap.cpp
       
    49 SOURCE          bctestqwertymap.cpp
       
    50 SOURCE          bctestlandb.cpp
       
    51 SOURCE          bctestptiengine.cpp
       
    52 
       
    53 USERINCLUDE     . ../Inc
       
    54 USERINCLUDE     ../../../bctestutil/inc
       
    55 
       
    56 APP_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         apparc.lib
       
    60 LIBRARY         cone.lib
       
    61 LIBRARY         eikcore.lib
       
    62 LIBRARY         eikcoctl.lib
       
    63 LIBRARY         avkon.lib
       
    64 LIBRARY         ws32.lib
       
    65 LIBRARY         AknSkins.lib
       
    66 LIBRARY         apgrfx.lib
       
    67 LIBRARY         bctestutil.lib
       
    68 LIBRARY	        efsrv.lib
       
    69 LIBRARY         ptiengine.lib
       
    70 LIBRARY         bafl.lib
       
    71 
       
    72 START RESOURCE ../group/bctestptieng_reg.rss
       
    73 DEPENDS bctestptieng.rsg
       
    74 HEADER
       
    75 TARGETPATH /private/10003a3f/apps
       
    76 END
       
    77 
       
    78 // End of File