os/textandloc/textandlocutils/jplangutil/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2002-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 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: 
    15 *     Build information file for JPLangUtil
    16 *
    17 *
    18 */
    19 
    20 
    21 #include <platform_paths.hrh>
    22 
    23 PRJ_EXPORTS
    24 // specify the source file followed by its destination here
    25 // copy will be used to copy the source file to its destination
    26 // If there's no destination then the source file will be copied
    27 // to the same name in /epoc32/include
    28 ../inc/jplangutil.h     OS_LAYER_PLATFORM_EXPORT_PATH(jplangutil.h)
    29 
    30 // IBY-files
    31 JPLangUtil.iby CORE_MW_LAYER_IBY_EXPORT_PATH(jplangutil.iby)
    32 
    33 
    34 PRJ_MMPFILES
    35 // specify the .mmp files required for building the important component releasables
    36 // note that you should specify any .mmp files for test programs further down the file.
    37 //
    38 // It's best if the .MMP files are specified in the order in which the components are
    39 // built, but that eventually shouldn't matter
    40 //
    41 #ifndef TOOLS
    42 ../group/jplangutil.mmp
    43 #endif
    44 
    45 
    46 PRJ_TESTEXPORTS
    47 ../test/group/tJPLangUtil.iby		CORE_MW_LAYER_IBY_EXPORT_PATH(tjplangutil.iby)
    48 
    49 PRJ_TESTMMPFILES
    50 ../test/group/tJPLangUtil.mmp
    51