voicerec_plat/voicerecorder_public_constants_api/inc/VoiceRecorderUID.h
branchRCL_3
changeset 20 072a5fa0c63b
parent 19 2f5c9ee7098c
child 21 c6bafb5162d8
equal deleted inserted replaced
19:2f5c9ee7098c 20:072a5fa0c63b
     1 /*
       
     2 * Copyright (c) 2002 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 *     Contains the UIDs for Voice Recorder application modules and views
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __VOICERECORDERUID_H__
       
    21 #define __VOICERECORDERUID_H__
       
    22 
       
    23 // CONSTANTS
       
    24 #define KVoiceRecorderAppUID3 0x100058CA
       
    25 #define KEPOCAppUID2 0x100039ce		// Symbian defined
       
    26 #define KEPOCDLLUID2 0x1000008d		// Symbian defined
       
    27 
       
    28 // View UIDs
       
    29 #define KVRRecorderViewUID 1
       
    30 
       
    31 #endif // __VOICERECORDERUID_H__