uifw/AvKon/tsrc/bc/S60_SDK3.0/bctestquery/group/bctestquery.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          BCTestQuery.exe
       
    21 TARGETTYPE      exe
       
    22 UID             0x0 0x200045C9
       
    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 bctestquery.rss
       
    33 HEADER
       
    34 TARGETPATH /resource/apps
       
    35 END  // RESOURCE
       
    36 
       
    37 LANG            01
       
    38 
       
    39 SOURCEPATH      ../Src
       
    40 SOURCE          bctestqueryapp.cpp 
       
    41 SOURCE          bctestqueryappUi.cpp
       
    42 SOURCE          bctestquerydocument.cpp
       
    43 SOURCE          bctestquerycontainer.cpp
       
    44 SOURCE          bctestqueryview.cpp
       
    45 SOURCE          bctestlistquery.cpp
       
    46 SOURCE          bctestquerydialog.cpp
       
    47 SOURCE          bctestqueryvalue.cpp
       
    48 
       
    49 USERINCLUDE     . ../Inc
       
    50 // for autotest
       
    51 USERINCLUDE     ../../../bctestutil/inc
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         apparc.lib
       
    57 LIBRARY         cone.lib
       
    58 LIBRARY         eikcore.lib
       
    59 LIBRARY         eikcoctl.lib
       
    60 LIBRARY         avkon.lib
       
    61 LIBRARY         eikctl.lib 
       
    62 LIBRARY         bafl.lib
       
    63 LIBRARY         eikdlg.lib                                                  
       
    64 LIBRARY         aknskins.lib
       
    65 LIBRARY         aknicon.lib
       
    66 LIBRARY         egul.lib
       
    67 LIBRARY         gdi.lib
       
    68 LIBRARY         efsrv.lib
       
    69 LIBRARY         estor.lib
       
    70 LIBRARY         insock.lib
       
    71 LIBRARY         bctestutil.lib
       
    72 
       
    73 // Changes for Scalable UI:
       
    74 // New registration resource defined.
       
    75 // else Normal AIF will work.
       
    76 
       
    77 START RESOURCE ../group/bctestquery_reg.rss
       
    78 DEPENDS bctestquery.rsg
       
    79 HEADER
       
    80 TARGETPATH /private/10003a3f/apps
       
    81 END
       
    82    
       
    83 // End of File