javatools/javaapppreconverter/build/exports.inf
branchRCL_3
changeset 14 04becd199f91
equal deleted inserted replaced
13:f5050f1da672 14:04becd199f91
       
     1 /*
       
     2 * Copyright (c) 2009 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: Exports the libraries needed to access the old Java 1.3
       
    15 *              midp2 data base to development environment so that
       
    16 *              Java 2.0 can be compiled in an environment without Java 1.3 sources.
       
    17 *
       
    18 */
       
    19 
       
    20 #ifndef __JAVAAPPPRECONVERTER_EXPORTS_INF__
       
    21 #define __JAVAAPPPRECONVERTER_EXPORTS_INF__
       
    22 
       
    23 PRJ_EXPORTS
       
    24 ../legacy/inc/MDatabaseV2.h                         /epoc32/include/j2me/midp2/dbv2/MDatabaseV2.h
       
    25 ../legacy/lib/winscw/udeb/midp2dbv2.lib             /epoc32/release/winscw/udeb/midp2dbv2.lib
       
    26 ../legacy/lib/winscw/urel/midp2dbv2.dll             /epoc32/release/winscw/urel/midp2dbv2.dll
       
    27 ../legacy/lib/armv5/lib/midp2dbv2.lib               /epoc32/release/armv5/lib/midp2dbv2.lib
       
    28 ../legacy/lib/armv5/lib/midp2dbv2.dso               /epoc32/release/armv5/lib/midp2dbv2.dso
       
    29 ../legacy/lib/armv5/lib/midp2dbv2_000a0000_.lib     /epoc32/release/armv5/lib/midp2dbv2{000a0000}.lib
       
    30 ../legacy/lib/armv5/lib/midp2dbv2_000a0000_.dso     /epoc32/release/armv5/lib/midp2dbv2{000a0000}.dso
       
    31 
       
    32 #endif //__JAVAAPPPRECONVERTER_EXPORTS_INF__