uifw/AvKon/tsrc/bc/S60_SDK3.1/bctestocr/group/bctestocr.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 bctestocr
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 TARGET          bctestocr.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x0 0x20004763
       
    23 
       
    24 VENDORID        0x101FB657
       
    25 CAPABILITY      NetworkServices LocalServices Location ReadUserData  \
       
    26                 WriteUserData ReadDeviceData WriteDeviceData SwEvent \
       
    27                 UserEnvironment
       
    28 
       
    29 TARGETPATH      sys/bin
       
    30 
       
    31 EPOCSTACKSIZE 0x10000
       
    32 EPOCHEAPSIZE 0x10000 0x5000000
       
    33 
       
    34 START RESOURCE bctestocr.rss
       
    35 HEADER
       
    36 TARGETPATH resource/apps
       
    37 END  // RESOURCE
       
    38 
       
    39 LANG            sc
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          bctestocrapp.cpp
       
    43 SOURCE          bctestocrdocument.cpp
       
    44 SOURCE          bctestocrappui.cpp
       
    45 SOURCE          bctestocrview.cpp
       
    46 SOURCE          bctestocrcontainer.cpp
       
    47 SOURCE          bctestocrcase.cpp
       
    48 
       
    49 
       
    50 USERINCLUDE     . ../inc
       
    51 USERINCLUDE     ../../../bctestutil/inc
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY	    	aknicon.lib
       
    56 LIBRARY         aknskins.lib
       
    57 LIBRARY         avkon.lib
       
    58 LIBRARY         apparc.lib
       
    59 LIBRARY         bafl.lib 
       
    60 LIBRARY         bctestutil.lib 
       
    61 LIBRARY         cone.lib
       
    62 LIBRARY         egul.lib
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         eikcore.lib
       
    65 LIBRARY         eikcoctl.lib
       
    66 LIBRARY         eikctl.lib
       
    67 LIBRARY         eikdlg.lib
       
    68 LIBRARY         eikcdlg.lib
       
    69 LIBRARY         estor.lib
       
    70 LIBRARY         ocrsrv.lib 
       
    71 LIBRARY         fbscli.lib
       
    72 LIBRARY	        flogger.lib 
       
    73 LIBRARY         efsrv.lib 
       
    74 LIBRARY         hal.lib 
       
    75 
       
    76 START RESOURCE ../group/bctestocr_reg.rss
       
    77 DEPENDS bctestocr.rsg
       
    78 HEADER
       
    79 TARGETPATH /private/10003a3f/apps
       
    80 END