1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kerneltest/e32test/dll/t_ver2.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,100 @@
1.4 +// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// e32test\dll\t_ver2.h
1.18 +//
1.19 +//
1.20 +
1.21 +#ifndef __T_VER2_H__
1.22 +#define __T_VER2_H__
1.23 +#include <e32cmn.h>
1.24 +
1.25 +IMPORT_C TInt Export01();
1.26 +#if !defined(__VER2_0__) && !defined(__VER3_0__)
1.27 +IMPORT_C TInt Export02();
1.28 +IMPORT_C TInt Export03();
1.29 +#endif
1.30 +#if !defined(__VER3_0__)
1.31 +IMPORT_C TInt Export04();
1.32 +#endif
1.33 +IMPORT_C TInt Export05();
1.34 +IMPORT_C TInt Export06();
1.35 +IMPORT_C TInt Export07();
1.36 +IMPORT_C TInt Export08();
1.37 +IMPORT_C TInt Export09();
1.38 +IMPORT_C TInt Export10();
1.39 +IMPORT_C TInt Export11();
1.40 +IMPORT_C TInt Export12();
1.41 +IMPORT_C TInt Export13();
1.42 +IMPORT_C TInt Export14();
1.43 +IMPORT_C TInt Export15();
1.44 +IMPORT_C TInt Export16();
1.45 +IMPORT_C TInt Export17();
1.46 +IMPORT_C TInt Export18();
1.47 +IMPORT_C TInt Export19();
1.48 +
1.49 +#if defined(__VER1_1__) || defined(__VER2_0__) || defined(__VER3_0__)
1.50 +IMPORT_C TInt Export20();
1.51 +IMPORT_C TInt Export21();
1.52 +IMPORT_C TInt Export22();
1.53 +#if !defined(__VER2_0__) && !defined(__VER3_0__)
1.54 +IMPORT_C TInt Export23();
1.55 +IMPORT_C TInt Export24();
1.56 +#endif
1.57 +IMPORT_C TInt Export25();
1.58 +IMPORT_C TInt Export26();
1.59 +IMPORT_C TInt Export27();
1.60 +IMPORT_C TInt Export28();
1.61 +IMPORT_C TInt Export29();
1.62 +#endif
1.63 +
1.64 +#if defined(__VER2_0__) || defined(__VER3_0__)
1.65 +IMPORT_C TInt Export30();
1.66 +IMPORT_C TInt Export31();
1.67 +IMPORT_C TInt Export32();
1.68 +IMPORT_C TInt Export33();
1.69 +IMPORT_C TInt Export34();
1.70 +IMPORT_C TInt Export35();
1.71 +IMPORT_C TInt Export36();
1.72 +IMPORT_C TInt Export37();
1.73 +IMPORT_C TInt Export38();
1.74 +#if !defined(__VER3_0__)
1.75 +IMPORT_C TInt Export39();
1.76 +#endif
1.77 +#endif
1.78 +
1.79 +#if defined(__VER3_0__)
1.80 +IMPORT_C TInt Export40();
1.81 +IMPORT_C TInt Export41();
1.82 +IMPORT_C TInt Export42();
1.83 +IMPORT_C TInt Export43();
1.84 +IMPORT_C TInt Export44();
1.85 +IMPORT_C TInt Export45();
1.86 +IMPORT_C TInt Export46();
1.87 +IMPORT_C TInt Export47();
1.88 +IMPORT_C TInt Export48();
1.89 +IMPORT_C TInt Export49();
1.90 +IMPORT_C TInt Export50();
1.91 +IMPORT_C TInt Export51();
1.92 +IMPORT_C TInt Export52();
1.93 +IMPORT_C TInt Export53();
1.94 +IMPORT_C TInt Export54();
1.95 +IMPORT_C TInt Export55();
1.96 +IMPORT_C TInt Export56();
1.97 +IMPORT_C TInt Export57();
1.98 +IMPORT_C TInt Export58();
1.99 +IMPORT_C TInt Export59();
1.100 +#endif
1.101 +
1.102 +
1.103 +#endif