equal
deleted
inserted
replaced
|
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 // internal headers - not in SDK! |
|
28 |
|
29 ../inc/EikClockCtrl.hrh |../../../inc/EikClockCtrl.hrh |
|
30 ../inc/EikClock.rh |../../../inc/EikClock.rh |
|
31 |
|
32 // IBY-files |
|
33 ../rom/eikctl.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eikctl.iby) |
|
34 ../rom/eikctlResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(eikctlresources.iby) |
|
35 |
|
36 |
|
37 PRJ_MMPFILES |
|
38 // specify the .mmp files required for building the important component releasables |
|
39 // note that you should specify any .mmp files for test programs further down the file. |
|
40 // |
|
41 // It's best if the .MMP files are specified in the order in which the components are |
|
42 // built, but that eventually shouldn't matter |
|
43 // |
|
44 // Use C++ style #defines to denote that a component is only built for a particular platform |
|
45 |
|
46 #ifndef TOOLS |
|
47 eikctl.mmp |
|
48 #endif |