srsf/ttscontrollerplugin/src/ttspluginimplementationuids.hrh
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Constant declarations for Tts Plugin ECOM resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef TTSPLUGINIMPLEMENTATIONUIDS_HRH
       
    20 #define TTSPLUGINIMPLEMENTATIONUIDS_HRH
       
    21 
       
    22 
       
    23 // Dll Uid
       
    24 #define KTtsDllUidController              0x101FF933
       
    25 
       
    26 // Implementation UID for TTS Controller plugin
       
    27 #define KTtsImplementationUid             0x101FF934
       
    28 
       
    29 // Interface UID for TTS playback
       
    30 #define KTtsPlayInterfaceUid              0x101FF935
       
    31 
       
    32 // Implementation UID for TTS playback
       
    33 #define KTtsPlayImplementationUid         0x101FF936
       
    34 
       
    35 #endif
       
    36 
       
    37 // End of File
       
    38