inc/musuid.hrh
changeset 0 f0cf47e981f9
child 32 73a1feb507fb
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MUSUID_HRH
       
    20 #define MUSUID_HRH
       
    21 
       
    22 // uids of the mus binaries
       
    23 
       
    24 #define KMusAiwProviderUid          0x10282389
       
    25 #define	KMusSipCrPluginUid          0x1028238A
       
    26 #define KMusAoPluginUid             0x1028238B
       
    27 #define KMusManagerClientUid	    0x1028238C
       
    28 #define KMusManagerServerUid        0x1028238D
       
    29 #define KMusAvaPluginUid            0x1028238E
       
    30 #define KMusSettingsUiUid           0x1028238F
       
    31 #define KMusWpAdapterUid            0x10282390
       
    32 #define KMusUiUid                   0x10282391
       
    33 #define KMusEngineUid               0x10282392
       
    34 #define KMusIndicatorUid            0x10282396
       
    35 
       
    36 // interface identifier of availability plug-in
       
    37 
       
    38 #define KMusAvaPluginInterfaceUid    0x10282393
       
    39 
       
    40 #endif