2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Name : sipprofileservercrkeys.h
16 * Part of : SIP ProfileAgent API
22 #ifndef PROFILESERVERCRKEYS_H_
23 #define PROFILESERVERCRKEYS_H_
35 * Key space configuration used by the SIP ProfileAgent.
37 const TUid KCRUidProfileSrv = { 0x2001F889 };
39 #define KSIPProfileTableMask 0xFF000000
40 #define KSIPProfileTableShift 24
42 #define KSIPProfileTypeMask 0x00FF0000
43 #define KSIPProfileTypeShift 16
45 #define KSIPProfilePropertyMask 0x0000FFFF
46 #define KSIPProfilePropertyShift 0
48 #define KSIPProfilePropertiesTable 0x01000000
50 #endif /*PROFILESERVERCRKEYS_H_*/