extras/about/aboutgsplugin/group/aboutgsplugin.mmp
changeset 13 83b3f7c09925
parent 2 c4c2ac0facfd
equal deleted inserted replaced
2:c4c2ac0facfd 13:83b3f7c09925
     1 /*
       
     2 * Copyright (c) 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:  Project specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include  <data_caging_paths.hrh>    
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 CAPABILITY          CAP_ECOM_PLUGIN
       
    25 TARGET              aboutgsplugin.dll
       
    26 TARGETTYPE          PLUGIN
       
    27 UID                 0x10009D8D 0x102833A0 //dll uid
       
    28 VENDORID            VID_DEFAULT
       
    29 
       
    30 // Source
       
    31 SOURCEPATH  ../Src
       
    32 SOURCE      aboutgspluginimplementationtable.cpp
       
    33 SOURCE      aboutgsplugin.cpp
       
    34 
       
    35 
       
    36 //User include paths
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../data
       
    39 
       
    40 
       
    41 //System include paths
       
    42 SYSTEMINCLUDE   /epoc32/include/ecom
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 // Resource
       
    47 SOURCEPATH      ../data
       
    48 
       
    49 START RESOURCE  aboutgsplugin.rss
       
    50 TARGET          aboutgsplugin.rsc
       
    51 END
       
    52 
       
    53 START RESOURCE  ../data/aboutgspluginrsc.rss
       
    54 HEADER
       
    55 LANGUAGE_IDS
       
    56 END
       
    57 
       
    58 // Libraries 
       
    59 LIBRARY   euser.lib
       
    60 LIBRARY   ecom.lib
       
    61 LIBRARY   efsrv.lib
       
    62 LIBRARY   avkon.lib
       
    63 LIBRARY   bafl.lib 
       
    64 LIBRARY   cone.lib 
       
    65 LIBRARY   eikcoctl.lib 
       
    66 LIBRARY   eikcore.lib 
       
    67 LIBRARY   egul.lib
       
    68 LIBRARY   flogger.lib           // File logging
       
    69 LIBRARY   commonengine.lib      // For RConeResourceLoader
       
    70 LIBRARY   featmgr.lib           // Feature manager 
       
    71 LIBRARY   centralrepository.lib
       
    72 LIBRARY   aknskinsrv.lib        // for enhanced skinning
       
    73 LIBRARY   aknskins.lib          // for enhanced skinning
       
    74 LIBRARY   gsecomplugin.lib
       
    75 LIBRARY   hlplch.lib            // for "Help" options menu
       
    76 LIBRARY   gsframework.lib       // For base classes
       
    77 LIBRARY   gslistbox.lib         // For CGSListBoxItemTextArray
       
    78 LIBRARY   apgrfx.lib 
       
    79 LIBRARY   apparc.lib
       
    80 // End of File