os/textandloc/textandlocutils/numbergrouping/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200 (2014-06-10)
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 infirmation file for Avkon
    16 *
    17 */
    18 
    19 
    20 #include <platform_paths.hrh>
    21 
    22 PRJ_EXPORTS
    23 // specify the source file followed by its destination here
    24 // copy will be used to copy the source file to its destination
    25 // If there's no destination then the source file will be copied
    26 // to the same name in /epoc32/include
    27 
    28 ../inc/NumberGrouping.h     OS_LAYER_PLATFORM_EXPORT_PATH(NumberGrouping.h)
    29 ../inc/AknPhoneNumberGrouping.h     OS_LAYER_PLATFORM_EXPORT_PATH(AknPhoneNumberGrouping.h)
    30 ../inc/NumberGroupingStd.h     OS_LAYER_PLATFORM_EXPORT_PATH(NumberGroupingStd.h)
    31 ../inc/NumberGroupingCRKeys.h     OS_LAYER_PLATFORM_EXPORT_PATH(NumberGroupingCRKeys.h)
    32 
    33 // IBY-files
    34 NumberGrouping.iby CORE_MW_LAYER_IBY_EXPORT_PATH(numbergrouping.iby)
    35 
    36 // Generic configuration interface for component cenrep settings  
    37 ../conf/numbergrouping.confml                  APP_LAYER_CONFML(numbergrouping.confml)
    38 ../conf/numbergrouping_101F8775.crml           APP_LAYER_CRML(numbergrouping_101F8775.crml)
    39 
    40 PRJ_MMPFILES
    41 // specify the .mmp files required for building the important component releasables
    42 // note that you should specify any .mmp files for test programs further down the file.
    43 //
    44 // It's best if the .MMP files are specified in the order in which the components are
    45 // built, but that eventually shouldn't matter
    46 //
    47 // Use C++ style #defines to denote that a component is only built for a particular platform
    48 //
    49 // specify "tidy" if the component you need to build doesn't need to be released to
    50 // the rest of the company
    51 // specify "ignore" if the MMP file exists but should be ignored - William wants this!
    52 #ifndef TOOLS
    53 NumberGrouping.mmp
    54 #endif
    55 
    56 
    57 PRJ_TESTEXPORTS
    58 ../test/group/tnumbergrouping.iby		CORE_MW_LAYER_IBY_EXPORT_PATH(tnumbergrouping.iby)
    59 ../test/group/101F8775.txt /epoc32/RELEASE/WINSCW/UDEB/Z/private/10202be9/101F8775.txt
    60 
    61 PRJ_TESTMMPFILES
    62 ../test/group/tnumbergrouping.mmp
    63 
    64 // End of File