mmsharinguis_plat/multimedia_sharing_manager_api/inc/musdomainpskeys.h
changeset 15 ccd8e69b5392
parent 2 b31261fd4e04
child 20 e8be2c2e049d
child 22 496ad160a278
equal deleted inserted replaced
2:b31261fd4e04 15:ccd8e69b5392
     1 /*
       
     2 * Copyright (c) 2007 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:  Multimedia Sharing Domain Publish and Subscribe keys
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MUSADOMAINPSKEYS_H
       
    20 #define MUSADOMAINPSKEYS_H
       
    21 
       
    22 #include <e32std.h>
       
    23 
       
    24 // CONSTANTS
       
    25 
       
    26 /******************************************************************************
       
    27 * Multimedia Sharing Session API
       
    28 ******************************************************************************/
       
    29 
       
    30 namespace NMusSessionApi 
       
    31     {
       
    32     const TUid KMusSessionApi = {0x1028238D}; 
       
    33 
       
    34     /**
       
    35      * Indication about Multimedia Sharing availability change. 
       
    36      *
       
    37      * @type RProperty::TInt
       
    38      */
       
    39     const TUint32 KMusAvailabilityStatus = 0x00000012;   
       
    40     
       
    41     /**
       
    42      * Indication about Multimedia Sharing able to show indicator. 
       
    43      *
       
    44      * @type RProperty::TBool
       
    45      */
       
    46     const TBool KMusIndicator = 0x0000001C;
       
    47       
       
    48     }
       
    49 
       
    50 #endif   // MUSADOMAINPSKEYS_H
       
    51 
       
    52 // End of file