classicui_pub/tsrc/bc/apps/S60_SDK3.0/bctestform/group/bctestForm.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:         This is project specification file for the BCTestForm.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 TARGET          BCTestForm.exe
       
    27 TARGETTYPE      exe
       
    28 UID             0x0 0x20004747
       
    29 EPOCSTACKSIZE 0x10000
       
    30 EPOCHEAPSIZE  0x10000 0x1000000
       
    31 
       
    32 VENDORID        0x101FB657
       
    33 CAPABILITY      NetworkServices LocalServices Location ReadDeviceData WriteDeviceData SwEvent UserEnvironment
       
    34 
       
    35 TARGETPATH      /sys/bin//PROGRAMS_DIR // sys/bin
       
    36 
       
    37 START RESOURCE  BCTestForm.rss
       
    38 HEADER
       
    39 TARGETPATH resource/apps//APP_RESOURCE_DIR // resource/apps
       
    40 END  // RESOURCE
       
    41 
       
    42 //LANG            01
       
    43 
       
    44 SOURCEPATH      ../Src
       
    45 SOURCE          BCTestFormApp.cpp 
       
    46 SOURCE          BCTestFormAppUi.cpp
       
    47 SOURCE          BCTestFormDocument.cpp
       
    48 SOURCE          BCTestFormView.cpp
       
    49 SOURCE          BCTestFormContainer.cpp
       
    50 SOURCE          BCtestformcase.cpp
       
    51 USERINCLUDE     . ../Inc
       
    52 USERINCLUDE     ../../../bctestutil/inc
       
    53 //USERINCLUDE     ../AUTOTEST_inc
       
    54 
       
    55 SYSTEMINCLUDE   . /epoc32/include
       
    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         eikdlg.lib
       
    64 LIBRARY         aknnotify.lib
       
    65 LIBRARY		    bafl.lib
       
    66 LIBRARY         bctestutil.lib
       
    67 LIBRARY         CommonEngine.lib
       
    68 LIBRARY         aknskins.lib
       
    69 LIBRARY         egul.lib
       
    70 LIBRARY         aknicon.lib
       
    71 LIBRARY         centralrepository.lib
       
    72 
       
    73 // Changes for Scalable UI:
       
    74 // New registration resource defined.
       
    75 // else Normal AIF will work.
       
    76 
       
    77 START RESOURCE ../group/BCTestForm_reg.rss
       
    78 DEPENDS bctestform.rsg
       
    79 HEADER
       
    80 TARGETPATH /private/10003a3f/apps
       
    81 END
       
    82 
       
    83 // Creates Mbm file.
       
    84 
       
    85 
       
    86 // End of File