phoneuis/easydialing/tsrc/t_easydialingplugin/group/UT_easydialingplugin.mmp
branchRCL_3
changeset 9 8871b09be73b
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
       
     1 /*
       
     2 * Copyright (c) 2010 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:  Project file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "data_caging_paths.hrh"
       
    21 #include "../../../inc/easydialingconstants.hrh"
       
    22 
       
    23 // DEFINES
       
    24 #define         KMyUniqueUid3 0x200212A2
       
    25 #define         KEUnitTestDllUid2 0x1000af5a
       
    26 
       
    27 // Build target
       
    28 TARGET          UT_easydialingplugin.dll
       
    29 TARGETTYPE      dll
       
    30 UID             KEUnitTestDllUid2 KMyUniqueUid3
       
    31 
       
    32 CAPABILITY      ALL -TCB
       
    33 VENDORID        0x101FB657
       
    34 
       
    35 // Source files
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          DllMain.cpp           // Test code
       
    38 SOURCE			CEasyDialingPlugin_Test.cpp
       
    39 SOURCE			createtestcontactbase.cpp
       
    40 SOURCE 			dummyparentcontrol.cpp
       
    41 
       
    42 SOURCEPATH      ../../../src
       
    43 SOURCE			easydialingplugin.cpp
       
    44 SOURCE          easydialinglistbox.cpp
       
    45 SOURCE          easydialinglistboxdata.cpp
       
    46 SOURCE          easydialinglistboxitemdrawer.cpp
       
    47 SOURCE          easydialinglistboxview.cpp
       
    48 SOURCE          easydialingcenreplistener.cpp
       
    49 SOURCE          easydialingcontactdata.cpp
       
    50 SOURCE          easydialingcontactdatamanager.cpp
       
    51 SOURCE          easydialingutils.cpp
       
    52 
       
    53 // Code under test
       
    54 
       
    55 // Include paths
       
    56 USERINCLUDE     ../inc
       
    57 USERINCLUDE     ../../../inc
       
    58 USERINCLUDE     ../../../traces
       
    59 USERINCLUDE     ../../../edcontactor/inc
       
    60 
       
    61 APP_LAYER_SYSTEMINCLUDE
       
    62 SYSTEMINCLUDE  /epoc32/include/Digia/EUnit
       
    63 SYSTEMINCLUDE    /epoc32/include/internal
       
    64 SYSTEMINCLUDE    /epoc32/include/ecom
       
    65 
       
    66 SOURCEPATH      ../../../data
       
    67 
       
    68 START RESOURCE 200212A0.rss
       
    69     LANG    SC
       
    70     TARGET  easydialingplugin.rsc
       
    71 END
       
    72 
       
    73 START RESOURCE easydialingpluginresources.rss
       
    74     HEADER
       
    75     TARGETPATH  \resource
       
    76     TARGET      easydialingpluginresources.rsc
       
    77 	LANGUAGE_IDS
       
    78 END
       
    79 
       
    80 
       
    81 // Symbian framework libraries
       
    82 
       
    83 LIBRARY euser.lib
       
    84 LIBRARY ECom.lib
       
    85 LIBRARY cone.lib  
       
    86 LIBRARY ws32.lib
       
    87 LIBRARY eikctl.lib
       
    88 LIBRARY eikcore.lib
       
    89 LIBRARY eikcoctl.lib
       
    90 LIBRARY bafl.lib 
       
    91 LIBRARY gdi.lib 
       
    92 LIBRARY egul.lib
       
    93 LIBRARY apgrfx.lib
       
    94 LIBRARY fbscli.lib
       
    95 LIBRARY efsrv.lib
       
    96 LIBRARY cntmodel.lib
       
    97 LIBRARY bitgdi.lib
       
    98 LIBRARY etext.lib
       
    99 
       
   100 // Avkon, Avkon skin and Avkon layout libraries.
       
   101 LIBRARY avkon.lib
       
   102 LIBRARY aknicon.lib
       
   103 LIBRARY aknlistloadertfx.lib
       
   104 LIBRARY aknskins.lib 
       
   105 LIBRARY aknskinsrv.lib 
       
   106 LIBRARY aknswallpaperutils.lib
       
   107 LIBRARY aknlayout2scalable.lib
       
   108 LIBRARY cdlengine.lib
       
   109 LIBRARY aknlayout2.lib
       
   110 
       
   111 // AIW library
       
   112 LIBRARY servicehandler.lib
       
   113 
       
   114 // Predictive search libraries
       
   115 LIBRARY PcsUtils.lib
       
   116 LIBRARY PsServerClientAPI.lib
       
   117 
       
   118 // Virtual phonebook library
       
   119 LIBRARY VPbkEng.lib
       
   120 
       
   121 // Phonebook engine
       
   122 LIBRARY	pbkeng.lib
       
   123 
       
   124 // ECE Communication launcher library
       
   125 LIBRARY ccaclient.lib
       
   126 
       
   127 // Central repository
       
   128 LIBRARY centralrepository.lib   
       
   129 LIBRARY commonengine.lib
       
   130 LIBRARY cenrepnotifhandler.lib 
       
   131 
       
   132 // CPbk2ImageManager
       
   133 LIBRARY pbk2presentation.lib
       
   134 
       
   135 // bitmap handling
       
   136 LIBRARY bitmaptransforms.lib
       
   137 
       
   138 // Easy dialing own contactor module.
       
   139 LIBRARY edcontactor.lib
       
   140 
       
   141 // CMS library used for getting information about contacts.
       
   142 //LIBRARY 		  cmsclient.lib
       
   143 
       
   144 // Service provider settings api
       
   145 LIBRARY serviceprovidersettings.lib
       
   146 
       
   147 // Libraries used for R&D purposes only
       
   148 DEBUGLIBRARY flogger.lib
       
   149 
       
   150 // EasyDialing Eunit Test libarary 
       
   151 LIBRARY eunit.lib
       
   152 // End of File
       
   153