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