voiceui/aiwpbkinfoviewprovider/group/aiwpbkinfoviewprovider.mmp
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2006 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:  MMP file for aiwpbkinfoviewprovider.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../inc/aiwpbkinfoviewprovideruids.hrh"
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET		aiwpbkinfoviewprovider.dll
       
    24 TARGETTYPE	PLUGIN
       
    25 
       
    26 
       
    27 VENDORID VID_DEFAULT
       
    28 
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 
       
    31 // uid for aiwinfoviewprovider 10281C81
       
    32 UID	0x10009D8D KAspInfoViewProviderDllUid
       
    33 
       
    34 
       
    35 USERINCLUDE	../inc
       
    36 
       
    37 // for pbkinfoviewpi.h
       
    38 USERINCLUDE     ../../pbkinfoviewimpl/inc
       
    39 
       
    40 // for pbkinfoview.loc
       
    41 USERINCLUDE     ../../pbkinfoviewimpl/src
       
    42 
       
    43 // This is a SYSTEMINCLUDE macro containing the applications
       
    44 // layer specific include directories
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 SYSTEMINCLUDE	/epoc32/include/ecom
       
    48 
       
    49 SOURCEPATH	../src
       
    50 SOURCE		aiwpbkinfoviewprovider.cpp
       
    51 
       
    52 START RESOURCE  10281c81.rss
       
    53 TARGET          aiwpbkinfoviewprovider
       
    54 TARGETPATH ECOM_RESOURCE_DIR
       
    55 END
       
    56 
       
    57 START RESOURCE  aiwpbkinfoviewprovider.rss
       
    58 HEADER
       
    59 TARGET          aiwpbkinfoviewprovider
       
    60 TARGETPATH RESOURCE_FILES_DIR
       
    61 LANGUAGE_IDS
       
    62 END
       
    63 
       
    64 USERINCLUDE       ../../rubydebug
       
    65 
       
    66 
       
    67 LIBRARY	euser.lib
       
    68 LIBRARY servicehandler.lib
       
    69 LIBRARY pbkinfoview.lib
       
    70 LIBRARY vpbkeng.lib
       
    71 LIBRARY ecom.lib // For CVPbkContactIdConverter
       
    72 
       
    73 LIBRARY	efsrv.lib
       
    74 LIBRARY avkon.lib
       
    75 
       
    76