author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 31 Aug 2010 16:06:03 +0300 | |
branch | RCL_3 |
changeset 44 | 0b68a1b0c15e |
parent 39 | 1aa6688bfd6b |
child 45 | a9c0808a1095 |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2006-2007 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: Sapi include path dependencies. |
|
44
0b68a1b0c15e
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
39
diff
changeset
|
15 |
* %created_by: slathia % |
0b68a1b0c15e
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
39
diff
changeset
|
16 |
* %date_created: Sat Oct 31 14:39:55 2009 % |
5 | 17 |
* Copyright © 2006-2007 Nokia. All rights reserved. |
18 |
* This material, including documentation and any related computer |
|
19 |
* programs, is protected by copyright controlled by Nokia. All |
|
20 |
* rights are reserved. Copying, including reproducing, storing, |
|
21 |
* adapting or translating, any or all of this material requires the |
|
22 |
* prior written consent of Nokia. This material also contains |
|
23 |
* confidential information which may not be disclosed to others |
|
24 |
* without the prior written consent of Nokia. |
|
25 |
* |
|
26 |
*/ |
|
27 |
||
28 |
||
29 |
#include <data_caging_paths.hrh> |
|
30 |
#include <bldvariant.hrh> |
|
31 |
||
32 |
#include <platform_paths.hrh> |
|
23
50974a8b132e
Revision: 200945
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
10
diff
changeset
|
33 |
SYSTEMINCLUDE /epoc32/include/icl |
50974a8b132e
Revision: 200945
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
10
diff
changeset
|
34 |
SYSTEMINCLUDE /epoc32/include/libc |
44
0b68a1b0c15e
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
39
diff
changeset
|
35 |
|
5 | 36 |
APP_LAYER_SYSTEMINCLUDE |
37 |
||
38 |
||
39 |
||
40 |