uifw/AvKon/tsrc/bc/S60_SDK3.0/bctestimage/group/bctestimage.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     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 BCTestImage.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 TARGET          BCTestImage.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x0 0x20004757
       
    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 BCTestImage.rss
       
    34 HEADER
       
    35 TARGETPATH resource/apps
       
    36 END  // RESOURCE
       
    37 
       
    38 LANG            01
       
    39 
       
    40 SOURCEPATH      ../Src
       
    41 SOURCE          bctestimageapp.cpp
       
    42 SOURCE          bctestimagedocument.cpp
       
    43 SOURCE          bctestimageappui.cpp
       
    44 SOURCE          bctestimageview.cpp
       
    45 SOURCE          bctestimagecontainer.cpp
       
    46 SOURCE          bctestimagecase.cpp
       
    47 SOURCE 			bctestimage_pro.cpp
       
    48 
       
    49 USERINCLUDE     . ../Inc
       
    50 USERINCLUDE     ../../../bctestutil/inc
       
    51 
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         apparc.lib
       
    56 LIBRARY         cone.lib
       
    57 LIBRARY         eikcore.lib
       
    58 LIBRARY         eikcoctl.lib
       
    59 LIBRARY         avkon.lib
       
    60 LIBRARY         ws32.lib
       
    61 LIBRARY         aknskins.lib
       
    62 LIBRARY         apgrfx.lib
       
    63 LIBRARY         bctestutil.lib
       
    64 LIBRARY	        efsrv.lib
       
    65 LIBRARY			fbscli.lib
       
    66 LIBRARY			bafl.lib
       
    67 LIBRARY			estor.lib
       
    68 
       
    69 START BITMAP    BCTestImage_Aif.mbm
       
    70 HEADER
       
    71 TARGETPATH      /resource/apps
       
    72 sourcepath ../aif
       
    73 source  c8 BCTestImage.bmp
       
    74 end
       
    75 
       
    76 
       
    77 START RESOURCE ../group/bctestimage_reg.rss
       
    78 DEPENDS bctestimage.rsg
       
    79 HEADER
       
    80 TARGETPATH /private/10003a3f/apps
       
    81 END
       
    82 
       
    83 // End of File