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