toolsandutils/e32tools/elf2e32/source/e32imagedefs.h
changeset 0 83f4b4db085c
child 10 d4b442d23379
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 // Copyright (c) 2004-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 "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 // Implementation of the Header file for E32 Image implementation of the elf2e32 tool
       
    15 // @internalComponent
       
    16 // @released
       
    17 // 
       
    18 //
       
    19 
       
    20 #define __PLACEMENT_NEW
       
    21 #define __PLACEMENT_VEC_NEW_INLINE
       
    22 
       
    23 #ifndef E32IMAGEDEFS_H
       
    24 #define E32IMAGEDEFS_H
       
    25 
       
    26 // Pick up E32Image definitions
       
    27 // need the following to suppress interence from EPOC definitions
       
    28 #define __PLACEMENT_NEW
       
    29 #define __PLACEMENT_VEC_NEW_INLINE
       
    30 #ifdef _L
       
    31 #undef _L
       
    32 #endif
       
    33 
       
    34 #ifdef _S 
       
    35 #undef _S
       
    36 #endif
       
    37 #include <e32ldr.h>
       
    38 #include <f32image.h>
       
    39 #include <e32def_private.h>
       
    40 
       
    41 #endif  // E32IMAGEDEFS_H
       
    42