Merged in changes from the tip of RCL_1 branch which includes fixes for Bug 284, Bug 383, Bug 287. These were wiped out from when the S^3 code drop came in.
/*
* 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 the License "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:
* Security Common Server Base
*
*/
#include "../test/group/bld.inf"
PRJ_EXPORTS
//SCS Exports
../inc/scsclient.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/scsclient.h)
../inc/scsserver.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/scsserver.h)
../inc/scscommon.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/scscommon.h)
../inc/scscommon.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/scscommon.inl)
#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
#ifdef SYMBIAN_OLD_EXPORT_LOCATION
../inc/scsserverconstants.h /epoc32/include/scsserverconstants.h
#endif
#endif
//IPCStream Exports
../inc/nullstream.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/nullstream.h)
../inc/nullbuf.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/nullbuf.h)
../inc/ipcstream.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/ipcstream.h)
../inc/ipcstream.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/ipcstream.inl)
../inc/ipcbuf.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/ipcbuf.h)
../inc/streamingarray.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/streamingarray.h)
../inc/streamingarray.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/streamingarray.inl)
../inc/cleanuputils.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/cleanuputils.h)
../inc/cleanuputils.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/cleanuputils.inl)
../inc/scs.iby /epoc32/rom/include/scs.iby
../inc/securitycommonutils.iby /epoc32/rom/include/securitycommonutils.iby
// Security Utils
#ifdef SYMBIAN_OLD_EXPORT_LOCATION
../inc/securityutils.h /epoc32/include/scs/securityutils.h
#endif
// Common Log file
../inc/securitylog.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/securitylog.h)
PRJ_MMPFILES
#ifndef TOOLS
#ifndef TOOLS2
ipcstream.mmp
scsclient.mmp
scsserver.mmp
securityutils.mmp
#endif
#endif