imservices/imfeatureplugin/rom/imfeatureplugin.iby
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2009 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: IBY file for imfeatureplugin
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __IMFEATUREPLUGIN_IBY__
       
    19 #define __IMFEATUREPLUGIN_IBY__
       
    20 
       
    21 // imfeature plugin : (ximpfw.iby contains commented dlls, remove from there)
       
    22 //dlls
       
    23 file=ABI_DIR/BUILD_DIR/immanager.dll        SHARED_LIB_DIR/immanager.dll
       
    24 file=ABI_DIR/BUILD_DIR/imdatamodel.dll        SHARED_LIB_DIR/imdatamodel.dll
       
    25 file=ABI_DIR/BUILD_DIR/imoperation.dll        SHARED_LIB_DIR/imoperation.dll
       
    26 file=ABI_DIR/BUILD_DIR/improcessor.dll        SHARED_LIB_DIR/improcessor.dll
       
    27 
       
    28 //ECom hook
       
    29 ECOM_PLUGIN( imecomhook.dll, imecomhook.rsc) 
       
    30 ECOM_PLUGIN( imdatamodelhook.dll, imdatamodelhook.rsc) 
       
    31 ECOM_PLUGIN( imoperationshook.dll, imoperationshook.rsc) 
       
    32 ECOM_PLUGIN( improcessorhook.dll, improcessorhook.rsc) 
       
    33 
       
    34 // stub SIS, provides support for SIS upgrading
       
    35 data=DATAZ_/system/install/imfeaturepluginstub.sis    system/install/imfeaturepluginstub.sis
       
    36 
       
    37 #endif
       
    38 
       
    39