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