1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/lowlevellibsandfws/apputils/inc/BASSNDUID.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,64 @@
1.4 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +
1.6 +// All rights reserved.
1.7 +
1.8 +// This component and the accompanying materials are made available
1.9 +
1.10 +// under the terms of "Eclipse Public License v1.0"
1.11 +
1.12 +// which accompanies this distribution, and is available
1.13 +
1.14 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.15 +
1.16 +//
1.17 +
1.18 +// Initial Contributors:
1.19 +
1.20 +// Nokia Corporation - initial contribution.
1.21 +
1.22 +//
1.23 +
1.24 +// Contributors:
1.25 +
1.26 +//
1.27 +
1.28 +// Description:
1.29 +
1.30 +//
1.31 +
1.32 +
1.33 +
1.34 +#ifndef BASSNDUID_H_
1.35 +
1.36 +#define BASSNDUID_H_
1.37 +
1.38 +
1.39 +
1.40 +/**
1.41 +
1.42 +This is the UID of the repository where the system sound data is stored.
1.43 +
1.44 +The UID is published to UI platforms to allow them to use the key value in
1.45 +
1.46 +the CRepository::NotifyRequest() API to monitor for changes in the system
1.47 +
1.48 +sound data.
1.49 +
1.50 +
1.51 +
1.52 +@see CRepository
1.53 +
1.54 +@see BaSystemSound::SystemSoundFile
1.55 +
1.56 +@publishedPartner
1.57 +
1.58 +@released
1.59 +
1.60 +*/
1.61 +
1.62 +const TUid KSystemSoundRepositoryUID = {0x100048AA};
1.63 +
1.64 +
1.65 +
1.66 +#endif /*BASSNDUID_H_*/
1.67 +