appinstaller/AppMngr2/group/appmngr2gssettingsplugin.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:21:33 +0300
branchRCL_3
changeset 65 7333d7932ef7
parent 0 ba25891c3a9e
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:   Project specification file for AppMngr2 GS Settings plugin
*
*/


#include <platform_paths.hrh>
#include <data_caging_paths.hrh>
#include <bldvariant.hrh>

TARGET                  appmngr2gssettingsplugin.dll
TARGETTYPE              PLUGIN
UID                     0x10009D8D 0x101F9A10

CAPABILITY              CAP_ECOM_PLUGIN
VENDORID                VID_DEFAULT

SOURCEPATH              ../GSSettingsPlugin/src
SOURCE                  appmngr2gssettingsplugin.cpp
SOURCE                  appmngr2gssettingscontainer.cpp
SOURCE                  appmngr2gssettingspluginmain.cpp

START RESOURCE          ../data/101f9a10.rss
TARGET                  appmngr2gssettingsplugin.rsc
TARGETPATH              ECOM_RESOURCE_DIR
END

START RESOURCE          ../data/appmngr2gssettingspluginrsc.rss
HEADER
TARGETPATH              RESOURCE_FILES_DIR
LANGUAGE_IDS
END

USERINCLUDE             ../inc
USERINCLUDE             ../GSSettingsPlugin/inc

APP_LAYER_SYSTEMINCLUDE   // For \epoc32\include\app\hlplch.h

LIBRARY                 euser.lib                   // Base
LIBRARY                 ecom.lib                    // ECom
LIBRARY                 gsecomplugin.lib            // CGSPluginInterface
LIBRARY                 cone.lib                    // App Framework
LIBRARY                 avkon.lib                   // S60 UI Framework
LIBRARY                 eikcoctl.lib                // S60 UI Framework
LIBRARY                 eikcore.lib                 // S60 UI Framework
LIBRARY                 bafl.lib                    // CDesC16Array
LIBRARY                 commonengine.lib            // RConeResourceLoader
LIBRARY                 aknskins.lib                // AknsUtils
LIBRARY                 featmgr.lib                 // FeatureManager
LIBRARY                 hlplch.lib                  // HlpLauncher
LIBRARY                 centralrepository.lib       // CRepository
LIBRARY                 appmngr2pluginapi.lib       // TAppMngr2DriveUtils

DEBUGLIBRARY            flogger.lib                 // RFileLogger

SMPSAFE