/*
* Copyright (c) 2005 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.
*
*/
#include "../Logger/GsLoggingConfiguration.h"
#include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR
#include <platform_paths.hrh>
CAPABILITY CAP_ECOM_PLUGIN
TARGET gssecurityplugin.dll
TARGETTYPE PLUGIN
UID 0x10009D8D 0x1020743A
VENDORID VID_DEFAULT
SOURCEPATH Src
SOURCE GSSecurityPluginImplementationTable.cpp
SOURCE GSSecurityPlugin.cpp
//User include paths
USERINCLUDE Inc
USERINCLUDE Data // For *.rh
USERINCLUDE loc
USERINCLUDE ../Data
USERINCLUDE ../Logger
//System include paths
SYSTEMINCLUDE /epoc32/include/ecom
// Default system include paths for middleware layer modules.
MW_LAYER_SYSTEMINCLUDE
SOURCEPATH Data
START RESOURCE 1020743A.rss
TARGET gssecurityplugin.rsc
END
START RESOURCE GSSecurityPluginRsc.rss
DEPENDS gsapp.rsg
HEADER
TARGETPATH RESOURCE_FILES_DIR
LANGUAGE_IDS
END
LIBRARY euser.lib
LIBRARY ecom.lib
LIBRARY efsrv.lib
LIBRARY avkon.lib
LIBRARY bafl.lib
LIBRARY cone.lib
LIBRARY eikcoctl.lib
LIBRARY eikcore.lib
LIBRARY egul.lib
LIBRARY flogger.lib // File logging
LIBRARY commonengine.lib // For RConeResourceLoader
LIBRARY featmgr.lib // Feature manager
LIBRARY centralrepository.lib
LIBRARY aknskinsrv.lib // for enhanced skinning
LIBRARY aknskins.lib // for enhanced skinning
LIBRARY gsecomplugin.lib
LIBRARY hlplch.lib // for "Help" options menu
LIBRARY gsframework.lib // For base classes
LIBRARY gslistbox.lib // For CGSListBoxItemTextArray
// End of File