cryptomgmtlibs/securitycommonutils/group/bld.inf
changeset 8 35751d3474b7
child 10 afc583cfa176
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
       
     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 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    26 ../inc/scsclient.h		/epoc32/include/scs/scsclient.h
       
    27 #endif
       
    28 ../inc/scsserver.h   	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/scsserver.h)
       
    29 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    30 ../inc/scscommon.h   	/epoc32/include/scs/scscommon.h
       
    31 #endif
       
    32 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    33 ../inc/scscommon.inl 	/epoc32/include/scs/scscommon.inl
       
    34 #endif
       
    35 
       
    36 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    37 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    38 ../inc/scsserverconstants.h     /epoc32/include/scsserverconstants.h
       
    39 #endif
       
    40 #endif
       
    41 
       
    42 //IPCStream Exports
       
    43 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    44 ../inc/nullstream.h			/epoc32/include/scs/nullstream.h
       
    45 #endif
       
    46 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    47 ../inc/nullbuf.h			/epoc32/include/scs/nullbuf.h
       
    48 #endif
       
    49 ../inc/ipcstream.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(scs/ipcstream.h)
       
    50 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    51 ../inc/ipcstream.inl			/epoc32/include/scs/ipcstream.inl
       
    52 #endif
       
    53 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    54 ../inc/ipcbuf.h				/epoc32/include/scs/ipcbuf.h
       
    55 #endif
       
    56 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    57 ../inc/streamingarray.h		/epoc32/include/scs/streamingarray.h
       
    58 #endif
       
    59 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    60 ../inc/streamingarray.inl	/epoc32/include/scs/streamingarray.inl
       
    61 #endif
       
    62 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    63 ../inc/cleanuputils.h		/epoc32/include/scs/cleanuputils.h
       
    64 #endif
       
    65 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    66 ../inc/cleanuputils.inl		/epoc32/include/scs/cleanuputils.inl
       
    67 #endif
       
    68 
       
    69 ../inc/scs.iby				/epoc32/rom/include/scs.iby
       
    70 ../inc/securitycommonutils.iby				/epoc32/rom/include/securitycommonutils.iby
       
    71 
       
    72 // Security Utils
       
    73 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    74 ../inc/securityutils.h 		/epoc32/include/scs/securityutils.h	
       
    75 #endif
       
    76 
       
    77 // Common Log file
       
    78 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    79 ../inc/securitylog.h		/epoc32/include/scs/securitylog.h
       
    80 #endif
       
    81 
       
    82 PRJ_MMPFILES
       
    83 
       
    84 #ifndef TOOLS
       
    85 #ifndef TOOLS2
       
    86 
       
    87 ipcstream.mmp
       
    88 scsclient.mmp
       
    89 scsserver.mmp
       
    90 securityutils.mmp
       
    91 
       
    92 #endif
       
    93 #endif
       
    94