uiservicetab/vimpststorage/group/vimpststorage.mmp
changeset 0 5e5d6b214f4f
child 19 76f25fb7a6a1
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     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:  MMP
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 #include		"../../inc/vimpstbuilddefinitions.h"
       
    24 
       
    25 CAPABILITY CAP_GENERAL_DLL
       
    26 TARGET          vimpststorage.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008d 0x20012422 
       
    29 VENDORID	VID_DEFAULT
       
    30 
       
    31 VERSION      10.0
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 
       
    35 SOURCE		cvimpststoragemanagerfactory.cpp
       
    36 SOURCE		cvimpststoragemanager.cpp
       
    37 SOURCE      cvimpststorageserviceview.cpp 
       
    38 SOURCE      cvimpststoragecontactlist.cpp
       
    39 SOURCE      cvimpststoragecontact.cpp
       
    40 SOURCE		cvimpststoragevpbklocalstore.cpp
       
    41 SOURCE		cvimpststoragevpbkserverstore.cpp
       
    42 SOURCE		cvimpststoragevpbkstorehandler.cpp
       
    43 SOURCE      cvimpststoragecontactsorter.cpp
       
    44 SOURCE		cvimpststorageactivehandler.cpp 
       
    45 SOURCE		vimpststorageutils.cpp
       
    46 
       
    47 USERINCLUDE     ../inc
       
    48 USERINCLUDE     ../src
       
    49 USERINCLUDE     ../../inc
       
    50 USERINCLUDE     ../../Group
       
    51 
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY		euser.lib
       
    56 LIBRARY		estor.lib
       
    57 LIBRARY		efsrv.lib 
       
    58 LIBRARY		edbms.lib 
       
    59 LIBRARY		bafl.lib
       
    60 LIBRARY		sysutil.lib
       
    61 LIBRARY		ecom.lib
       
    62 LIBRARY    avkon.lib 
       
    63 LIBRARY    eikcore.lib 
       
    64 
       
    65 
       
    66 // Virtual phonebook
       
    67 LIBRARY     VPbkEng.lib
       
    68 LIBRARY     VPbkEngUtils.lib
       
    69 LIBRARY     Pbk2Presentation.lib
       
    70 
       
    71 LIBRARY     cntmodel.lib cntview.lib 
       
    72 
       
    73 #ifdef CHAT_ENABLE_DEBUG_PRINT
       
    74 LIBRARY     flogger.lib
       
    75 #endif
       
    76 
       
    77 LANG			SC
       
    78 
       
    79 
       
    80 // EXPORTUNFROZEN
       
    81