phonebookui/Phonebook2/group/pbk2spbcontentprovider.mmp
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
child 68 9da50d567e3c
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     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 SOURCE          spbcontactdatamodel.cpp
       
    45 SOURCE          spbcontactdatamodelprivate.cpp
       
    46 SOURCE          spbcontactdatamodelrow.cpp
       
    47 
       
    48 // Resources
       
    49 
       
    50 // Include paths
       
    51 USERINCLUDE     ../spbcontentprovider/inc
       
    52 SYSTEMINCLUDE   ../inc
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         bafl.lib
       
    57 LIBRARY         egul.lib 
       
    58 LIBRARY         ecom.lib
       
    59 LIBRARY         cone.lib
       
    60 LIBRARY         estor.lib 
       
    61 
       
    62 LIBRARY         featmgr.lib
       
    63 LIBRARY         vpbkeng.lib
       
    64 LIBRARY         bsclient.lib
       
    65 LIBRARY         pbk2presentation.lib
       
    66 LIBRARY         pbk2commonui.lib
       
    67 LIBRARY         presencecacheclient2.lib
       
    68 LIBRARY         presencecacheutils.lib
       
    69 LIBRARY         efsrv.lib 
       
    70 // End of File