calendarengines/versit2/group/Versit2.mmp
changeset 0 f979ecb2b13e
child 27 55d60436f00b
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2005 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:   Project definition file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 //Activate this macro to get traces
       
    22 //MACRO           TRACE_ENTRY_EXIT_POINT
       
    23 //MACRO           TRACE_ENTRY_VERSIT2
       
    24 
       
    25 TARGET          versit2.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x10206C83
       
    28 CAPABILITY 		All -Tcb
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../../inc
       
    32 
       
    33 //System include macro
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE		ICal.cpp
       
    39 SOURCE		ICalUtil.cpp
       
    40 SOURCE		ICalParser.cpp
       
    41 SOURCE		ICalContentLineReader.cpp
       
    42 SOURCE		ICalContentLineWriter.cpp
       
    43 SOURCE		ICalComponent.cpp
       
    44 SOURCE		ICalProperty.cpp
       
    45 SOURCE		ICalBase.cpp
       
    46 SOURCE		ICalPropertyParam.cpp
       
    47 SOURCE		ICalValue.cpp
       
    48 SOURCE		ICalRuleSegment.cpp
       
    49 SOURCE		ICalEvent.cpp
       
    50 SOURCE		ICalTodo.cpp
       
    51 SOURCE		ICalAlarm.cpp
       
    52 SOURCE		ICalFreeBusy.cpp
       
    53 SOURCE		ICalJournal.cpp
       
    54 SOURCE		ICalTimeZone.cpp
       
    55 SOURCE		ICalTimeZoneInterval.cpp
       
    56 
       
    57 LIBRARY euser.lib		// Base
       
    58 LIBRARY	estor.lib		// Streams
       
    59 LIBRARY charconv.lib	// Character conversion
       
    60 
       
    61 // End of File