00001 /* 00002 * ============================================================================ 00003 * Name : AknLayout2Id.h 00004 * Part of : Avkon Layout 2 00005 * 00006 * Copyright © 2002-2006 Nokia. All rights reserved. 00007 * This material, including documentation and any related 00008 * computer programs, is protected by copyright controlled by 00009 * Nokia. All rights are reserved. Copying, including 00010 * reproducing, storing, adapting or translating, any 00011 * or all of this material requires the prior written consent of 00012 * Nokia. This material also contains confidential 00013 * information which may not be disclosed to others without the 00014 * prior written consent of Nokia. 00015 * ============================================================================== 00016 */ 00017 00018 #ifndef AKNLAYOUT2ID_H 00019 #define AKNLAYOUT2ID_H 00020 00021 #include <e32std.h> 00022 00026 enum TAknLayoutId 00027 { 00031 EAknLayoutIdELAF = 0, 00035 EAknLayoutIdABRW = 1, 00039 EAknLayoutIdAPAC = 2 00040 }; 00041 00042 #endif 00043 // End of File