serviceproviders/sapi_calendar/calendarservice/group/calendarservice.mmp
changeset 19 989d2f495d90
child 22 fc9cf246af83
equal deleted inserted replaced
14:a36b1e19a461 19:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2007 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 the License "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 *
       
    16 */
       
    17 
       
    18 #include "../../../group/sapiincludes.mmpi"
       
    19 
       
    20 TARGET         	calendarservice.dll
       
    21 TARGETTYPE     	DLL
       
    22 UID            	0x1000008D 0x2000CFB3
       
    23 
       
    24 #if defined(EKA2)
       
    25 CAPABILITY     	All -Tcb
       
    26 VENDORID       	0x101FB657
       
    27 #endif
       
    28 
       
    29 LANG SC
       
    30 
       
    31 VERSION		1.0
       
    32 
       
    33 USERINCLUDE    	../inc
       
    34 
       
    35 SOURCEPATH		../src
       
    36 SOURCE				calendarheader.cpp
       
    37 SOURCE				calendarservice.cpp
       
    38 SOURCE				calendarnotify.cpp
       
    39 SOURCE				calendardeleteentry.cpp
       
    40 SOURCE				calendarimport.cpp
       
    41 SOURCE				calendarexport.cpp
       
    42 SOURCE				addentry.cpp
       
    43 SOURCE				entryattributes.cpp
       
    44 
       
    45 
       
    46 LIBRARY        	euser.lib
       
    47 LIBRARY        	efsrv.lib
       
    48 LIBRARY        	estor.lib
       
    49 LIBRARY        	calenimp.lib
       
    50 LIBRARY        	bafl.lib
       
    51 LIBRARY       	calinterimapi.lib
       
    52 LIBRARY         CalenInterimUtils2.lib
       
    53 
       
    54 paged
       
    55 
       
    56 // End of File
       
    57