pimappsupport/vcardandvcal/group/VCal.MMP
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 // Copyright (c) 2001-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 // vcal.dll VCalendar parser
       
    15 // 
       
    16 //
       
    17 
       
    18 target          vcal.dll
       
    19 targettype      DLL
       
    20 CAPABILITY   All -TCB
       
    21 UID             0x1000008D 0x101F4FC5
       
    22 VENDORID 0x70000001
       
    23 
       
    24 SOURCEPATH	../group
       
    25 
       
    26 SOURCEPATH	../src
       
    27 userinclude     ../inc
       
    28 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 
       
    30 source          VCAL.CPP VRECUR.CPP
       
    31  
       
    32 library		versit.lib  bafl.lib  euser.lib  estor.lib
       
    33 
       
    34 deffile         VCALv2.DEF
       
    35 
       
    36 START WINS
       
    37 BASEADDRESS     0x70000000
       
    38 END
       
    39 
       
    40 SMPSAFE