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 // versit.dll VCard/vCalendar parser support |
|
15 // |
|
16 // |
|
17 |
|
18 target versit.dll |
|
19 targettype DLL |
|
20 CAPABILITY All -TCB |
|
21 UID 0x1000008D 0x101F4FC4 |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 SOURCEPATH ../group |
|
25 DOCUMENT BLD.INF |
|
26 DOCUMENT RELEASE.TXT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 userinclude ../inc |
|
30 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
31 |
|
32 source VERSIT.CPP |
|
33 source VPROP.CPP |
|
34 source VUTIL.CPP |
|
35 source vstaticutils.cpp |
|
36 source VersitTls.cpp |
|
37 source VersitAdditionalStorage.cpp |
|
38 |
|
39 library euser.lib efsrv.lib estor.lib bafl.lib conarc.lib charconv.lib |
|
40 |
|
41 DEFFILE VERSITv2.DEF |
|
42 |
|
43 START WINS |
|
44 BASEADDRESS 0x7d310000 |
|
45 END |
|
46 |
|
47 SMPSAFE |