ximpfw/core/group/ximpdatamodel.mmp
changeset 51 61fad867f68e
equal deleted inserted replaced
-1:000000000000 51:61fad867f68e
       
     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 XIMP Data Model
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../../group/ximpdlluids.hrh"
       
    21 
       
    22 
       
    23 
       
    24 TARGET                  ximpdatamodel.dll
       
    25 TARGETTYPE              dll
       
    26 UID                     XIMP_DLL_UID_STATIC_INTERFACE XIMP_DLL_UID_COMMON
       
    27 
       
    28 CAPABILITY              CAP_GENERAL_DLL
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 
       
    32 // ---------------------------------------------------------------------------
       
    33 SOURCEPATH              ../srcdatamodel
       
    34 // ---------------------------------------------------------------------------
       
    35 // API data objects
       
    36 SOURCE                  ximpfeatureinfoimp.cpp
       
    37 SOURCE                  ximpprotocolinfoimp.cpp
       
    38 SOURCE                  ximpserviceinfoimp.cpp
       
    39 SOURCE                  ximpcontextclientinfoimp.cpp
       
    40 SOURCE                  ximpcontextstateimp.cpp
       
    41 SOURCE                  ximpdatasubscriptionstateimp.cpp
       
    42 SOURCE                  ximpstatusimp.cpp
       
    43 SOURCE                  ximpidentityimp.cpp
       
    44 SOURCE                  ximprestrictedobjectcollectionimp.cpp
       
    45 SOURCE                  ximpobjectcollectionimp.cpp
       
    46 SOURCE                  ximpfeaturepluginholder.cpp
       
    47 
       
    48 
       
    49 // API data events
       
    50 SOURCE                  ximprequestcompleteeventimp.cpp
       
    51 SOURCE                  ximpcontextstateeventimp.cpp
       
    52 
       
    53 
       
    54 
       
    55 
       
    56 // ---------------------------------------------------------------------------
       
    57 SOURCEPATH              ../srcdatamodel
       
    58 // ---------------------------------------------------------------------------
       
    59 //Base classes for data types
       
    60 SOURCE                  ximpapiobjbase.cpp
       
    61 SOURCE                  ximpapieventbase.cpp
       
    62 SOURCE                  ximpeventcodec.cpp
       
    63 SOURCE                  ximpapidataobjbase.cpp
       
    64 SOURCE                  ximpapidataobjfactory.cpp
       
    65 SOURCE                  ximpsubscriptionitembase.cpp
       
    66 SOURCE                  ximpconfigurationitembase.cpp
       
    67 SOURCE                  ximpcontexteventfilter.cpp
       
    68 
       
    69 //Facade APIs to adaptation
       
    70 SOURCE                  ximpobjectfactoryimp.cpp
       
    71 
       
    72 
       
    73 
       
    74 
       
    75 
       
    76 USERINCLUDE             ../srcdatamodel
       
    77 USERINCLUDE             ../srcprocessor
       
    78 USERINCLUDE             ../srcoperations
       
    79 USERINCLUDE             ../../presence/srcpresencedatamodel
       
    80 USERINCLUDE             ../srcutils
       
    81 
       
    82 
       
    83 // TODO remove unnecessary
       
    84 SYSTEMINCLUDE           ../../inc/core/base
       
    85 SYSTEMINCLUDE           ../../inc/core/datamodel
       
    86 SYSTEMINCLUDE           ../../inc/core/protocolplugin
       
    87 SYSTEMINCLUDE           ../../inc/core/protocolpluginhost
       
    88 SYSTEMINCLUDE           ../../inc/presence/presencedatamodel
       
    89 SYSTEMINCLUDE           ../../inc/presence/presencemanagement
       
    90 SYSTEMINCLUDE           ../../inc/presence/presenceprotocolplugin
       
    91 SYSTEMINCLUDE           ../../inc/presence/presenceprotocolpluginhost
       
    92 MW_LAYER_SYSTEMINCLUDE
       
    93 
       
    94 
       
    95 LIBRARY                 euser.lib
       
    96 LIBRARY                 bafl.lib
       
    97 LIBRARY                 estor.lib
       
    98 LIBRARY                 ximputils.lib
       
    99 LIBRARY                 ecom.lib
       
   100 
       
   101 
       
   102 
       
   103 // End of file