sl@0: /* sl@0: * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: Definition of central repository keys for audio equalizer utility. sl@0: * sl@0: * sl@0: */ sl@0: sl@0: sl@0: #ifndef AUDIOEQUTILITYINTERNALCRKEYS_H sl@0: #define AUDIOEQUTILITYINTERNALCRKEYS_H sl@0: sl@0: const TUid KCRUidAudioEqUtilityPresets = {0x10203833}; sl@0: sl@0: // Maximum Number of Pre-defined Presets sl@0: const TUint32 KAudioEqUtilityMaxNumberOfPreDefinedPresets = 0x00000001; sl@0: sl@0: // Maximum Number of User-defined Presets sl@0: const TUint32 KAudioEqUtilityMaxNumberOfUserDefinedPresets = 0x00000002; sl@0: sl@0: // Current number of Pre-defined Presets sl@0: const TUint32 KAudioEqUtilityNumberOfPreDefinedPresets = 0x00000003; sl@0: sl@0: // Number of currently User-defined Presets sl@0: const TUint32 KAudioEqUtilityNumberOfUserDefinedPresets = 0x00000004; sl@0: sl@0: // Number of currently User-defined Presets sl@0: const TUint32 KAudioEqUtilityPresetsCounter = 0x00000006; sl@0: sl@0: // Pre-defined Preset keys start sl@0: const TUint32 KAudioEqUtilityPreDefinedPresetStart = 0x00000032; sl@0: const TUint32 KAudioEqUtilityPreDefinedPresetStartName = 0x00000033; sl@0: sl@0: // Subsequent keys are added starting from KAudioEqUtilityPreDefinedPresetStart + 2 ending at 0x80000000 sl@0: sl@0: // User-defined Preset keys start sl@0: const TUint32 KAudioEqUtilityUserDefinedPresetStart = 0x80000001; sl@0: const TUint32 KAudioEqUtilityUserDefinedPresetStartName = 0x80000002; sl@0: sl@0: // Subsequent keys are added starting from KAudioEqUtilityUserDefinedPresetStart + 2 ending at 0xFFFFFFFF sl@0: sl@0: #endif // AUDIOEQUTILITYINTERNALCRKEYS_H