equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1997-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 * cntvcard.dll Contacts vCard parser |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 CAPABILITY All -TCB |
|
21 target cntvcard.dll |
|
22 targettype plugin |
|
23 UID 0x10009D8D 0x102035F8 |
|
24 |
|
25 start resource 102035F8.RSS |
|
26 target cntvcard.rsc |
|
27 end |
|
28 |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 SOURCEPATH . |
|
32 |
|
33 userinclude ../cntvcard ../src |
|
34 userinclude ../inc |
|
35 USERINCLUDE ../../../../organizer/pimappsupport/vcardandvcal/inc |
|
36 |
|
37 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
38 |
|
39 source cntvcardstd.cpp cntvcardconverter.cpp |
|
40 source cntvcardimport.cpp cntvcardexport.cpp |
|
41 |
|
42 library euser.lib versit.lib vcard.lib bafl.lib cntmodel.lib conarc.lib estor.lib |
|
43 |
|
44 LIBRARY ecom.lib |
|
45 |
|
46 START WINS |
|
47 // baseaddress 0x43000000 |
|
48 END |
|
49 |
|
50 START MARM |
|
51 END |
|
52 |
|
53 SMPSAFE |