phonesettings/aiwcallimageplugin/group/aiwcallimageplugin.mmp
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2004-2008 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:  Project specification for Aiw Call Image plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #include  <platform_paths.hrh>
       
    19 #include  <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    20 
       
    21 // Capability assignment.
       
    22 CAPABILITY      CAP_ECOM_PLUGIN WriteDeviceData
       
    23 TARGET          aiwcallimageplugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D 0x102823D0
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          aiwcallimageplugin.cpp
       
    30 SOURCE          aiwcallimagepluginmain.cpp
       
    31 
       
    32 SOURCEPATH      ../data
       
    33 
       
    34 START RESOURCE  102823d0.rss
       
    35 TARGET          aiwcallimageplugin.rsc
       
    36 END
       
    37 
       
    38 START RESOURCE  aiwcallimageplugin.rss
       
    39 DEPENDS avkon.rsg
       
    40 TARGETPATH      RESOURCE_FILES_DIR
       
    41 HEADER
       
    42 LANGUAGE_IDS
       
    43 END
       
    44 
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE     ../data
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 SYSTEMINCLUDE   /epoc32/include/ecom
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         servicehandler.lib      // AIW Framework.
       
    52 LIBRARY         centralrepository.lib   // for CenRep usage.
       
    53 LIBRARY         avkon.lib               // Note showing.
       
    54 LIBRARY         cone.lib                // for CCoeEnv usage.
       
    55 LIBRARY         drmhelper.lib           // for DRM functionality.
       
    56 LIBRARY         bafl.lib                // For loading language specific resourse.
       
    57 LIBRARY         drmutility.lib
       
    58 LIBRARY         efsrv.lib
       
    59 LIBRARY   		aknskinsrv.lib		//skinServer
       
    60 // End of file