PECengine/StorageManager2/Group/PEngStorageManager2.mmp
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Presence Storage Manager 2 project definition.
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include "../../Group/PEngUIDs2.h"
       
    22 
       
    23 // DLL client
       
    24 TARGET           PEngStorMan2.DLL
       
    25 TARGETTYPE       DLL
       
    26 UID              KStaticInterfaceDllUid2 KPEngStorageManager2Uid3
       
    27 CAPABILITY       CAP_CLIENT_DLL
       
    28 VENDORID         VID_DEFAULT
       
    29 
       
    30 
       
    31 
       
    32 // =======================================================================
       
    33 // source files of the Storage Manager (client)
       
    34 // =======================================================================
       
    35 
       
    36 SOURCEPATH      ../ClientSrc
       
    37 
       
    38 // Storage Manager Interface
       
    39 SOURCE          CPEngStoreEntry.cpp
       
    40 SOURCE          CPEngStorageManager.cpp
       
    41 SOURCE          CPEngStorageManagerFactory.cpp
       
    42 SOURCE          CPEngStorageManagerWatcher.cpp
       
    43 SOURCE          PEngStorageManager.cpp // static interface, entry to storage manager
       
    44 
       
    45 // Notification Factory
       
    46 SOURCE          CPEngSIDChangeListener.cpp
       
    47 SOURCE          CPEngSIDContainer.cpp
       
    48 SOURCE          CPEngObserverContainer.cpp
       
    49 
       
    50 // Storage Server client
       
    51 SOURCE          RPEngStorageAdminClient.cpp
       
    52 SOURCE          RPEngStorageAdminSubClient.cpp
       
    53 SOURCE          RPEngStorageClient.cpp
       
    54 SOURCE          RPEngStorageSubFolderClient.cpp // sub session client
       
    55 
       
    56 
       
    57 // Presence Storage Manager includes
       
    58 USERINCLUDE     ../ClientInc
       
    59 USERINCLUDE     ../ClientSrc
       
    60 USERINCLUDE     ../Tools
       
    61 USERINCLUDE     ../../CoreUtilsLib2/Inc
       
    62 USERINCLUDE     ../../CoreUtilsLib2/SrvInc
       
    63 USERINCLUDE     ../../IncApi
       
    64 USERINCLUDE     ../../Group
       
    65 
       
    66 // Presence Storage Manager Server includes
       
    67 USERINCLUDE     ../ServerInc
       
    68 
       
    69 // System includes
       
    70 // Default system include paths for application layer modules.
       
    71 APP_LAYER_SYSTEMINCLUDE
       
    72 //Relative system include for groupcommunications/inc
       
    73 
       
    74 SYSTEMINCLUDE   ../../../inc
       
    75 
       
    76 
       
    77 
       
    78 // Symbian dependences
       
    79 LIBRARY         euser.lib   // User classes
       
    80 LIBRARY         bafl.lib    // descriptor array
       
    81 LIBRARY         estor.lib   // Streaming library
       
    82 
       
    83 
       
    84 // Presence Engine dependences
       
    85 LIBRARY         PEngCoreUtilsLib2.lib   // General PEC Engine utils
       
    86 
       
    87 
       
    88