classicui_pub/tsrc/bc/apps/S60_SDK3.0/bctestquery/group/bctestquery.mmp
changeset 0 2f259fa3e83a
child 18 fcdfafb36fe7
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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          BCTestQuery.exe
       
    27 TARGETTYPE      exe
       
    28 UID             0x0 0x200045C9
       
    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 bctestquery.rss
       
    39 HEADER
       
    40 TARGETPATH /resource/apps
       
    41 END  // RESOURCE
       
    42 
       
    43 //LANG            01
       
    44 
       
    45 SOURCEPATH      ../Src
       
    46 SOURCE          bctestqueryapp.cpp 
       
    47 SOURCE          bctestqueryappUi.cpp
       
    48 SOURCE          bctestquerydocument.cpp
       
    49 SOURCE          bctestquerycontainer.cpp
       
    50 SOURCE          bctestqueryview.cpp
       
    51 SOURCE          bctestlistquery.cpp
       
    52 SOURCE          bctestquerydialog.cpp
       
    53 SOURCE          bctestqueryvalue.cpp
       
    54 
       
    55 USERINCLUDE     . ../Inc
       
    56 // for autotest
       
    57 USERINCLUDE     ../../../bctestutil/inc
       
    58 
       
    59 SYSTEMINCLUDE   . /epoc32/include
       
    60 
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         apparc.lib
       
    63 LIBRARY         cone.lib
       
    64 LIBRARY         eikcore.lib
       
    65 LIBRARY         eikcoctl.lib
       
    66 LIBRARY         avkon.lib
       
    67 LIBRARY         eikctl.lib 
       
    68 LIBRARY         bafl.lib
       
    69 LIBRARY         eikdlg.lib                                                  
       
    70 LIBRARY         AknSkins.lib
       
    71 LIBRARY         AknIcon.lib
       
    72 LIBRARY         egul.lib
       
    73 LIBRARY         gdi.lib
       
    74 LIBRARY         efsrv.lib
       
    75 LIBRARY         estor.lib
       
    76 LIBRARY         insock.lib
       
    77 LIBRARY         bctestutil.lib
       
    78 
       
    79 // Changes for Scalable UI:
       
    80 // New registration resource defined.
       
    81 // else Normal AIF will work.
       
    82 
       
    83 START RESOURCE ../group/bctestquery_reg.rss
       
    84 DEPENDS bctestquery.rsg
       
    85 HEADER
       
    86 TARGETPATH /private/10003a3f/apps
       
    87 END
       
    88    
       
    89 // End of File