pkiutilities/ocsp/group_ncp/bld.inf
changeset 59 881d92421467
child 60 b99ca49838a8
equal deleted inserted replaced
53:25dd1e8b2663 59:881d92421467
       
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description: Online Certificate Status Protocol ( OCSP )
       
    14 // 
       
    15 //
       
    16 
       
    17 /**
       
    18  @file
       
    19 */
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 // specify the source file followed by its destination here
       
    26 // copy will be used to copy the source file to its destination
       
    27 // If there's no destination then the source file will be copied
       
    28 // to the same name in /epoc32/include
       
    29 
       
    30 ../inc/ocsppolicy.h					SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(ocsppolicy.h)
       
    31 ../inc/ocsp_v2.h					SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(ocsp.h)
       
    32 ../inc/ocsptransport_v2.h				SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(ocsptransport.h)
       
    33 ../inc/ocsprequestandresponse.h     			SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(ocsprequestandresponse.h)
       
    34 
       
    35 // ROMKIT includes
       
    36 ../inc/ocsp.iby					/epoc32/rom/include/ocsp.iby
       
    37 ../inc/ocsp_ncp.iby					/epoc32/rom/include/ocsp_ncp.iby
       
    38 
       
    39 PRJ_MMPFILES
       
    40 
       
    41 #ifndef TOOLS
       
    42 #ifndef TOOLS2
       
    43 
       
    44 
       
    45 #ifndef WINC
       
    46 ../group/ocspcommon.mmp
       
    47 ../group/ocsp.mmp
       
    48 #endif	//	WINC
       
    49 
       
    50 #endif	//	TOOLS2
       
    51 #endif	//	TOOLS
       
    52