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 |
|
|
33 |
SOURCEPATH ../src
|
|
34 |
SOURCE isaapi.cpp
|
|
35 |
|
|
36 |
USERINCLUDE ../inc
|
|
37 |
USERINCLUDE ../traces
|
|
38 |
USERINCLUDE ../../isaaccessextension_dll/inc
|
|
39 |
|
|
40 |
OS_LAYER_SYSTEMINCLUDE // For e32std.h, iscapi.h
|
|
41 |
NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE // For iscnokiadefinitions.h
|
|
42 |
|
|
43 |
LIBRARY euser.lib
|
|
44 |
|
|
45 |
#if (NCP_COMMON_SOS_VERSION_SUPPORT >= SOS_VERSION_95)
|
|
46 |
DEFFILE iscapi.def
|
|
47 |
#else
|
|
48 |
#ifdef WINSCW
|
|
49 |
deffile /epoc32/include/def/bwins/iscapi.def
|
|
50 |
#else
|
|
51 |
deffile /epoc32/include/def/eabi/iscapi.def
|
|
52 |
#endif
|
|
53 |
|
|
54 |
NOEXPORTLIBRARY
|
|
55 |
#endif
|
|
56 |
START WINS
|
|
57 |
win32_library kernel32.lib
|
|
58 |
END
|
|
59 |
|
|
60 |
// flag to enable trace of components API calls
|
|
61 |
MACRO API_TRACE_FLAG
|
|
62 |
|
|
63 |
// flag to enable normal trace inside component
|
|
64 |
MACRO COMPONENT_TRACE_FLAG
|
|
65 |
|
|
66 |
|