phonebookui/Phonebook2/group/Pbk2MapExtension.mmp
changeset 0 e686773b3f54
child 68 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2006-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 Map UI Extension project specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform/app/Pbk2UID.h>
       
    19 #include "../inc/Pbk2InternalUID.h"
       
    20 #include "../MapExtension/inc/pbk2mapuiuid.h"
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 // Target information
       
    25 TARGET          Pbk2MapUI.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             KEComRecognitionUID2 KPbk2MapExtensionImplementationUID
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 // Source path
       
    32 SOURCEPATH      ../MapExtension/src
       
    33 
       
    34 // Source files
       
    35 SOURCE          dllmain.cpp
       
    36 SOURCE          cpmapuiextensionplugin.cpp
       
    37 SOURCE          cpmapcmd.cpp
       
    38 SOURCE          cpmapcontacteditorextension.cpp
       
    39 SOURCE          CPbk2ContactEditorUIAFMField.cpp
       
    40 
       
    41 // Resources
       
    42 START RESOURCE  ../rss/pbk2mapuires.rss
       
    43 DEPENDS pbk2uicontrols.rsg
       
    44 DEPENDS pbk2commands.rsg
       
    45 HEADER
       
    46 TARGET          Pbk2MapUIRes
       
    47 TARGETPATH      RESOURCE_FILES_DIR
       
    48 LANGUAGE_IDS
       
    49 END
       
    50 
       
    51 START RESOURCE  ../rss/pbk2mapui.rss
       
    52 TARGET          Pbk2MapUI
       
    53 TARGETPATH      ECOM_RESOURCE_DIR
       
    54 END
       
    55 
       
    56 // Include paths
       
    57 USERINCLUDE     ../MapExtension/inc
       
    58 SYSTEMINCLUDE   ../MapExtension/inc
       
    59 SYSTEMINCLUDE   ../inc
       
    60 SYSTEMINCLUDE   ../UIExtensionManager/inc
       
    61 SYSTEMINCLUDE   ../UIControls/inc
       
    62 APP_LAYER_SYSTEMINCLUDE
       
    63 
       
    64 // Dependencies to Symbian OS components
       
    65 LIBRARY euser.lib commonengine.lib cone.lib
       
    66 LIBRARY efsrv.lib estor.lib ecom.lib bafl.lib
       
    67 
       
    68 // Dependencies to Symbian OS components
       
    69 LIBRARY eikcoctl.lib eikcore.lib  eikctl.lib
       
    70 
       
    71 // Dependencies to S60 components
       
    72 LIBRARY lbs.lib servicehandler.lib eposlandmarks.lib Avkon.lib
       
    73 LIBRARY mnservicelib.lib mnclientlib.lib
       
    74 
       
    75 // Dependencies to Phonebook
       
    76 LIBRARY Pbk2CommonUi.lib VPbkEng.lib Pbk2Commands.lib Pbk2UIControls.lib
       
    77 
       
    78 // End of File