imagingandcamerafws/camerafw/Include/ECamCommonUIDs.hrh
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2005-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 //
       
    15 
       
    16 /**
       
    17  @publishedAll
       
    18  @prototype
       
    19  @file
       
    20 */
       
    21 
       
    22 #ifndef ECAMCOMMONUIDS_HRH
       
    23 #define ECAMCOMMONUIDS_HRH
       
    24 
       
    25 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    26 #include <ecam/ecamcommonuidsconst.hrh>
       
    27 #endif
       
    28 
       
    29 /** 
       
    30 Defines the numerical value for KECamOverlayUid.
       
    31 @see KECamOverlayUid
       
    32 
       
    33 @publishedAll
       
    34 @released
       
    35 */
       
    36 #define	KECamOverlayUidValue					0x102737B7 
       
    37 
       
    38 #endif // ECAMCOMMONUIDS_HRH
       
    39 
       
    40 
       
    41