phonebookui/Phonebook2/group/Pbk2VoiceTagExtension.mmp
changeset 0 e686773b3f54
child 21 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 Voice Tag UI Extension project
       
    15 *              : specification file.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform/app/pbk2uid.h>
       
    21 #include "pbk2config.mmp"
       
    22 #include "../inc/pbk2internaluid.h"
       
    23 #include "../voicetagextension/inc/pvtvoicetaguiuid.h"
       
    24 #include <platform_paths.hrh>
       
    25 #include <data_caging_paths.hrh>
       
    26 
       
    27 // Target information
       
    28 TARGET          Pbk2VoiceTagUI.dll
       
    29 TARGETTYPE      PLUGIN
       
    30 UID             KEComRecognitionUID2 KPbk2VoiceTagExtensionImplementationUID
       
    31 CAPABILITY      CAP_ECOM_PLUGIN
       
    32 VENDORID        VID_DEFAULT
       
    33 
       
    34 // Source path
       
    35 SOURCEPATH      ../VoiceTagExtension/Src
       
    36 
       
    37 // Source files
       
    38 SOURCE          DllMain.cpp
       
    39 SOURCE          CPvtUIExtensionPlugin.cpp
       
    40 SOURCE          CPvtVoiceDialHandler.cpp
       
    41 
       
    42 // Commands
       
    43 SOURCE          CPvtPlayVoiceTagCmd.cpp
       
    44 
       
    45 // Resources
       
    46 START RESOURCE  ../Rss/Pbk2VoiceTagUIRes.rss
       
    47 DEPENDS pbk2uicontrols.rsg
       
    48 DEPENDS pbk2commands.rsg
       
    49 HEADER
       
    50 TARGET          Pbk2VoiceTagUIRes
       
    51 TARGETPATH      RESOURCE_FILES_DIR
       
    52 LANGUAGE_IDS
       
    53 END
       
    54 
       
    55 START RESOURCE  ../Rss/Pbk2VoiceTagUI.rss
       
    56 TARGET          Pbk2VoiceTagUI
       
    57 TARGETPATH      ECOM_RESOURCE_DIR
       
    58 END
       
    59 
       
    60 // Include paths
       
    61 USERINCLUDE     ../VoiceTagExtension/inc
       
    62 SYSTEMINCLUDE   ../inc
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 // Dependencies to Symbian OS components
       
    66 LIBRARY euser.lib cone.lib eikcoctl.lib bafl.lib
       
    67 LIBRARY eikcore.lib ecom.lib
       
    68 
       
    69 // Dependencies to S60 components
       
    70 LIBRARY Avkon.lib FeatMgr.lib
       
    71 LIBRARY VoiceUiNameDialer.lib
       
    72 LIBRARY CommonEngine.lib
       
    73 
       
    74 // Dependencies to Phonebook2
       
    75 LIBRARY VPbkEng.lib Pbk2CommonUi.lib Pbk2Presentation.lib
       
    76 
       
    77 // End of File