os/security/cryptomgmtlibs/securitycommonutils/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/cryptomgmtlibs/securitycommonutils/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,62 @@
     1.4 +/*
     1.5 +* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +* Security Common Server Base
    1.19 +*
    1.20 +*/
    1.21 +
    1.22 +
    1.23 +#include "../test/group/bld.inf"
    1.24 +
    1.25 +PRJ_EXPORTS
    1.26 +
    1.27 +//SCS Exports
    1.28 +../inc/scsclient.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(scs/scsclient.h)
    1.29 +../inc/scsserver.h   	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/scsserver.h)
    1.30 +../inc/scscommon.h   	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/scscommon.h)
    1.31 +../inc/scscommon.inl 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/scscommon.inl)
    1.32 +
    1.33 +
    1.34 +//IPCStream Exports
    1.35 +../inc/nullstream.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/nullstream.h)
    1.36 +../inc/nullbuf.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/nullbuf.h)
    1.37 +../inc/ipcstream.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/ipcstream.h)
    1.38 +../inc/ipcstream.inl			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/ipcstream.inl)
    1.39 +../inc/ipcbuf.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/ipcbuf.h)
    1.40 +../inc/streamingarray.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/streamingarray.h)
    1.41 +../inc/streamingarray.inl	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/streamingarray.inl)
    1.42 +../inc/cleanuputils.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/cleanuputils.h)
    1.43 +../inc/cleanuputils.inl		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/cleanuputils.inl)
    1.44 +// Security Utils
    1.45 +../inc/securityutils.h 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/securityutils.h)
    1.46 +
    1.47 +../inc/scs.iby				/epoc32/rom/include/scs.iby
    1.48 +../inc/securitycommonutils.iby				/epoc32/rom/include/securitycommonutils.iby
    1.49 +
    1.50 +// Common Log file
    1.51 +../inc/securitylog.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/securitylog.h)
    1.52 +
    1.53 +PRJ_MMPFILES
    1.54 +
    1.55 +#ifndef TOOLS
    1.56 +#ifndef TOOLS2
    1.57 +
    1.58 +ipcstream.mmp
    1.59 +scsclient.mmp
    1.60 +scsserver.mmp
    1.61 +securityutils.mmp
    1.62 +
    1.63 +#endif
    1.64 +#endif
    1.65 +