Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
21 // Copyright (c) 1997-1999 Symbian Ltd. All rights reserved.
24 // Avkon Animation Resource Header
26 #include <aknanim.hrh>
28 STRUCT ANIM_BLIT_PREVIOUS_VIEW
30 BYTE type = EAnimBlitPreviousView;
35 STRUCT ANIM_BLIT_NEXT_VIEW
37 BYTE type = EAnimBlitNewView;
42 STRUCT ANIM_BLIT_PART_PREVIOUS_VIEW
44 BYTE type = EAnimBlitPartPreviousView;
53 STRUCT ANIM_BLIT_PART_NEXT_VIEW
55 BYTE type = EAnimBlitPartNewView;
67 BYTE type = EAnimDrawLine;
77 BYTE type = EAnimSetColor;
83 STRUCT ANIM_SLIDE_PART_NEXT_VIEW
85 BYTE type = EAnimBlitSlideNewView;
97 STRUCT ANIM_WAIT_UNTIL_COMPLETE
99 BYTE type = EAnimWaitUntilComplete;
104 BYTE type = EAnimWait;