classicui_pub/tsrc/bc/apps/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-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 BCTestImage.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 TARGET          BCTestImage.exe
       
    27 TARGETTYPE      exe
       
    28 UID             0x0 0x20004757
       
    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 BCTestImage.rss
       
    40 HEADER
       
    41 TARGETPATH resource/apps
       
    42 END  // RESOURCE
       
    43 
       
    44 //LANG            01
       
    45 
       
    46 SOURCEPATH      ../Src
       
    47 SOURCE          bctestimageapp.cpp
       
    48 SOURCE          bctestimagedocument.cpp
       
    49 SOURCE          bctestimageappui.cpp
       
    50 SOURCE          bctestimageview.cpp
       
    51 SOURCE          bctestimagecontainer.cpp
       
    52 SOURCE          bctestimagecase.cpp
       
    53 SOURCE 			bctestimage_pro.cpp
       
    54 
       
    55 USERINCLUDE     . ../Inc
       
    56 USERINCLUDE     ../../../bctestutil/inc
       
    57 
       
    58 SYSTEMINCLUDE   . /epoc32/include
       
    59 
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         apparc.lib
       
    62 LIBRARY         cone.lib
       
    63 LIBRARY         eikcore.lib
       
    64 LIBRARY         eikcoctl.lib
       
    65 LIBRARY         avkon.lib
       
    66 LIBRARY         ws32.lib
       
    67 LIBRARY         aknskins.lib
       
    68 LIBRARY         apgrfx.lib
       
    69 LIBRARY         bctestutil.lib
       
    70 LIBRARY	        efsrv.lib
       
    71 LIBRARY			fbscli.lib
       
    72 LIBRARY			bafl.lib
       
    73 LIBRARY			estor.lib
       
    74 
       
    75 START BITMAP    BCTestImage_Aif.mbm
       
    76 HEADER
       
    77 TARGETPATH      /resource/apps
       
    78 sourcepath ../aif
       
    79 source  c8 BCTestImage.bmp
       
    80 end
       
    81 
       
    82 
       
    83 START RESOURCE ../group/bctestimage_reg.rss
       
    84 DEPENDS bctestimage.rsg
       
    85 HEADER
       
    86 TARGETPATH /private/10003a3f/apps
       
    87 END
       
    88 
       
    89 // End of File