organizer_plat/agenda_interface_api/bld.inf
changeset 70 a5ed90760192
child 81 ce92091cbd61
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
       
     1 /*
       
     2 * Copyright (c) 2010 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:   File that exports the files belonging to 
       
    15 :                agenda interface API
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 
       
    28 inc/agendaentry.h APP_LAYER_PLATFORM_EXPORT_PATH(agendaentry.h)
       
    29 inc/AgendaEntry APP_LAYER_PLATFORM_EXPORT_PATH(AgendaEntry)
       
    30 inc/agendautil.h APP_LAYER_PLATFORM_EXPORT_PATH(agendautil.h)
       
    31 inc/AgendaUtil APP_LAYER_PLATFORM_EXPORT_PATH(AgendaUtil)
       
    32 inc/agendainterfacedefines.h APP_LAYER_PLATFORM_EXPORT_PATH(agendainterfacedefines.h)
       
    33