equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2000-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 "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 * convutils.dll Various character conversion services |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 TARGET convutils.dll |
|
25 TARGETTYPE dll |
|
26 |
|
27 CAPABILITY All -Tcb |
|
28 |
|
29 DEFFILE convutils.def |
|
30 |
|
31 UID 0x1000008d 0x100066a2 |
|
32 VENDORID 0x70000001 |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 SOURCEPATH ../src/convutils |
|
37 SOURCE convutils.cpp |
|
38 |
|
39 LIBRARY euser.lib |
|
40 LIBRARY charconv.lib |
|
41 |
|
42 START WINS |
|
43 baseaddress 0x744d0000 |
|
44 END |
|
45 |
|
46 SMPSAFE |