phonebookui/Phonebook2/group/Pbk2UIServices.mmp
changeset 0 e686773b3f54
child 68 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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 UI Services project specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform/app/Pbk2UID.h>
       
    20 #include "Pbk2Config.mmp"
       
    21 #include "../inc/Pbk2InternalUID.h"
       
    22 #include <platform_paths.hrh>
       
    23 #include <data_caging_paths.hrh>
       
    24 
       
    25 // Target information
       
    26 TARGET          Pbk2UIServices.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             KEComRecognitionUID2 KPbk2UIServicesUID
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 // Source path
       
    33 SOURCEPATH      ../UIServices/src
       
    34 
       
    35 // Sources
       
    36 SOURCE          Dllmain.cpp
       
    37 
       
    38 // AIW Providers
       
    39 SOURCE          CPbk2AiwAssignProvider.cpp
       
    40 SOURCE          CPbk2AiwSelectionProvider.cpp
       
    41 
       
    42 // Application server client side interface
       
    43 SOURCE          CPbk2ServerAppConnection.cpp
       
    44 SOURCE          CPbk2ExitServiceMonitor.cpp
       
    45 SOURCE          CPbk2AcceptServiceMonitor.cpp
       
    46 SOURCE          RPbk2UIService.cpp
       
    47 
       
    48 // Resources
       
    49 START RESOURCE  ../rss/Pbk2UIServicesRes.rss
       
    50 HEADER
       
    51 TARGET          Pbk2UiServicesRes
       
    52 TARGETPATH      RESOURCE_FILES_DIR
       
    53 LANGUAGE_IDS
       
    54 END
       
    55 
       
    56 START RESOURCE  ../rss/Pbk2UIServices.rss
       
    57 TARGET          Pbk2UiServices
       
    58 TARGETPATH      ECOM_RESOURCE_DIR
       
    59 END
       
    60 
       
    61 // Include paths
       
    62 USERINCLUDE     ../UIServices/inc
       
    63 SYSTEMINCLUDE   ../inc
       
    64 APP_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 // Dependencies to Symbian OS components
       
    67 LIBRARY euser.lib apparc.lib eikcore.lib bafl.lib
       
    68 LIBRARY cone.lib eikcoctl.lib estor.lib efsrv.lib
       
    69 
       
    70 // Dependencies to S60 platform components
       
    71 LIBRARY Avkon.lib ServiceHandler.lib
       
    72 LIBRARY FeatMgr.lib
       
    73 
       
    74 // Dependencies to Phonebook
       
    75 LIBRARY VPbkEng.lib Pbk2Presentation.lib Pbk2CommonUtility.lib
       
    76 
       
    77 // End of File