XDMEngine/rom/XdmEngine.iby
changeset 0 c8caa15ef882
child 31 2580314736af
equal deleted inserted replaced
-1:000000000000 0:c8caa15ef882
       
     1 /*
       
     2 * Copyright (c) 2005 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:   XDM Engine rom file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __XDMENGINE_IBY__
       
    22 #define __XDMENGINE_IBY__
       
    23 
       
    24 #ifdef __XDM
       
    25     file=ABI_DIR\BUILD_DIR\XdmEngine.dll                        SHARED_LIB_DIR\XdmEngine.dll
       
    26     file=ABI_DIR\BUILD_DIR\XdmXmlParser.dll                     SHARED_LIB_DIR\XdmXmlParser.dll
       
    27     file=ABI_DIR\BUILD_DIR\XdmSettingsApi.dll                   SHARED_LIB_DIR\XdmSettingsApi.dll
       
    28     ECOM_PLUGIN(                                                XdmDeviceManagementAdapter.dll, 10275112.rsc) 
       
    29     ECOM_PLUGIN(                                                XdmProvisioning.dll, 1028237A.rsc) 
       
    30 #endif //__XDM
       
    31 
       
    32 #endif //__XDMENGINE_IBY__
       
    33