ximpfw/core/group/ximpoperations.mmp
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2006 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 definition file for PrFw presence operations
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../../group/ximpdlluids.hrh"
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 TARGET                  ximpoperations.dll
       
    26 TARGETTYPE              dll
       
    27 UID                     XIMP_DLL_UID_STATIC_INTERFACE XIMP_DLL_UID_COMMON
       
    28 
       
    29 CAPABILITY              CAP_GENERAL_DLL
       
    30 VENDORID                VID_DEFAULT
       
    31 
       
    32 
       
    33 
       
    34 // ---------------------------------------------------------------------------
       
    35 SOURCEPATH              ../srcoperations
       
    36 // ---------------------------------------------------------------------------
       
    37 
       
    38 // Common infrastucture
       
    39 SOURCE                  ximpoperationfactoryimp.cpp
       
    40 
       
    41 
       
    42 
       
    43 
       
    44 // ---------------------------------------------------------------------------
       
    45 SOURCEPATH              ../srcoperations/sessionmng
       
    46 // ---------------------------------------------------------------------------
       
    47 
       
    48 // Client - session management
       
    49 SOURCE                  ximpoperationunbind.cpp
       
    50 SOURCE                  ximpoperationbind.cpp
       
    51 SOURCE                  ximpoperationbind2.cpp
       
    52 
       
    53 // Adaptation - session state notifications
       
    54 SOURCE                  ximpoperationforcedteardown.cpp
       
    55 
       
    56 // Internal - autonomous session maintenance
       
    57 
       
    58 
       
    59 
       
    60 USERINCLUDE             ../srcoperations
       
    61 USERINCLUDE             ../srcoperations/sessionmng
       
    62 USERINCLUDE             ../../core/srcdatamodel
       
    63 
       
    64 
       
    65 USERINCLUDE             ../srcutils
       
    66 USERINCLUDE             ../srcprocessor
       
    67 USERINCLUDE             ../../presence/srcpresenceoperations
       
    68 
       
    69 
       
    70 // TODO remove unnecessary
       
    71 SYSTEMINCLUDE           ../../inc/core/base
       
    72 SYSTEMINCLUDE           ../../inc/core/datamodel
       
    73 SYSTEMINCLUDE           ../../inc/core/protocolplugin
       
    74 SYSTEMINCLUDE           ../../inc/core/protocolpluginhost
       
    75 SYSTEMINCLUDE           ../../inc/presence/presencedatamodel
       
    76 SYSTEMINCLUDE           ../../inc/presence/presencemanagement
       
    77 SYSTEMINCLUDE           ../../inc/presence/presenceprotocolplugin
       
    78 SYSTEMINCLUDE           ../../inc/presence/presenceprotocolpluginhost
       
    79 MW_LAYER_SYSTEMINCLUDE
       
    80 
       
    81 
       
    82 
       
    83 LIBRARY                 euser.lib
       
    84 LIBRARY                 estor.lib
       
    85 LIBRARY                 ximputils.lib
       
    86 LIBRARY                 ximpdatamodel.lib
       
    87 LIBRARY                 ximpprocessor.lib
       
    88 LIBRARY                 presenceoperation.lib
       
    89 LIBRARY                 ecom.lib
       
    90 
       
    91 // End of file
       
    92