os/textandloc/textandlocutils/numbergrouping/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/textandlocutils/numbergrouping/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,64 @@
     1.4 +/*
     1.5 +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*     build infirmation file for Avkon
    1.19 +*
    1.20 +*/
    1.21 +
    1.22 +
    1.23 +#include <platform_paths.hrh>
    1.24 +
    1.25 +PRJ_EXPORTS
    1.26 +// specify the source file followed by its destination here
    1.27 +// copy will be used to copy the source file to its destination
    1.28 +// If there's no destination then the source file will be copied
    1.29 +// to the same name in /epoc32/include
    1.30 +
    1.31 +../inc/NumberGrouping.h     OS_LAYER_PLATFORM_EXPORT_PATH(NumberGrouping.h)
    1.32 +../inc/AknPhoneNumberGrouping.h     OS_LAYER_PLATFORM_EXPORT_PATH(AknPhoneNumberGrouping.h)
    1.33 +../inc/NumberGroupingStd.h     OS_LAYER_PLATFORM_EXPORT_PATH(NumberGroupingStd.h)
    1.34 +../inc/NumberGroupingCRKeys.h     OS_LAYER_PLATFORM_EXPORT_PATH(NumberGroupingCRKeys.h)
    1.35 +
    1.36 +// IBY-files
    1.37 +NumberGrouping.iby CORE_MW_LAYER_IBY_EXPORT_PATH(numbergrouping.iby)
    1.38 +
    1.39 +// Generic configuration interface for component cenrep settings  
    1.40 +../conf/numbergrouping.confml                  APP_LAYER_CONFML(numbergrouping.confml)
    1.41 +../conf/numbergrouping_101F8775.crml           APP_LAYER_CRML(numbergrouping_101F8775.crml)
    1.42 +
    1.43 +PRJ_MMPFILES
    1.44 +// specify the .mmp files required for building the important component releasables
    1.45 +// note that you should specify any .mmp files for test programs further down the file.
    1.46 +//
    1.47 +// It's best if the .MMP files are specified in the order in which the components are
    1.48 +// built, but that eventually shouldn't matter
    1.49 +//
    1.50 +// Use C++ style #defines to denote that a component is only built for a particular platform
    1.51 +//
    1.52 +// specify "tidy" if the component you need to build doesn't need to be released to
    1.53 +// the rest of the company
    1.54 +// specify "ignore" if the MMP file exists but should be ignored - William wants this!
    1.55 +#ifndef TOOLS
    1.56 +NumberGrouping.mmp
    1.57 +#endif
    1.58 +
    1.59 +
    1.60 +PRJ_TESTEXPORTS
    1.61 +../test/group/tnumbergrouping.iby		CORE_MW_LAYER_IBY_EXPORT_PATH(tnumbergrouping.iby)
    1.62 +../test/group/101F8775.txt /epoc32/RELEASE/WINSCW/UDEB/Z/private/10202be9/101F8775.txt
    1.63 +
    1.64 +PRJ_TESTMMPFILES
    1.65 +../test/group/tnumbergrouping.mmp
    1.66 +
    1.67 +// End of File