equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: Build definition file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 #ifdef __I_CAL_SUPPORT |
|
23 PRJ_EXPORTS |
|
24 ../rom/versit2.iby CORE_APP_LAYER_IBY_EXPORT_PATH(versit2.iby) |
|
25 //Export to calendarengines/inc |
|
26 ../inc/ICal.h |../../inc/ICal.h |
|
27 ../inc/ICalBase.h |../../inc/ICalBase.h |
|
28 ../inc/ICalParser.h |../../inc/ICalParser.h |
|
29 ../inc/ICalComponent.h |../../inc/ICalComponent.h |
|
30 ../inc/ICalProperty.h |../../inc/ICalProperty.h |
|
31 ../inc/ICalPropertyParam.h |../../inc/ICalPropertyParam.h |
|
32 ../inc/ICalValue.h |../../inc/ICalValue.h |
|
33 ../inc/ICalRuleSegment.h |../../inc/ICalRuleSegment.h |
|
34 ../inc/ICalErrors.h |../../inc/ICalErrors.h |
|
35 ../inc/ICalKeyWords.h |../../inc/ICalKeyWords.h |
|
36 |
|
37 |
|
38 |
|
39 PRJ_MMPFILES |
|
40 Versit2.mmp |
|
41 |
|
42 #endif // __I_CAL_SUPPORT |
|
43 |
|
44 // End of File |