phonebookui/Phonebook2/group/Pbk2VoiceTagThinExtension.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 Thin 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 "../voicetagthinextension/inc/pvtvoicetagthinuiuid.h"
       
    24 #include <platform_paths.hrh>
       
    25 #include <data_caging_paths.hrh>
       
    26 
       
    27 // Target information
       
    28 TARGET          Pbk2VoiceTagThinUi.dll
       
    29 TARGETTYPE      PLUGIN
       
    30 UID             KEComRecognitionUID2 KPbk2VoiceTagThinExtensionImplementationUID
       
    31 CAPABILITY      CAP_ECOM_PLUGIN
       
    32 VENDORID        VID_DEFAULT
       
    33 
       
    34 // Source path
       
    35 SOURCEPATH      ../VoiceTagThinExtension/Src
       
    36 
       
    37 // Source files
       
    38 SOURCE          DllMain.cpp
       
    39 SOURCE          CPvt2ThinUIExtensionPlugin.cpp
       
    40 
       
    41 // Resources
       
    42 START RESOURCE  ../Rss/Pbk2VoiceTagThinUI.rss
       
    43 TARGET          Pbk2VoiceTagThinUI
       
    44 TARGETPATH      ECOM_RESOURCE_DIR
       
    45 END
       
    46 
       
    47 // Other build related files
       
    48 SOURCEPATH      ../inc
       
    49 
       
    50 // Include paths
       
    51 USERINCLUDE     ../VoiceTagThinExtension/Inc
       
    52 SYSTEMINCLUDE   ../inc
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 // Dependencies to Symbian OS components
       
    56 LIBRARY euser.lib ecom.lib eikcoctl.lib
       
    57 
       
    58 // Dependencies to S60 platform components
       
    59 LIBRARY FeatMgr.lib
       
    60 
       
    61 // End of File