classicui_pub/notes_api/tsrc/inc/testsdknotes.hrh
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Test EIKINFO.H EIKPROGI.H AknNoteDialog.h aknnotewrappers.h 
       
    15 *                     AknProgressDialog.h aknprogresstimer.h AknStaticNoteDialog.h 
       
    16 *                     aknwaitdialog.h AknWaitNoteWrapper.h aknnotecontrol.h
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef C_TESTSDKNOTES_HRH
       
    22 #define C_TESTSDKNOTES_HRH
       
    23 
       
    24 // ---------------------------------------------------------------------------
       
    25 // enum TNotes
       
    26 // ---------------------------------------------------------------------------
       
    27 //
       
    28 enum TNotes
       
    29     {
       
    30     ETESTSDKNOTESIMAGE = 0x6001,
       
    31     ETestSDKInformationNote,
       
    32     ETestSDKProgressNote,
       
    33     ETestSDKStaticNote,
       
    34     ETestSDKWaitNoteWrapper,
       
    35     ETestSDKNoteControl
       
    36     };
       
    37 
       
    38 // ---------------------------------------------------------------------------
       
    39 // testsdk_notes_mapfile
       
    40 // ---------------------------------------------------------------------------
       
    41 //
       
    42 #define TESTSDK_NOTES_MAPFILE "z:\\resource\\apps\\avkon2.mbm"
       
    43 
       
    44 // ---------------------------------------------------------------------------
       
    45 // testsdk_notes_txt
       
    46 // ---------------------------------------------------------------------------
       
    47 //
       
    48 #define TESTSDK_NOTES_TXT "NoteWrapper"
       
    49 
       
    50 #endif /*C_TESTSDKNOTES_HRH*/