simpledatamodeladapter/group/presenceplugin.mmp
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
equal deleted inserted replaced
0:c8caa15ef882 12:e6a66db4e9d0
     1 /*
     1 /*
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    48 SOURCE          presenceplugingroup.cpp
    48 SOURCE          presenceplugingroup.cpp
    49 SOURCE          presencepluginwatcherinfo.cpp
    49 SOURCE          presencepluginwatcherinfo.cpp
    50 SOURCE          presencepluginvirtualgroup.cpp
    50 SOURCE          presencepluginvirtualgroup.cpp
    51 SOURCE          presenceconnectioninfo.cpp
    51 SOURCE          presenceconnectioninfo.cpp
    52 SOURCE          presencepluginutility.cpp
    52 SOURCE          presencepluginutility.cpp
    53 SOURCE          presenceplugincontacts.cpp
       
    54 SOURCE          presenceplugincontactstatehandler.cpp
       
    55 SOURCE          presenceplugincontactstate.cpp
       
    56 SOURCE          presenceplugincontactstateopen.cpp
       
    57 SOURCE          presenceplugincontactstateresolve.cpp
       
    58 SOURCE          presenceplugincontactstatesearch.cpp
       
    59 SOURCE          presenceplugincontactstateend.cpp
       
    60 SOURCE          presensepluginlocalstore.cpp
       
    61 
    53 
    62 USERINCLUDE     .
    54 USERINCLUDE     .
    63 USERINCLUDE     ../inc
    55 USERINCLUDE     ../inc
    64 USERINCLUDE     ../simpleimplugin/inc
    56 USERINCLUDE     ../simpleimplugin/inc
    65 
    57 
    76 
    68 
    77 LIBRARY         xdmengine.lib
    69 LIBRARY         xdmengine.lib
    78 LIBRARY         xdmsettingsapi.lib
    70 LIBRARY         xdmsettingsapi.lib
    79 LIBRARY         presencesettingsapi.lib
    71 LIBRARY         presencesettingsapi.lib
    80 
    72 
    81 LIBRARY         efsrv.lib
       
    82 LIBRARY         edbms.lib 
       
    83 LIBRARY         avkon.lib
       
    84 
       
    85 //presence cache
    73 //presence cache
    86 LIBRARY         presencecacheclient2.lib
    74 LIBRARY         presencecacheclient2.lib
    87 LIBRARY         presencecacheutils.lib
    75 LIBRARY         presencecacheutils.lib
    88 
    76 
    89 // access to service table
    77 // access to service table
    90 LIBRARY         serviceprovidersettings.lib
    78 LIBRARY         serviceprovidersettings.lib
    91 
    79 
    92 // access to uiservicetabsettings
    80 // access to uiservicetabsettings
    93 LIBRARY         vimpstsettings.lib
    81 LIBRARY         vimpstsettings.lib
    94 
       
    95 // access to Virtual Phonebook contact database
       
    96 LIBRARY         vpbkeng.lib
       
    97 
       
    98 // End of file
    82 // End of file