phonebookui/Phonebook2/group/pbk2spbcontentprovider.mmp
changeset 0 e686773b3f54
child 15 e8e3147d53eb
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2009 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:  Phonebook 2 Commands project specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform/app/Pbk2UID.h>
       
    20 #include "Pbk2Config.mmp"
       
    21 #include "../inc/Pbk2InternalUID.h"
       
    22 #include "../inc/Pbk2Config.hrh"
       
    23 #include <platform_paths.hrh>
       
    24 #include <data_caging_paths.hrh>
       
    25 
       
    26 // Target information
       
    27 TARGET          pbk2spbcontentprovider.dll
       
    28 TARGETTYPE      dll
       
    29 UID             KEPOCStaticDllUID2 KPbk2DllUID3
       
    30 CAPABILITY      CAP_GENERAL_DLL
       
    31 
       
    32 // Source path
       
    33 SOURCEPATH      ../spbcontentprovider/src
       
    34 
       
    35 // Source files
       
    36 SOURCE          spbcontentprovider.cpp
       
    37 SOURCE          spbcontentproviderprivate.cpp
       
    38 SOURCE          spbcontent.cpp
       
    39 SOURCE          spbserviceiconprovider.cpp
       
    40 SOURCE          spbstatusprovider.cpp
       
    41 SOURCE          spbphonenumberparser.cpp
       
    42 SOURCE          spbcontactstorelistener.cpp
       
    43 
       
    44 // Resources
       
    45 
       
    46 // Include paths
       
    47 USERINCLUDE     ../spbcontentprovider/inc
       
    48 SYSTEMINCLUDE   ../inc
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         bafl.lib
       
    53 LIBRARY         egul.lib 
       
    54 LIBRARY         ecom.lib
       
    55 
       
    56 LIBRARY         featmgr.lib
       
    57 LIBRARY         vpbkeng.lib
       
    58 LIBRARY         bsclient.lib
       
    59 LIBRARY         pbk2presentation.lib
       
    60 LIBRARY         presencecacheclient2.lib
       
    61 LIBRARY         presencecacheutils.lib
       
    62 
       
    63 // End of File