wvuing/wvuistorage/group/storageNG.mmp
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Storage management for IM
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include "../../inc/ChatNGCommonUIDs.h"
       
    22 
       
    23 CAPABILITY CAP_GENERAL_DLL
       
    24 TARGET          castorageng.dll
       
    25 TARGETTYPE      dll
       
    26 UID             KWVUISTORAGEUIDS1 KWVUISTORAGEUIDS2
       
    27 VENDORID	VID_DEFAULT
       
    28 
       
    29 #include "../../Inc/impsbuilddefinitions.h"
       
    30 
       
    31 SOURCEPATH  ../../Utils
       
    32 SOURCE      CAUtils.cpp
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 SOURCE		CCAStorageManager.cpp
       
    37 SOURCE      CCAContact.cpp
       
    38 SOURCE      CCAContactList.cpp
       
    39 SOURCE      CCAContactSorter.cpp
       
    40 
       
    41 SOURCE		CCAStorageManagerFactory.cpp
       
    42 SOURCE          CCAGroup.cpp
       
    43 SOURCE          CCAStorage.cpp
       
    44 SOURCE		CCAGroupStorage.cpp
       
    45 SOURCE      CCARefreshTimer.cpp
       
    46 
       
    47 // RESOURCE        resource_file
       
    48 
       
    49 USERINCLUDE     ../inc
       
    50 USERINCLUDE     ../src
       
    51 USERINCLUDE     ../../Inc
       
    52 USERINCLUDE     ../../Group
       
    53 USERINCLUDE     ../../Utils
       
    54 
       
    55 SYSTEMINCLUDE   ../../../inc	//ADO-specific include directory
       
    56 
       
    57 SYSTEMINCLUDE   ../../../im_pub/im_api/inc
       
    58 SYSTEMINCLUDE   ../../../im_pub/im_application_launch_api/inc
       
    59 SYSTEMINCLUDE   ../../../im_plat/wv_sap_settings_api/inc
       
    60 
       
    61 APP_LAYER_SYSTEMINCLUDE
       
    62 
       
    63 LIBRARY		euser.lib
       
    64 LIBRARY		estor.lib
       
    65 LIBRARY		efsrv.lib 
       
    66 LIBRARY		edbms.lib 
       
    67 LIBRARY		bafl.lib
       
    68 LIBRARY		sysutil.lib
       
    69 LIBRARY     inetprotutil.lib // for escapeutils used in CAUtils.cpp
       
    70 
       
    71 LANGUAGE_IDS
       
    72 
       
    73 
       
    74 #ifdef _ENABLE_DEBUG_PRINT
       
    75     MACRO   CHAT_ENABLE_DEBUG_PRINT         
       
    76     #ifdef _ENABLE_FILE_DEBUG
       
    77         MACRO   CHAT_DEBUG_OUTPUT_TO_FILE     
       
    78         LIBRARY		flogger.lib
       
    79     #endif
       
    80 #endif
       
    81 
       
    82 // EXPORTUNFROZEN
       
    83