os/security/cryptomgmtlibs/securitycommonutils/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 the License "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: 
    15 * Security Common Server Base
    16 *
    17 */
    18 
    19 
    20 #include "../test/group/bld.inf"
    21 
    22 PRJ_EXPORTS
    23 
    24 //SCS Exports
    25 ../inc/scsclient.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(scs/scsclient.h)
    26 ../inc/scsserver.h   	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/scsserver.h)
    27 ../inc/scscommon.h   	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/scscommon.h)
    28 ../inc/scscommon.inl 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/scscommon.inl)
    29 
    30 
    31 //IPCStream Exports
    32 ../inc/nullstream.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/nullstream.h)
    33 ../inc/nullbuf.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/nullbuf.h)
    34 ../inc/ipcstream.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/ipcstream.h)
    35 ../inc/ipcstream.inl			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/ipcstream.inl)
    36 ../inc/ipcbuf.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/ipcbuf.h)
    37 ../inc/streamingarray.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/streamingarray.h)
    38 ../inc/streamingarray.inl	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/streamingarray.inl)
    39 ../inc/cleanuputils.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/cleanuputils.h)
    40 ../inc/cleanuputils.inl		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/cleanuputils.inl)
    41 // Security Utils
    42 ../inc/securityutils.h 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/securityutils.h)
    43 
    44 ../inc/scs.iby				/epoc32/rom/include/scs.iby
    45 ../inc/securitycommonutils.iby				/epoc32/rom/include/securitycommonutils.iby
    46 
    47 // Common Log file
    48 ../inc/securitylog.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/securitylog.h)
    49 
    50 PRJ_MMPFILES
    51 
    52 #ifndef TOOLS
    53 #ifndef TOOLS2
    54 
    55 ipcstream.mmp
    56 scsclient.mmp
    57 scsserver.mmp
    58 securityutils.mmp
    59 
    60 #endif
    61 #endif
    62