equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // conarc.dll Converter base class & utilities |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 target conarc.dll |
|
24 CAPABILITY All -Tcb |
|
25 targettype DLL |
|
26 uid 0x1000008D 0x10003A2F |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 userinclude ../SRC |
|
30 userinclude ../INC |
|
31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 |
|
33 sourcepath ../SRC |
|
34 |
|
35 source CONARC.CPP CONCNF.CPP CONLIST.CPP |
|
36 source EXBUF.CPP INBUF.CPP |
|
37 source B64CONV.CPP BASE64.CPP QPCONV.CPP TXCONV.CPP |
|
38 |
|
39 library euser.lib efsrv.lib estor.lib bafl.lib apmime.lib |
|
40 |
|
41 #if !defined(WINC) |
|
42 library ecom.lib |
|
43 #endif |
|
44 |
|
45 deffile CONARC_9_REMOVE_UI_FRAMEWORKS_V1.DEF |
|
46 |
|
47 SMPSAFE |