uifw/AvKon/tsrc/bc/S60_SDK3.0/bctestmisccontrol/group/bctestmisccontrol.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 bctestmisccontrol
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 TARGET          bctestmisccontrol.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x0 0x20004759
       
    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 0x1000000
       
    33 
       
    34 START RESOURCE bctestmisccontrol.rss
       
    35 HEADER
       
    36 TARGETPATH resource/apps
       
    37 END  // RESOURCE
       
    38 
       
    39 LANG            sc
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          bctestmisccontrolapp.cpp
       
    43 SOURCE          bctestmisccontroldocument.cpp
       
    44 SOURCE          bctestmisccontrolappui.cpp
       
    45 SOURCE          bctestmisccontrolview.cpp
       
    46 SOURCE          bctestmisccontrolcontainer.cpp
       
    47 SOURCE          bctesteikcaptionedcontrolcase.cpp
       
    48 SOURCE          bctestsubeikcaptionedcontrol.cpp
       
    49 SOURCE          bctesteikconsolecontrolcase.cpp
       
    50 SOURCE          bctestsubeikconsolecontrol.cpp
       
    51 SOURCE          bctesteikcontrolgroupcase.cpp
       
    52 SOURCE          bctestsubeikcontrolgroup.cpp
       
    53 SOURCE          bctestsubeikmover.cpp
       
    54 
       
    55 USERINCLUDE     . ../inc
       
    56 USERINCLUDE     ../../../bctestutil/inc
       
    57 
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 LIBRARY	    	aknicon.lib
       
    61 LIBRARY         aknskins.lib
       
    62 LIBRARY         avkon.lib
       
    63 LIBRARY         apparc.lib
       
    64 LIBRARY         aknnotify.lib
       
    65 LIBRARY         apgrfx.lib
       
    66 LIBRARY         bafl.lib 
       
    67 LIBRARY         bctestutil.lib 
       
    68 LIBRARY         cone.lib
       
    69 LIBRARY         egul.lib
       
    70 LIBRARY         euser.lib
       
    71 LIBRARY         eikcore.lib
       
    72 LIBRARY         eikcoctl.lib
       
    73 LIBRARY         eikctl.lib
       
    74 LIBRARY         eikdlg.lib
       
    75 LIBRARY         eikcdlg.lib
       
    76 LIBRARY         estor.lib
       
    77 LIBRARY         fbscli.lib
       
    78 LIBRARY         gdi.lib
       
    79 
       
    80 // Creates Mbm file.
       
    81 START BITMAP    bctestmisccontrol.mbm
       
    82 HEADER
       
    83 TARGETPATH      /resource/apps
       
    84 SOURCEPATH      ../DataSrc
       
    85 SOURCE          C8 30x40.bmp
       
    86 SOURCE          C8 30x40M.bmp
       
    87 SOURCE          C8 indicato.bmp
       
    88 SOURCE          C8 indicatom.bmp
       
    89 END
       
    90 
       
    91 START RESOURCE ../group/bctestmisccontrol_reg.rss
       
    92 DEPENDS bctestmisccontrol.rsg
       
    93 HEADER
       
    94 TARGETPATH /private/10003a3f/apps
       
    95 END