equal
deleted
inserted
replaced
|
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 @file |
|
19 |
|
20 @SYMPurpose CTFinder.dll API to identify what tokens exist on the device. |
|
21 */ |
|
22 |
|
23 // ctfinder.mmp |
|
24 |
|
25 OPTION CW -w off |
|
26 TARGET ctfinder.dll |
|
27 CAPABILITY All -Tcb |
|
28 TARGETTYPE dll |
|
29 DEFFILE CTFINDER_V2.DEF |
|
30 |
|
31 UID 0x1000008d 0x102020E5 |
|
32 VENDORID 0x70000001 |
|
33 |
|
34 SYSTEMINCLUDE /epoc32/include |
|
35 SYSTEMINCLUDE /epoc32/include/ecom |
|
36 |
|
37 SOURCEPATH ../source/ctfinder |
|
38 |
|
39 SOURCE CCTTokenTypeFinder.cpp |
|
40 SOURCE CCTTokenTypeInfo.cpp |
|
41 SOURCE TCTAllTokenTypes.cpp |
|
42 SOURCE TCTFindTokenTypesByInterface.cpp |
|
43 SOURCE TCTFindTokenTypesByInterfaceAndAttribute.cpp |
|
44 |
|
45 LIBRARY euser.lib ecom.lib |
|
46 LIBRARY ctframework.lib |