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) 2009 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 |
TARGET iscapi.dll |
|
24 |
TARGETTYPE dll |
|
25 |
#if (NCP_COMMON_SOS_VERSION_SUPPORT >= SOS_VERSION_95) |
|
26 |
linkas iscapi.dll |
|
27 |
#endif |
|
28 |
UID 0x10000079 0x1020209F |
|
29 |
VENDORID VID_DEFAULT |
|
30 |
CAPABILITY ALL |
|
31 |
FEATUREVARIANT |
|
32 |
||
5
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
33 |
SMPSAFE |
8ccc39f9d787
New release based on our 2010wk02 release
mikaruus <mika.a.ruuskanen@nokia.com>
parents:
0
diff
changeset
|
34 |
|
0 | 35 |
SOURCEPATH ../src |
36 |
SOURCE isaapi.cpp |
|
37 |
||
38 |
USERINCLUDE ../inc |
|
39 |
USERINCLUDE ../traces |
|
40 |
USERINCLUDE ../../isaaccessextension_dll/inc |
|
41 |
||
42 |
OS_LAYER_SYSTEMINCLUDE // For e32std.h, iscapi.h |
|
43 |
NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE // For iscnokiadefinitions.h |
|
44 |
||
45 |
LIBRARY euser.lib |
|
46 |
||
47 |
#if (NCP_COMMON_SOS_VERSION_SUPPORT >= SOS_VERSION_95) |
|
48 |
DEFFILE iscapi.def |
|
49 |
#else |
|
50 |
#ifdef WINSCW |
|
51 |
deffile /epoc32/include/def/bwins/iscapi.def |
|
52 |
#else |
|
53 |
deffile /epoc32/include/def/eabi/iscapi.def |
|
54 |
#endif |
|
55 |
||
56 |
NOEXPORTLIBRARY |
|
57 |
#endif |
|
58 |
START WINS |
|
59 |
win32_library kernel32.lib |
|
60 |
END |
|
61 |
||
62 |
// flag to enable trace of components API calls |
|
63 |
MACRO API_TRACE_FLAG |
|
64 |
||
65 |
// flag to enable normal trace inside component |
|
66 |
MACRO COMPONENT_TRACE_FLAG |
|
67 |
||
68 |