uifw/AvKon/tsrc/bc/S60_SDK5.0/bctestappfrm/group/bctestappfrm.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 BCTestappfrm.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          bctestappfrm.exe
       
    22 TARGETTYPE      exe
       
    23 UID             0x0 0x200045CC
       
    24 
       
    25 VENDORID        0x101FB657
       
    26 CAPABILITY      NetworkServices LocalServices Location ReadUserData \
       
    27                 WriteUserData ReadDeviceData WriteDeviceData SwEvent UserEnvironment
       
    28 
       
    29 TARGETPATH      sys/bin
       
    30 
       
    31 EPOCSTACKSIZE 0x10000
       
    32 EPOCHEAPSIZE 0x10000 0x1000000
       
    33 
       
    34 START RESOURCE bctestappfrm.rss
       
    35 HEADER
       
    36 TARGETPATH resource/apps
       
    37 END  // RESOURCE
       
    38 
       
    39 LANG            01
       
    40 
       
    41 SOURCEPATH      ../Src
       
    42 SOURCE          bctestappfrmapp.cpp
       
    43 SOURCE          bctestappfrmdocument.cpp
       
    44 SOURCE          bctestappfrmappui.cpp
       
    45 SOURCE          bctestappfrmview.cpp
       
    46 SOURCE          bctestappfrmcontainer.cpp
       
    47 SOURCE		bctestaknapplication.cpp
       
    48 SOURCE		bctestakndoc.cpp
       
    49 SOURCE          bctesteikenvcase.cpp
       
    50 SOURCE		bctestaknviewappui.cpp
       
    51 SOURCE		bctesteikmobs.cpp
       
    52 SOURCE          bctestvcurs.cpp
       
    53 SOURCE          bctestappfrmaknappuicase.cpp
       
    54 SOURCE          bctestappfrmaknviewcase.cpp
       
    55 SOURCE          bctestappfrmeikappuicase.cpp
       
    56 SOURCE          bctestappfrmeiksrvcase.cpp
       
    57 
       
    58 USERINCLUDE     . ../Inc
       
    59 USERINCLUDE     ../../../bctestutil/inc
       
    60 
       
    61 APP_LAYER_SYSTEMINCLUDE
       
    62 
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         apparc.lib
       
    65 LIBRARY         cone.lib
       
    66 LIBRARY         eikcore.lib
       
    67 LIBRARY         eikcoctl.lib
       
    68 LIBRARY         avkon.lib
       
    69 LIBRARY         ws32.lib
       
    70 LIBRARY         AknSkins.lib
       
    71 LIBRARY         apgrfx.lib
       
    72 LIBRARY         bctestutil.lib
       
    73 LIBRARY		efsrv.lib
       
    74 
       
    75 // Changes for Scalable UI:
       
    76 // New registration resource defined.
       
    77 // else Normal AIF will work.
       
    78 
       
    79 START RESOURCE ../group/bctestappfrm_reg.rss
       
    80 DEPENDS bctestappfrm.rsg
       
    81 HEADER
       
    82 TARGETPATH /private/10003a3f/apps
       
    83 END
       
    84 
       
    85 // End of File