ximpfw/rom/ximpfw.iby
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:  Image description file for project XIMP Framework
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef PRESENCEFW_IBY
       
    19 #define PRESENCEFW_IBY
       
    20 
       
    21 #ifdef __PRESENCE_FRAMEWORK
       
    22 
       
    23 #include <data_caging_paths_for_iby.hrh>
       
    24 
       
    25 // XIMP Framework components
       
    26 file=ABI_DIR\BUILD_DIR\ximputils.dll              SHARED_LIB_DIR\ximputils.dll
       
    27 file=ABI_DIR\BUILD_DIR\ximpoperations.dll         SHARED_LIB_DIR\ximpoperations.dll
       
    28 file=ABI_DIR\BUILD_DIR\ximpprocessor.dll          SHARED_LIB_DIR\ximpprocessor.dll
       
    29 file=ABI_DIR\BUILD_DIR\ximpsrvclient.dll          SHARED_LIB_DIR\ximpsrvclient.dll
       
    30 file=ABI_DIR\BUILD_DIR\ximpdatamodel.dll          SHARED_LIB_DIR\ximpdatamodel.dll
       
    31 file=ABI_DIR\BUILD_DIR\ximpmanager.dll            SHARED_LIB_DIR\ximpmanager.dll
       
    32 
       
    33 
       
    34 // XIMP Framework server
       
    35 file=ABI_DIR\BUILD_DIR\ximpserver.exe             PROGRAMS_DIR\ximpserver.exe
       
    36 file=ABI_DIR\BUILD_DIR\ximprootserver.exe         PROGRAMS_DIR\ximprootserver.exe
       
    37 
       
    38 // XIMP ECOM Hook plugin
       
    39 ECOM_PLUGIN( ximpecomhook.dll, ximpecomhook.rsc )
       
    40 
       
    41 // Presence Plugin components
       
    42 file=ABI_DIR\BUILD_DIR\presencemanager.dll        SHARED_LIB_DIR\presencemanager.dll
       
    43 file=ABI_DIR\BUILD_DIR\presencedatamodel.dll      SHARED_LIB_DIR\presencedatamodel.dll  
       
    44 file=ABI_DIR\BUILD_DIR\presenceoperation.dll      SHARED_LIB_DIR\presenceoperation.dll
       
    45 file=ABI_DIR\BUILD_DIR\presencecacheclient.dll    SHARED_LIB_DIR\presencecacheclient.dll
       
    46 
       
    47 // Presence Plugin server
       
    48 file=ABI_DIR\BUILD_DIR\presencecacheserver.exe    PROGRAMS_DIR\presencecacheserver.exe
       
    49 
       
    50 // Presence Plugin ECOM Hook plugins
       
    51 ECOM_PLUGIN( presenceecomhook.dll, presenceecomhook.rsc ) 
       
    52 ECOM_PLUGIN( presencedatamodelhook.dll, presencedatamodelhook.rsc )
       
    53 ECOM_PLUGIN( presencecacheecomhook.dll, presencecacheecomhook.rsc )
       
    54 
       
    55 // ximpfw SIS, provides support for SIS upgrading
       
    56 //data=DATAZ_\system\install\ximpfw.sis     system\install\ximpfw.sis
       
    57 
       
    58 
       
    59 #endif // __PRESENCE_FRAMEWORK
       
    60 
       
    61 #endif //PRESENCEFW_IBY