omads/omadsextensions/adapters/bld/bld.inf
changeset 0 dab8a81a92de
child 24 8e7494275d3a
equal deleted inserted replaced
-1:000000000000 0:dab8a81a92de
       
     1 /*
       
     2 * Copyright (c) 2004-2007 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:  build info file for SyncML DS Plug In adapters
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 PRJ_EXPORTS
       
    20 #ifdef __SYNCML_DS_CON
       
    21 #include "../contacts/bld/bld.inf"
       
    22 #endif
       
    23 
       
    24 #ifdef  __SYNCML_DS_CAL
       
    25 #include "../agenda/bld/bld.inf"
       
    26 #endif
       
    27 
       
    28 #ifdef __SYNCML_DS_SMS
       
    29 #include "../sms/group/bld.inf"
       
    30 #endif
       
    31 
       
    32 #ifdef __SYNCML_DS_BOOKMARK
       
    33 #include "../bookmark/group/bld.inf"
       
    34 #endif
       
    35 
       
    36 #ifdef __SYNCML_DS_MMS
       
    37 #include "../mms/group/bld.inf"
       
    38 #endif