appinstaller/AppMngr2/group/appmngr2gssettingsplugin.mmp
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2007-2009 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 for AppMngr2 GS Settings plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 
       
    23 TARGET                  appmngr2gssettingsplugin.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     0x10009D8D 0x101F9A10
       
    26 
       
    27 CAPABILITY              CAP_ECOM_PLUGIN
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../GSSettingsPlugin/src
       
    31 SOURCE                  appmngr2gssettingsplugin.cpp
       
    32 SOURCE                  appmngr2gssettingscontainer.cpp
       
    33 SOURCE                  appmngr2gssettingspluginmain.cpp
       
    34 
       
    35 START RESOURCE          ../data/101f9a10.rss
       
    36 TARGET                  appmngr2gssettingsplugin.rsc
       
    37 TARGETPATH              ECOM_RESOURCE_DIR
       
    38 END
       
    39 
       
    40 START RESOURCE          ../data/appmngr2gssettingspluginrsc.rss
       
    41 HEADER
       
    42 TARGETPATH              RESOURCE_FILES_DIR
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 USERINCLUDE             ../inc
       
    47 USERINCLUDE             ../GSSettingsPlugin/inc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE   // For \epoc32\include\app\hlplch.h
       
    50 
       
    51 LIBRARY                 euser.lib                   // Base
       
    52 LIBRARY                 ecom.lib                    // ECom
       
    53 LIBRARY                 gsecomplugin.lib            // CGSPluginInterface
       
    54 LIBRARY                 cone.lib                    // App Framework
       
    55 LIBRARY                 avkon.lib                   // S60 UI Framework
       
    56 LIBRARY                 eikcoctl.lib                // S60 UI Framework
       
    57 LIBRARY                 eikcore.lib                 // S60 UI Framework
       
    58 LIBRARY                 bafl.lib                    // CDesC16Array
       
    59 LIBRARY                 commonengine.lib            // RConeResourceLoader
       
    60 LIBRARY                 aknskins.lib                // AknsUtils
       
    61 LIBRARY                 featmgr.lib                 // FeatureManager
       
    62 LIBRARY                 hlplch.lib                  // HlpLauncher
       
    63 LIBRARY                 centralrepository.lib       // CRepository
       
    64 LIBRARY                 appmngr2pluginapi.lib       // TAppMngr2DriveUtils
       
    65 
       
    66 DEBUGLIBRARY            flogger.lib                 // RFileLogger
       
    67 
       
    68 SMPSAFE
       
    69