equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET IscApi.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x10000079 0x1020209F |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 #ifdef WINSCW |
|
27 deffile /epoc32/include/def/bwins/iscapi.def |
|
28 #else |
|
29 deffile /epoc32/include/def/eabi/iscapi.def |
|
30 #endif |
|
31 |
|
32 CAPABILITY ALL |
|
33 |
|
34 SOURCEPATH ../IscApi/src |
|
35 SOURCE IscApi.cpp |
|
36 |
|
37 USERINCLUDE ../IscApi/inc |
|
38 |
|
39 // System include macro |
|
40 OS_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 LIBRARY euser.lib efsrv.lib |
|
43 |
|
44 START WINS |
|
45 win32_library kernel32.lib |
|
46 END |
|
47 |
|
48 // flag to enable trace of components API calls |
|
49 //MACRO API_TRACE_FLAG |
|
50 |
|
51 // flag to enable normal trace inside component |
|
52 //MACRO COMPONENT_TRACE_FLAG |
|
53 |
|
54 |