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