os/ossrv/lowlevellibsandfws/apputils/inc/BASSNDUID.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 
     3 // All rights reserved.
     4 
     5 // This component and the accompanying materials are made available
     6 
     7 // under the terms of "Eclipse Public License v1.0"
     8 
     9 // which accompanies this distribution, and is available
    10 
    11 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    12 
    13 //
    14 
    15 // Initial Contributors:
    16 
    17 // Nokia Corporation - initial contribution.
    18 
    19 //
    20 
    21 // Contributors:
    22 
    23 //
    24 
    25 // Description:
    26 
    27 //
    28 
    29 
    30 
    31 #ifndef BASSNDUID_H_
    32 
    33 #define BASSNDUID_H_
    34 
    35 
    36 
    37 /** 
    38 
    39 This is the UID of the repository where the system sound data is stored.
    40 
    41 The UID is published to UI platforms to allow them to use the key value in 
    42 
    43 the CRepository::NotifyRequest() API to monitor for changes in the system
    44 
    45 sound data.
    46 
    47 
    48 
    49 @see CRepository
    50 
    51 @see BaSystemSound::SystemSoundFile
    52 
    53 @publishedPartner
    54 
    55 @released
    56 
    57 */
    58 
    59 const TUid KSystemSoundRepositoryUID = {0x100048AA};
    60 
    61 
    62 
    63 #endif /*BASSNDUID_H_*/
    64