32
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-2008 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 |
// IBY-files
|
|
29 |
../rom/NumberGrouping.iby CORE_MW_LAYER_IBY_EXPORT_PATH(numbergrouping.iby)
|
|
30 |
|
|
31 |
// Generic configuration interface for component cenrep settings
|
|
32 |
../conf/numbergrouping.confml APP_LAYER_CONFML(numbergrouping.confml)
|
|
33 |
../conf/numbergrouping_101F8775.crml APP_LAYER_CRML(numbergrouping_101F8775.crml)
|
|
34 |
|
|
35 |
PRJ_MMPFILES
|
|
36 |
// specify the .mmp files required for building the important component releasables
|
|
37 |
// note that you should specify any .mmp files for test programs further down the file.
|
|
38 |
//
|
|
39 |
// It's best if the .MMP files are specified in the order in which the components are
|
|
40 |
// built, but that eventually shouldn't matter
|
|
41 |
//
|
|
42 |
// Use C++ style #defines to denote that a component is only built for a particular platform
|
|
43 |
//
|
|
44 |
// specify "tidy" if the component you need to build doesn't need to be released to
|
|
45 |
// the rest of the company
|
|
46 |
// specify "ignore" if the MMP file exists but should be ignored - William wants this!
|
|
47 |
#ifndef TOOLS
|
|
48 |
NumberGrouping.mmp
|
|
49 |
#endif
|
|
50 |
|
|
51 |
PRJ_TESTMMPFILES
|
|
52 |
|
|
53 |
// ../internal/test/PngTestApp.mmp
|
|
54 |
|
|
55 |
// End of File
|