sdkcreationmw/sdkexamples/cppexamples/S60Ex/OcrExample/inc/OcrExampleUids.h
changeset 0 b26acd06ea60
child 1 ac50fd48361b
equal deleted inserted replaced
-1:000000000000 0:b26acd06ea60
       
     1 /*
       
     2 * Copyright (c) 2006 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __OCREXAMPLEUIDS_H__
       
    20 #define __OCREXAMPLEUIDS_H__
       
    21 
       
    22 #include <e32uid.h>
       
    23 
       
    24 // application uid
       
    25 const TUid KUidOcrExample = { 0xA00001F3 };
       
    26 
       
    27 // main application view uid
       
    28 const TUid KUidImageView = { 1 };
       
    29 
       
    30 // settings view uid
       
    31 const TUid KUidSettingsView = { 2 };
       
    32 
       
    33 // text view uid
       
    34 const TUid KUidTextView = { 3 };
       
    35 
       
    36 _LIT(KLogFile, "\\Data\\OCRExample.txt");
       
    37 
       
    38 #endif // __OCREXAMPLEUIDS_H__