classicui_pub/queries_api/tsrc/group/testsdkqueries.mmp
changeset 0 2f259fa3e83a
child 18 fcdfafb36fe7
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*TYPE TESTCLASS*//*
       
     2 * Copyright (c) 2002 - 2007 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh> 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET          testsdkqueries.dll
       
    24 TARGETTYPE      dll
       
    25 UID 0x1000008D 0x2001CB82
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 DEFFILE         testsdkqueries.def
       
    30 
       
    31 USERINCLUDE     ../inc 
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 SOURCEPATH      ../data
       
    36 START RESOURCE testsdkqueries.rss
       
    37 TARGETPATH RESOURCE_FILES_DIR
       
    38 HEADER
       
    39 END
       
    40 SOURCEPATH      ../src
       
    41 
       
    42 
       
    43 SOURCE          testsdkqueries.cpp
       
    44 SOURCE          testsdkqueriesblocks.cpp
       
    45 SOURCE          testsdkqueriesblocksdlg.cpp
       
    46 SOURCE          testsdkqueriescontainer.cpp
       
    47 SOURCE          testsdkqueriesview.cpp 
       
    48 SOURCE          testsdkqueriesblockslistquerycontrol.cpp
       
    49 SOURCE          testsdkqueriesblockslistquerydlg.cpp
       
    50 SOURCE          testsdkqueriesblocksmessagequerycontrol.cpp
       
    51 SOURCE          testsdkqueriesblocksmessagequerydlg.cpp
       
    52 SOURCE          testsdkqueriesblocksmultilinequerycontrol.cpp
       
    53 SOURCE          testsdkqueriesblocksquerycontrol.cpp
       
    54 SOURCE          testsdkqueriesblocksquerydata.cpp
       
    55 SOURCE          testsdkqueriesblocksquerydlg.cpp
       
    56 SOURCE          testsdkqueriesblocksqueryvalue.cpp
       
    57 SOURCE          testsdkqueriesblocksqueryvaluedate.cpp
       
    58 SOURCE          testsdkqueriesblocksqueryvalueduration.cpp
       
    59 SOURCE          testsdkqueriesblocksqueryvaluenumber.cpp
       
    60 SOURCE          testsdkqueriesblocksqueryvaluephone.cpp
       
    61 SOURCE          testsdkqueriesblocksqueryvaluetext.cpp
       
    62 SOURCE          testsdkqueriesblocksqueryvaluetime.cpp
       
    63 SOURCE          testsdkaknListquerydialogprotected.cpp 
       
    64 SOURCE          testsdkdialogmediatorobserver.cpp 
       
    65 SOURCE          testsdkaknquerydialogprotected.cpp
       
    66 
       
    67 LIBRARY         euser.lib
       
    68 LIBRARY         stiftestinterface.lib
       
    69 LIBRARY         stiftestengine.lib
       
    70 LIBRARY         avkon.lib 
       
    71 LIBRARY         eikcoctl.lib
       
    72 LIBRARY         eikcore.lib 
       
    73 LIBRARY         cone.lib
       
    74 LIBRARY         eikdlg.lib
       
    75 LIBRARY         bafl.lib
       
    76 LIBRARY         aknicon.lib
       
    77 LIBRARY         egul.lib
       
    78 LIBRARY         Lbs.lib
       
    79 LIBRARY         insock.lib
       
    80 
       
    81 LANG            SC
       
    82 
       
    83 // End of File
       
    84 
       
    85 
       
    86