author | mikaruus <mika.a.ruuskanen@nokia.com> |
Thu, 14 Jan 2010 10:44:58 +0200 | |
changeset 5 | 8ccc39f9d787 |
parent 0 | 63b37f68c1ce |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
* Copyright (c) 2007-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 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: |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
||
20 |
#include <non_foundation_paths.hrh> |
|
21 |
#include <platform_paths.hrh> |
|
22 |
||
23 |
||
24 |
OS_LAYER_SYSTEMINCLUDE |
|
25 |
||
5
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
26 |
SMPSAFE |
0 | 27 |
TARGET NOKIATSY.DLL |
28 |
TARGETTYPE IMPLIB |
|
29 |
UID 0x1000008D 0x1000A84A |
|
30 |
FEATUREVARIANT |
|
31 |
||
32 |
VENDORID VID_DEFAULT |
|
33 |
||
34 |
||
35 |
||
36 |
// ######### Include files ######### |
|
37 |
CAPABILITY CAP_GENERAL_DLL |
|
38 |
||
39 |
#if defined(WINSCW) |
|
40 |
#if (NCP_COMMON_S60_VERSION_SUPPORT==S60_VERSION_32) |
|
41 |
DEFFILE ../bwinscw/nokiatsy_not_export_to_root.def |
|
42 |
#else |
|
43 |
DEFFILE ../bwinscw/nokiatsy.def |
|
44 |
#endif //NCP_COMMON_S60_VERSION_SUPPORT |
|
45 |
#elif defined(WINS) |
|
46 |
#if (NCP_COMMON_S60_VERSION_SUPPORT==S60_VERSION_32) |
|
47 |
DEFFILE ../bwins/nokiatsy_not_export_to_root.def |
|
48 |
#else |
|
49 |
DEFFILE ../bwins/nokiatsy.def |
|
50 |
#endif //NCP_COMMON_S60_VERSION_SUPPORT |
|
51 |
#else |
|
52 |
#if (NCP_COMMON_S60_VERSION_SUPPORT==S60_VERSION_32) |
|
53 |
DEFFILE nokiatsy_not_export_to_root.def |
|
54 |
#else |
|
55 |
DEFFILE nokiatsy.def |
|
56 |
#endif //NCP_COMMON_S60_VERSION_SUPPORT |
|
57 |
#endif |