59
|
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
|
60
|
36 |
../inc/ocsp.iby CORE_MW_LAYER_IBY_EXPORT_PATH(ocsp.iby)
|
|
37 |
../inc/ocsp_ncp.iby CORE_MW_LAYER_IBY_EXPORT_PATH(ocsp_ncp.iby)
|
59
|
38 |
PRJ_MMPFILES
|
|
39 |
|
|
40 |
#ifndef TOOLS
|
|
41 |
#ifndef TOOLS2
|
|
42 |
|
|
43 |
|
|
44 |
#ifndef WINC
|
|
45 |
../group/ocspcommon.mmp
|
|
46 |
../group/ocsp.mmp
|
|
47 |
#endif // WINC
|
|
48 |
|
|
49 |
#endif // TOOLS2
|
|
50 |
#endif // TOOLS
|
|
51 |
|