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