uifw/AvKon/tsrc/bc/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 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 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          BCTestForm.exe
       
    22 TARGETTYPE      exe
       
    23 UID             0x0 0x20004747
       
    24 EPOCSTACKSIZE 0x10000
       
    25 EPOCHEAPSIZE  0x10000 0x1000000
       
    26 
       
    27 VENDORID        0x101FB657
       
    28 CAPABILITY      NetworkServices LocalServices Location ReadDeviceData WriteDeviceData SwEvent UserEnvironment
       
    29 
       
    30 TARGETPATH      /sys/bin//PROGRAMS_DIR // sys/bin
       
    31 
       
    32 START RESOURCE  BCTestForm.rss
       
    33 HEADER
       
    34 TARGETPATH resource/apps//APP_RESOURCE_DIR // resource/apps
       
    35 END  // RESOURCE
       
    36 
       
    37 LANG            01
       
    38 
       
    39 SOURCEPATH      ../Src
       
    40 SOURCE          BCTestFormApp.cpp 
       
    41 SOURCE          BCTestFormAppUi.cpp
       
    42 SOURCE          BCTestFormDocument.cpp
       
    43 SOURCE          BCTestFormView.cpp
       
    44 SOURCE          BCTestFormContainer.cpp
       
    45 SOURCE          BCtestformcase.cpp
       
    46 USERINCLUDE     . ../Inc
       
    47 USERINCLUDE     ../../../bctestutil/inc
       
    48 //USERINCLUDE     ../AUTOTEST_inc
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         apparc.lib
       
    54 LIBRARY         cone.lib
       
    55 LIBRARY         eikcore.lib
       
    56 LIBRARY         eikcoctl.lib
       
    57 LIBRARY         avkon.lib
       
    58 LIBRARY         eikdlg.lib
       
    59 LIBRARY         aknnotify.lib
       
    60 LIBRARY		    bafl.lib
       
    61 LIBRARY         bctestutil.lib
       
    62 LIBRARY         CommonEngine.lib
       
    63 LIBRARY         aknskins.lib
       
    64 LIBRARY         egul.lib
       
    65 LIBRARY         aknicon.lib
       
    66 LIBRARY         centralrepository.lib
       
    67 
       
    68 // Changes for Scalable UI:
       
    69 // New registration resource defined.
       
    70 // else Normal AIF will work.
       
    71 
       
    72 START RESOURCE ../group/BCTestForm_reg.rss
       
    73 DEPENDS bctestform.rsg
       
    74 HEADER
       
    75 TARGETPATH /private/10003a3f/apps
       
    76 END
       
    77 
       
    78 // Creates Mbm file.
       
    79 
       
    80 
       
    81 // End of File