os/kernelhwsrv/kerneltest/e32test/dll/t_ver2.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2003-2009 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 the License "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:
    14 // e32test\dll\t_ver2.h
    15 // 
    16 //
    17 
    18 #ifndef __T_VER2_H__
    19 #define __T_VER2_H__
    20 #include <e32cmn.h>
    21 
    22 IMPORT_C TInt Export01();
    23 #if !defined(__VER2_0__) && !defined(__VER3_0__)
    24 IMPORT_C TInt Export02();
    25 IMPORT_C TInt Export03();
    26 #endif
    27 #if !defined(__VER3_0__)
    28 IMPORT_C TInt Export04();
    29 #endif
    30 IMPORT_C TInt Export05();
    31 IMPORT_C TInt Export06();
    32 IMPORT_C TInt Export07();
    33 IMPORT_C TInt Export08();
    34 IMPORT_C TInt Export09();
    35 IMPORT_C TInt Export10();
    36 IMPORT_C TInt Export11();
    37 IMPORT_C TInt Export12();
    38 IMPORT_C TInt Export13();
    39 IMPORT_C TInt Export14();
    40 IMPORT_C TInt Export15();
    41 IMPORT_C TInt Export16();
    42 IMPORT_C TInt Export17();
    43 IMPORT_C TInt Export18();
    44 IMPORT_C TInt Export19();
    45 
    46 #if defined(__VER1_1__) || defined(__VER2_0__) || defined(__VER3_0__)
    47 IMPORT_C TInt Export20();
    48 IMPORT_C TInt Export21();
    49 IMPORT_C TInt Export22();
    50 #if !defined(__VER2_0__) && !defined(__VER3_0__)
    51 IMPORT_C TInt Export23();
    52 IMPORT_C TInt Export24();
    53 #endif
    54 IMPORT_C TInt Export25();
    55 IMPORT_C TInt Export26();
    56 IMPORT_C TInt Export27();
    57 IMPORT_C TInt Export28();
    58 IMPORT_C TInt Export29();
    59 #endif
    60 
    61 #if defined(__VER2_0__) || defined(__VER3_0__)
    62 IMPORT_C TInt Export30();
    63 IMPORT_C TInt Export31();
    64 IMPORT_C TInt Export32();
    65 IMPORT_C TInt Export33();
    66 IMPORT_C TInt Export34();
    67 IMPORT_C TInt Export35();
    68 IMPORT_C TInt Export36();
    69 IMPORT_C TInt Export37();
    70 IMPORT_C TInt Export38();
    71 #if !defined(__VER3_0__)
    72 IMPORT_C TInt Export39();
    73 #endif
    74 #endif
    75 
    76 #if defined(__VER3_0__)
    77 IMPORT_C TInt Export40();
    78 IMPORT_C TInt Export41();
    79 IMPORT_C TInt Export42();
    80 IMPORT_C TInt Export43();
    81 IMPORT_C TInt Export44();
    82 IMPORT_C TInt Export45();
    83 IMPORT_C TInt Export46();
    84 IMPORT_C TInt Export47();
    85 IMPORT_C TInt Export48();
    86 IMPORT_C TInt Export49();
    87 IMPORT_C TInt Export50();
    88 IMPORT_C TInt Export51();
    89 IMPORT_C TInt Export52();
    90 IMPORT_C TInt Export53();
    91 IMPORT_C TInt Export54();
    92 IMPORT_C TInt Export55();
    93 IMPORT_C TInt Export56();
    94 IMPORT_C TInt Export57();
    95 IMPORT_C TInt Export58();
    96 IMPORT_C TInt Export59();
    97 #endif
    98 
    99 
   100 #endif