|
1 /* |
|
2 * Copyright (c) 1999 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 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_EXPORTS |
|
22 // specify the source file followed by its destination here |
|
23 // copy will be used to copy the source file to its destination |
|
24 // If there's no destination then the source file will be copied |
|
25 // to the same name in /epoc32/include |
|
26 |
|
27 // subsystem internal headers - not in SDK! |
|
28 |
|
29 ../coctlinc/EIKKWIN.H |../../../inc/eikkwin.h |
|
30 ../coctlinc/akncbacontentobserver.h |../../../inc/akncbacontentobserver.h |
|
31 ../coctlinc/aknitemactionmenuregister.h |../../../inc/aknitemactionmenuregister.h |
|
32 |
|
33 // IBY-files |
|
34 ../rom/eikstd.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eikstd.iby) |
|
35 ../rom/EikStdResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(EikStdResources.iby) |
|
36 |
|
37 |
|
38 PRJ_MMPFILES |
|
39 // specify the .mmp files required for building the important component releasables |
|
40 // note that you should specify any .mmp files for test programs further down the file. |
|
41 // |
|
42 // It's best if the .MMP files are specified in the order in which the components are |
|
43 // built, but that eventually shouldn't matter |
|
44 // |
|
45 // Use C++ style #defines to denote that a component is only built for a particular platform |
|
46 // |
|
47 // specify "tidy" if the component you need to build doesn't need to be released to |
|
48 // the rest of the company |
|
49 // specify "ignore" if the MMP file exists but should be ignored - William wants this! |
|
50 |
|
51 #ifndef TOOLS |
|
52 |
|
53 ../coctlsrc/EIKCOCTL.MMP |
|
54 ../dlgsrc/EIKDLG.MMP |
|
55 ../cdlgsrc/EIKCDLG.MMP |
|
56 ../alertsrc/Eikalert.mmp |
|
57 ../srvuisrc/EIKSRVUI.MMP |
|
58 ../console/CONSOLE.MMP |
|
59 |
|
60 #endif |