uifw/AvKon/tsrc/bc/S60_SDK3.0/bctesteikbctrl/group/bctesteikbctrl.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     1 /*
       
     2 * Copyright (c) 2002 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 BCTesteikbctrl.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 TARGET          BCTesteikbctrl.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x0 0x20004746
       
    23 
       
    24 VENDORID        0x101FB657
       
    25 CAPABILITY      NetworkServices LocalServices Location ReadUserData \
       
    26                 WriteUserData ReadDeviceData WriteDeviceData SwEvent UserEnvironment
       
    27 
       
    28 TARGETPATH      sys/bin
       
    29 
       
    30 EPOCSTACKSIZE   0x10000
       
    31 EPOCHEAPSIZE    0x10000 0x1000000
       
    32 
       
    33 START RESOURCE  BCTesteikbctrl.rss
       
    34 HEADER
       
    35 TARGETPATH resource/apps
       
    36 END  // RESOURCE
       
    37 
       
    38 LANG            01
       
    39 
       
    40 SOURCEPATH      ../Src
       
    41 SOURCE          bctesteikbctrlapp.cpp
       
    42 SOURCE          bctesteikbctrldocument.cpp
       
    43 SOURCE          bctesteikbctrlappui.cpp
       
    44 SOURCE          bctesteikbctrlview.cpp
       
    45 SOURCE          bctesteikbctrlcontainer.cpp
       
    46 SOURCE          bctesteikbctrlcase.cpp
       
    47 SOURCE			bctesteikbdialgcase.cpp
       
    48 SOURCE			bctesteikaligncase.cpp
       
    49 SOURCE			bctestmiscellcase.cpp
       
    50 
       
    51 USERINCLUDE     . ../Inc
       
    52 USERINCLUDE     ../../../bctestutil/inc
       
    53 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         apparc.lib
       
    58 LIBRARY         cone.lib
       
    59 LIBRARY         eikcore.lib
       
    60 LIBRARY         ws32.lib
       
    61 LIBRARY         aknskins.lib
       
    62 LIBRARY         apgrfx.lib
       
    63 LIBRARY         bctestutil.lib
       
    64 LIBRARY			efsrv.lib
       
    65 
       
    66 LIBRARY         egul.lib 
       
    67 LIBRARY			avkon.lib eikcoctl.lib eikdlg.lib 
       
    68 LIBRARY         estor.lib 
       
    69 
       
    70 // Changes for Scalable UI:
       
    71 // New registration resource defined.
       
    72 // else Normal AIF will work.
       
    73 
       
    74 START RESOURCE ../group/BCTesteikbctrl_reg.rss
       
    75 DEPENDS bctesteikbctrl.rsg
       
    76 HEADER
       
    77 TARGETPATH /private/10003a3f/apps
       
    78 END
       
    79 
       
    80 // Creates Mbm file.
       
    81 START BITMAP    BCTesteikbctrl_Aif.mbm
       
    82 HEADER
       
    83 TARGETPATH      /resource/apps
       
    84 sourcepath ../aif
       
    85 source  c8 BCTesteikbctrlsmallicon.bmp
       
    86 source  c8 BCTesteikbctrlsmalliconmask.bmp
       
    87 source  c8 BCTesteikbctrl_lst.bmp
       
    88 source  c8 BCTesteikbctrl_lst_mask.bmp
       
    89 end
       
    90         
       
    91 // End of File