profileenginesdkcrkeys.h

Go to the documentation of this file.
00001 /*
00002  * ==============================================================================
00003  *  Name        : ProfileEngineSDKCRKeys.h
00004  *  Part of     : Profiles Engine / ProfileEng
00005  *  Interface   : SDK, Profiles Engine Active Profile Settings API
00006  *  Description : This file contains the constant definitions of the Central
00007  *                Repository keys and the Central Repository UID of Profiles
00008  *                Engine Active Profile Settings API.
00009  *  Version     : 1.0
00010  *
00011  *  Copyright (c) 2002 Nokia Corporation.
00012  *  This material, including documentation and any related
00013  *  computer programs, is protected by copyright controlled by
00014  *  Nokia Corporation. All rights are reserved. Copying,
00015  *  including reproducing, storing, adapting or translating, any
00016  *  or all of this material requires the prior written consent of
00017  *  Nokia Corporation. This material also contains confidential
00018  *  information which may not be disclosed to others without the
00019  *  prior written consent of Nokia Corporation.
00020  * ==============================================================================
00021  */
00022 
00023 
00024 #ifndef PROFILEENGINESDKCRKEYS_H
00025 #define PROFILEENGINESDKCRKEYS_H
00026 
00027 
00028 //  INCLUDES
00029 #include <e32std.h>
00030 
00031 // CONSTANTS
00032 
00076 const TUid KCRUidProfileEngine = {0x101F8798};
00077 
00091 const TUint32 KProEngActiveProfile = 0x7E000001;
00092 
00104 const TUint32 KProEngActiveRingingType = 0x7E000002;
00105 
00116 const TUint32 KProEngActiveKeypadVolume = 0x7E000004;
00117 
00125 const TUint32 KProEngActiveRingingVolume = 0x7E000008;
00126 
00135 const TUint32 KProEngActiveWarningTones = 0x7E000020;
00136 
00145 const TUint32 KProEngActiveMessageAlert = 0x7E000040;
00146 
00147 
00148 // PROFILEENGINESDKCRKEYS_H
00149 #endif
00150 
00151 // End of File

Copyright © Nokia Corporation 2001-2008
Back to top