phonebookui/Speeddial/speeddialgsplugin/group/speeddialgsplugin.mmp
changeset 0 e686773b3f54
child 68 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2005 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 file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <bldvariant.hrh>
       
    23 #include <data_caging_paths.hrh>  
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 CAPABILITY          CAP_ECOM_PLUGIN
       
    27 TARGET              speeddialgsplugin.dll
       
    28 TARGETTYPE          PLUGIN  
       
    29 UID                 0x10009D8D 0x1028339F // dll uid
       
    30 VENDORID            VID_DEFAULT 
       
    31 
       
    32 
       
    33 SOURCEPATH  ../src
       
    34 SOURCE      speeddialpluginimplementationtable.cpp
       
    35 SOURCE      speeddialgsplugin.cpp
       
    36 
       
    37 //User include paths
       
    38 USERINCLUDE     ../inc
       
    39 
       
    40 //System include paths
       
    41 SYSTEMINCLUDE   /epoc32/include/ecom
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 // Resource
       
    46 SOURCEPATH      ../data
       
    47 START RESOURCE  speeddialgsplugin.rss
       
    48 TARGET          speeddialgsplugin.rsc
       
    49 END
       
    50 
       
    51 START RESOURCE  speeddialgspluginrsc.rss
       
    52 DEPENDS gsapp.rsg
       
    53 HEADER
       
    54 LANGUAGE_IDS 
       
    55 END
       
    56 
       
    57 // Libraries
       
    58 LIBRARY   euser.lib
       
    59 LIBRARY   ecom.lib
       
    60 LIBRARY   efsrv.lib
       
    61 LIBRARY   avkon.lib
       
    62 LIBRARY   bafl.lib 
       
    63 LIBRARY   cone.lib 
       
    64 LIBRARY   eikcoctl.lib 
       
    65 LIBRARY   eikcore.lib 
       
    66 LIBRARY   egul.lib
       
    67 LIBRARY   flogger.lib           // File logging
       
    68 LIBRARY   CommonEngine.lib      // For RConeResourceLoader
       
    69 LIBRARY   FeatMgr.lib           // Feature manager 
       
    70 LIBRARY   CentralRepository.lib
       
    71 LIBRARY   aknskinsrv.lib        // for enhanced skinning
       
    72 LIBRARY   aknskins.lib          // for enhanced skinning
       
    73 LIBRARY   GSEcomPlugin.lib
       
    74 LIBRARY   hlplch.lib            // for "Help" options menu
       
    75 LIBRARY   GSFramework.lib       // For base classes
       
    76 LIBRARY   GSListBox.lib         // For CGSListBoxItemTextArray
       
    77 LIBRARY   apgrfx.lib 
       
    78 LIBRARY   apparc.lib
       
    79 LIBRARY         ws32.lib
       
    80 
       
    81 // End of File