srsf/sisrscontrollerplugin/src/sipluginimplementationuids.hrh
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     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:  Constant declaration for resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SDPLUGINIMPLEMENTATIONUIDS_HRH
       
    20 #define SDPLUGINIMPLEMENTATIONUIDS_HRH
       
    21 
       
    22 // Dll Uid
       
    23 #define KSDDllUidController			0x101F8C9C
       
    24 #define KSIDllUidController         	0x101FF930
       
    25 
       
    26 
       
    27 // Implementation UIDs for Controller plugin
       
    28 #define KSDUidController 	   		0x101F8C9D
       
    29 #define KSIUidController            	0x101FF931
       
    30 
       
    31 // Implementation UIDs for AMR plugin
       
    32 #define KUidCodecPCM16ToAMR 	   		0x101FAF68	// AMR Encoder
       
    33 #define KUidCodecAMRToPCM16 	   		0x101FAF67	// AMR Decoder
       
    34 
       
    35 // Implementation UIDs for GSM 6.10 FR plugin
       
    36 #define KUidCodecPCM16ToGSM610			0x101F504D	// GSM Encoder
       
    37 #define KUidCodecGSM610ToPCM16			0x101F504C	// GSM Decoder
       
    38 
       
    39 #endif
       
    40 
       
    41 // End of File