equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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: Defines flags which are needed for compatibility with |
|
15 * S60 3.2 SDKs and IAD branch. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 #ifndef UPNPPLATFORMVAR_HRH |
|
25 #define UPNPPLATFORMVAR_HRH |
|
26 |
|
27 #ifndef __SERIES60_32__ |
|
28 #include <platform_paths.hrh> |
|
29 #else |
|
30 #include <platform_paths.hrh> |
|
31 #endif |
|
32 |
|
33 // LOC export for MCL SDKs. |
|
34 // Loc files have to be exported to /epoc32/include/... in MCL SDKs. |
|
35 #define UPNP_LOC_EXPORT(exported) ../loc/##exported MW_LAYER_LOC_EXPORT_PATH(exported) |
|
36 |
|
37 // No need for language ids in MCL SDKs |
|
38 |
|
39 // No need for LOC file include paths MCL SDKs. |
|
40 // But they need to be defined. |
|
41 #define UPNP_LOC_INCLUDE_PATH_COMPONENT |
|
42 #define UPNP_LOC_INCLUDE_PATH_SUBCOMPONENT |
|
43 |
|
44 #endif // UPNPPLATFORMVAR_HRH |