phonebookui/Phonebook/group/PbkSINDHandler.mmp
changeset 0 e686773b3f54
child 68 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *	This is project specification file for the PbkSINDHandler.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // INCLUDES
       
    21 #include <platform/app/pbkuid.h> // Phonebook UIDs
       
    22 #include "pbkconfig.mmp"    // Phonebook MMP configuration file
       
    23 #include <data_caging_paths.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 // Build target
       
    27 TARGET          PbkSINDHandler.dll
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             KEComRecognitionUID2 KPbkSINDHandlerPluginUID
       
    30 CAPABILITY      CAP_ECOM_PLUGIN
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 // Source files location
       
    34 SOURCEPATH      ../PbkSINDHandler/src
       
    35 
       
    36 // Source files
       
    37 SOURCE          DllMain.cpp
       
    38 
       
    39 #if defined( WINSCW )
       
    40 SOURCE          CPbkSINDHandlerStub.cpp
       
    41 #else
       
    42 SOURCE          CPbkSINDHandler.cpp
       
    43 #endif
       
    44 
       
    45 START RESOURCE  ../Rss/10207297.rss
       
    46 TARGET          PbkSINDHandler
       
    47 TARGETPATH      resource/plugins
       
    48 END
       
    49 
       
    50 // Include paths
       
    51 USERINCLUDE     ../group ../PbkSINDHandler/inc ../inc
       
    52 APP_LAYER_SYSTEMINCLUDE // macro that defines the platform system includes
       
    53 
       
    54 // Dependencies to Symbian OS components
       
    55 LIBRARY euser.lib
       
    56 LIBRARY efsrv.lib
       
    57 LIBRARY ecom.lib
       
    58 LIBRARY NssVASApi.lib 
       
    59 
       
    60 LIBRARY flogger.lib
       
    61 
       
    62 
       
    63 // End of File