msgconnmanager/rom/msgconnmanager.iby
branchRCL_3
changeset 17 2669f8761a99
parent 16 2580314736af
child 18 fbd2e7cec7ef
equal deleted inserted replaced
16:2580314736af 17:2669f8761a99
     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:   Connection manager rom file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __MSGCONNMANAGER_IBY__
       
    22 #define __MSGCONNMANAGER_IBY__
       
    23 
       
    24     #ifdef __XDM
       
    25         #define __INCLUDE_CM__
       
    26     #endif //__XDM
       
    27 
       
    28     #ifdef __IM
       
    29         #define __INCLUDE_CM__
       
    30     #endif //__IM
       
    31 
       
    32     #ifdef __PRESENCE
       
    33         #define __INCLUDE_CM__
       
    34     #endif //__PRESENCE
       
    35 
       
    36     #ifdef __INCLUDE_CM__
       
    37         file=ABI_DIR/BUILD_DIR/msgconnmanager.dll       SHARED_LIB_DIR/msgconnmanager.dll
       
    38     #endif //__INCLUDE_CM__
       
    39 
       
    40 #endif //__MSGCONNMANAGER_IBY__
       
    41