1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/inc/AudioEqUtilityInternalCRKeys.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,52 @@
1.4 +/*
1.5 +* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description: Definition of central repository keys for audio equalizer utility.
1.18 +*
1.19 +*
1.20 +*/
1.21 +
1.22 +
1.23 +#ifndef AUDIOEQUTILITYINTERNALCRKEYS_H
1.24 +#define AUDIOEQUTILITYINTERNALCRKEYS_H
1.25 +
1.26 +const TUid KCRUidAudioEqUtilityPresets = {0x10203833};
1.27 +
1.28 +// Maximum Number of Pre-defined Presets
1.29 +const TUint32 KAudioEqUtilityMaxNumberOfPreDefinedPresets = 0x00000001;
1.30 +
1.31 +// Maximum Number of User-defined Presets
1.32 +const TUint32 KAudioEqUtilityMaxNumberOfUserDefinedPresets = 0x00000002;
1.33 +
1.34 +// Current number of Pre-defined Presets
1.35 +const TUint32 KAudioEqUtilityNumberOfPreDefinedPresets = 0x00000003;
1.36 +
1.37 +// Number of currently User-defined Presets
1.38 +const TUint32 KAudioEqUtilityNumberOfUserDefinedPresets = 0x00000004;
1.39 +
1.40 +// Number of currently User-defined Presets
1.41 +const TUint32 KAudioEqUtilityPresetsCounter = 0x00000006;
1.42 +
1.43 +// Pre-defined Preset keys start
1.44 +const TUint32 KAudioEqUtilityPreDefinedPresetStart = 0x00000032;
1.45 +const TUint32 KAudioEqUtilityPreDefinedPresetStartName = 0x00000033;
1.46 +
1.47 +// Subsequent keys are added starting from KAudioEqUtilityPreDefinedPresetStart + 2 ending at 0x80000000
1.48 +
1.49 +// User-defined Preset keys start
1.50 +const TUint32 KAudioEqUtilityUserDefinedPresetStart = 0x80000001;
1.51 +const TUint32 KAudioEqUtilityUserDefinedPresetStartName = 0x80000002;
1.52 +
1.53 +// Subsequent keys are added starting from KAudioEqUtilityUserDefinedPresetStart + 2 ending at 0xFFFFFFFF
1.54 +
1.55 +#endif // AUDIOEQUTILITYINTERNALCRKEYS_H
1.56 \ No newline at end of file