60
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 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:
|
|
15 |
* This file provides the information required for building the
|
|
16 |
* whole of a Mce application.
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
|
|
21 |
|
|
22 |
#include <platform_paths.hrh>
|
|
23 |
|
|
24 |
PRJ_PLATFORMS
|
|
25 |
// specify the platforms your component needs to be built for here
|
|
26 |
// defaults to WINS MARM so you can ignore this if you just build these
|
|
27 |
DEFAULT
|
|
28 |
|
|
29 |
|
|
30 |
PRJ_EXPORTS
|
|
31 |
// Specify the source file followed by its destination here
|
|
32 |
// copy will be used to copy the source file to its destination
|
|
33 |
// If there's no destination then the source file will be copied
|
|
34 |
// to the same name in /epoc32/include
|
|
35 |
|
|
36 |
../rom/mceextraitems.iby CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(mceextraitems.iby)
|
|
37 |
../rom/mceextraitems_resource.iby CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(mceextraitems_resource.iby)
|
|
38 |
../rom/mceextraitems.iby CORE_APP_LAYER_IBY_EXPORT_PATH(mceextraitems.iby)
|
|
39 |
../rom/mceextraitems_resource.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(mceextraitems_resource.iby)
|
|
40 |
../loc/mceextraitems.loc APP_LAYER_LOC_EXPORT_PATH(mceextraitems.loc)
|
|
41 |
|
|
42 |
PRJ_EXTENSIONS
|
|
43 |
|
|
44 |
START EXTENSION s60/mifconv
|
|
45 |
OPTION TARGETFILE mceextraicons.mif
|
|
46 |
OPTION HEADERFILE mceextraicons.mbg
|
|
47 |
OPTION SOURCEFILE ExtraIconlist_Scalable.txt
|
|
48 |
END
|
|
49 |
|
|
50 |
PRJ_MMPFILES
|
|
51 |
// Specify the .mmp files required for building the important component
|
|
52 |
// releasables. Note that you should specify any .mmp files for test
|
|
53 |
// programs further down the file.
|
|
54 |
//
|
|
55 |
// Specify "tidy" if the component you need to build doesn't need to be
|
|
56 |
// released to the rest of the company
|
|
57 |
// specify "ignore" if the MMP file exists but should be
|
|
58 |
// ignored.
|
|
59 |
|
|
60 |
../group/mceextraitems.mmp
|
|
61 |
|
|
62 |
// End of File
|