calendarengines/caleninterimutils/group/CalenInterimUtils2.mmp
changeset 0 f979ecb2b13e
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:   
       
    15 *     This is project specification file for the CalenInterimUtils2.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 //Activate this macro to get traces
       
    24 //MACRO           TRACE_ENTRY_EXIT_POINT
       
    25 //MACRO           TRACE_ENTRY_CALENINTERIMUTILS2
       
    26 
       
    27 TARGET          caleninterimutils2.dll
       
    28 TARGETTYPE      DLL
       
    29 UID             0x1000008D 0x1020E881
       
    30 LANGUAGE_IDS
       
    31 
       
    32 CAPABILITY      CAP_GENERAL_DLL
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../inc
       
    37 
       
    38 //System include macro
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE   /epoc32/include/ecom
       
    41 SYSTEMINCLUDE   /epoc32/include/stdapis
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          CalenInterimUtils2.cpp
       
    45 SOURCE          CalenInterimUtils2Impl.cpp
       
    46 SOURCE          CalenEcomWatcher.cpp
       
    47 
       
    48 LIBRARY         charconv.lib
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         calinterimapi.lib
       
    51 LIBRARY         ecom.lib
       
    52 LIBRARY         etel.lib
       
    53 LIBRARY         etelmm.lib
       
    54 LIBRARY         featmgr.lib
       
    55 
       
    56 LIBRARY         flogger.lib
       
    57 LIBRARY         versit.lib
       
    58 LIBRARY         libc.lib
       
    59 
       
    60 LIBRARY         libcrypto.lib
       
    61 // End of File