presencecache/presencecachesymbian/presencecacheutils/group/presencecacheutils.mmp
changeset 40 b46a585f6909
child 66 554fe4dbbb59
equal deleted inserted replaced
37:fd64c38c277d 40:b46a585f6909
       
     1 /*
       
     2 * Copyright (c) 2008 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 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET                  presencecacheutils.dll
       
    24 TARGETTYPE              DLL
       
    25 UID                     0x1000008d 0xEF006001  // todo: number
       
    26 
       
    27 CAPABILITY              CAP_GENERAL_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  presencetrace.cpp 
       
    32 SOURCE                  presencecachebuddyinfo.cpp
       
    33 SOURCE                  presenceobjecthelpers.cpp
       
    34 
       
    35 
       
    36 USERINCLUDE             ../inc
       
    37 USERINCLUDE             ../../inc
       
    38 USERINCLUDE             ../../../inc
       
    39 USERINCLUDE ../../presence_cache_api/inc 
       
    40 // APP_LAYER_SYSTEMINCLUDE
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 // SYSTEMINCLUDE           ../../presence_cache_api/inc 
       
    43 
       
    44 
       
    45 LIBRARY                 euser.lib
       
    46 LIBRARY                 bafl.lib
       
    47 LIBRARY                 estor.lib
       
    48 LIBRARY                 ecom.lib
       
    49 // UNICODE CONVERSION
       
    50 LIBRARY                 charconv.lib
       
    51 		
       
    52 // DEBUG
       
    53 LIBRARY         flogger.lib //todo: remove to DEBUGLIBRARY when ready.
       
    54