javaextensions/pim/build/exports.inf
changeset 21 2a9601315dfc
equal deleted inserted replaced
18:e8e63152f320 21:2a9601315dfc
       
     1 /*
       
     2 * Copyright (c) 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 the License "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:  Localization plugin exports
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __PIM_API_PLUGIN_EXPORTS__
       
    20 #define __PIM_API_PLUGIN_EXPORTS__
       
    21 
       
    22 PRJ_EXPORTS
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 
       
    27 ../javapimloc/loc/pimcm.loc        APP_LAYER_LOC_EXPORT_PATH(pimcm.loc)
       
    28 ../javapimloc/loc/pimevent.loc     APP_LAYER_LOC_EXPORT_PATH(pimevent.loc)
       
    29 ../javapimloc/loc/pimtodo.loc      APP_LAYER_LOC_EXPORT_PATH(pimtodo.loc)
       
    30 ../javapimloc/inc.s60/mpimlocalizationmanager.h   |../inc.s60/mpimlocalizationmanager.h
       
    31 ../javapimloc/inc.s60/mpimlocalizationdata.h      |../inc.s60/mpimlocalizationdata.h
       
    32 ../javapimloc/inc.s60/pimlocalizationids.h        |../inc.s60/pimlocalizationids.h
       
    33 
       
    34 #endif // __PIM_API_PLUGIN_EXPORTS__
       
    35 
       
    36 
       
    37 // End of File