uifw/AvKon/tsrc/bc/S60_SDK3.0/bctestlist/group/bctestlist.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:  This is project specification file for the AknAtList
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 TARGET          BCTestList.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x0 0x20004748
       
    23 EPOCSTACKSIZE   0x10000
       
    24 EPOCHEAPSIZE    0x10000 0x1000000
       
    25 
       
    26 VENDORID        0x101FB657
       
    27 CAPABILITY      NetworkServices LocalServices Location ReadUserData \
       
    28                 WriteUserData ReadDeviceData WriteDeviceData SwEvent UserEnvironment
       
    29 
       
    30 TARGETPATH      /sys/bin
       
    31 
       
    32 START RESOURCE bctestList.rss
       
    33 HEADER
       
    34 TARGETPATH /resource/apps
       
    35 END  // RESOURCE
       
    36 
       
    37 LANG            01
       
    38 
       
    39 SOURCEPATH      ../Src
       
    40 SOURCE          bctestListApp.cpp 
       
    41 SOURCE          bctestListAppUi.cpp
       
    42 SOURCE          bctestListDocument.cpp
       
    43 SOURCE          bctestlistcontainer.cpp
       
    44 SOURCE          bctestlistview.cpp
       
    45 SOURCE          bctestlistbasecase.cpp
       
    46 SOURCE          bctestlistcolumncase.cpp
       
    47 SOURCE          bctestlistformattedcase.cpp
       
    48 SOURCE          bctestlistsettingcase.cpp
       
    49 SOURCE          bctestlistpopupcase.cpp
       
    50 SOURCE          bctestlistgridcase.cpp
       
    51 SOURCE          bctestlistdecoratorcase.cpp
       
    52 SOURCE          bctestlistcolumnbasecase.cpp
       
    53 SOURCE          bctestlistformatbasecase.cpp
       
    54 SOURCE          bctestlisteiklistcase.cpp
       
    55 SOURCE          bctestlistselectioncase.cpp
       
    56 
       
    57 USERINCLUDE     . ../Inc
       
    58 // for autotest
       
    59 USERINCLUDE     ../../../bctestutil/inc
       
    60 
       
    61 APP_LAYER_SYSTEMINCLUDE
       
    62 
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         apparc.lib
       
    65 LIBRARY         cone.lib
       
    66 LIBRARY         eikcore.lib
       
    67 LIBRARY         eikcoctl.lib
       
    68 LIBRARY         avkon.lib
       
    69 LIBRARY         eikctl.lib 
       
    70 LIBRARY         bafl.lib
       
    71 LIBRARY         eikdlg.lib                                                  
       
    72 LIBRARY         aknskins.lib
       
    73 LIBRARY         aknicon.lib
       
    74 LIBRARY         egul.lib
       
    75 LIBRARY         gdi.lib
       
    76 LIBRARY         efsrv.lib
       
    77 LIBRARY         estor.lib
       
    78 
       
    79 // for autotest
       
    80 LIBRARY        bctestutil.lib
       
    81 
       
    82     //START BITMAP section removed and moved to icons.mk
       
    83     //because of .svg icons
       
    84 
       
    85 // Changes for Scalable UI:
       
    86 // New registration resource defined.
       
    87 // else Normal AIF will work.
       
    88 
       
    89 START RESOURCE ../group/bctestList_reg.rss
       
    90 DEPENDS bctestlist.rsg
       
    91 HEADER
       
    92 TARGETPATH /private/10003a3f/apps
       
    93 END
       
    94 
       
    95 // Creates Mbm file.
       
    96 START BITMAP    bctestList_Aif.mbm
       
    97 HEADER
       
    98 TARGETPATH      /resource/apps
       
    99 sourcepath ../aif
       
   100 source  c8 bctestlistsmallicon.bmp
       
   101 source  c8 bctestlistsmalliconmask.bmp
       
   102 source  c8 bctestlist_lst.bmp
       
   103 source  c8 bctestlist_lst_mask.bmp
       
   104 end
       
   105     
       
   106 // End of File