wvsettings20/group/WVSAPSettingsStore.mmp
changeset 0 094583676ce7
child 1 9018c32e7116
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2003 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:  WVSAPSettingsStore.dll project definition file.
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include "WVSAPSettingsStoreUIDs.h"
       
    22 #include "IMPSSAPSettingsStoreDebugDefinitionMacros.h"
       
    23 
       
    24 TARGET                  wvsapsettingsstore.dll
       
    25 TARGETTYPE              dll
       
    26 UID                     KStaticInterfaceDllUid2 KWVSAPSettingsStoreUid3
       
    27 CAPABILITY		CAP_GENERAL_DLL
       
    28 VENDORID		VID_DEFAULT
       
    29 
       
    30 DEFFILE			WVSAPSettingsStore2.def
       
    31 
       
    32 USERINCLUDE             ../Group
       
    33 
       
    34 // Default system include paths for application layer modules.
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE           ../IMPSInc
       
    37 SYSTEMINCLUDE             ../../im_plat/wv_sap_settings_api/inc
       
    38 
       
    39 SOURCEPATH              ../IMPSSrc
       
    40 
       
    41 //SAP container
       
    42 SOURCE                  CIMPSSAPSettings.cpp
       
    43 SOURCE                  CIMPSSAPSettingsBody.cpp
       
    44 SOURCE                  CIMPSSAPSettingsList.cpp
       
    45 SOURCE                  CIMPSSAPSettingsListItem.cpp
       
    46 SOURCE                  TIMPSSAPSettingsListItemNameKey.cpp
       
    47 SOURCE                  IMPSSAPProtectionHandler.cpp
       
    48 
       
    49 //Generic key-value pair implementation
       
    50 SOURCE                  CIMPSSAPKeyValuePair.cpp
       
    51 SOURCE                  CIMPSSAPLookupKeyValuePair.cpp
       
    52 SOURCE                  CIMPSSAPKeyValuePairs.cpp
       
    53 
       
    54 //Storage
       
    55 SOURCE                  CIMPSSAPSettingsStore.cpp
       
    56 
       
    57 SOURCE                  IMPSSAPObjectHandler.cpp
       
    58 SOURCE                  IMPSSAPSerializer.cpp
       
    59 
       
    60 //CenRep 
       
    61 SOURCE					CIMPSSAPCenRep.cpp
       
    62 SOURCE					RIMPSReleaseArray.cpp
       
    63 
       
    64 //Encryption & decryption passwords has been removed
       
    65 //401-1808 - Ease of Instant Messaging SERVER customization 
       
    66 //Removed CIMPSSAPSecurer.cpp from mmp
       
    67 
       
    68 //Notifier
       
    69 SOURCE					CIMPSSAPNotifier.cpp
       
    70 SOURCE					TIMPSObserverTypePair.cpp
       
    71 
       
    72 SOURCE					TIMPSCenRepOperations.cpp
       
    73 
       
    74 SOURCEPATH				../IMPSCommonSrc
       
    75 
       
    76 //Panic
       
    77 SOURCE					IMPSSAPSettingsStorePanic.cpp
       
    78 					
       
    79 USERINCLUDE             ../IMPSInc
       
    80 USERINCLUDE             ../IMPSCommonInc
       
    81 USERINCLUDE             ../IMPSCommonSrc
       
    82 
       
    83 LIBRARY					centralrepository.lib // central repository	
       
    84 LIBRARY                 euser.lib             // basic things
       
    85 LIBRARY                 estor.lib             // RReadStream
       
    86 LIBRARY					etelmm.lib            // RMobilePhone
       
    87 LIBRARY					etel.lib			  // RTelServer
       
    88 LIBRARY					commdb.lib 			  // Accesses the communications database
       
    89 
       
    90 //Encryption & decryption passwords has been removed
       
    91 //401-1808 - Ease of Instant Messaging SERVER customization 
       
    92 //Removed cryptography.lib (3DES) from mmp
       
    93 
       
    94 
       
    95 #if defined (SSS_DEBUG_OUTPUT_TO_FILE)
       
    96 LIBRARY flogger.lib
       
    97 #endif
       
    98 
       
    99 //  End of File
       
   100