commonappservices/alarmserver/Server/Include/ASSrvDefs.h
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __ASSRVDEFS_H__
       
    17 #define __ASSRVDEFS_H__
       
    18 
       
    19 // System includes
       
    20 #include <e32std.h>
       
    21 
       
    22 // Type definitions
       
    23 typedef TInt TASSrvSessionId;
       
    24 typedef TInt TASSrvAlarmSoundCycleNumber;
       
    25 
       
    26 // Constants
       
    27 const TInt KDefaultHeapMinSize					= 0x00006000;
       
    28 const TInt KDefaultHeapMaxSize					= 0x000FFFFF;
       
    29 const TInt KAlarmServerStartupPriority			= 0x00002000;
       
    30 const TASSrvSessionId KNullSessionId			= 0;
       
    31 
       
    32 // Store constants
       
    33 const TUid KAlarmStoreUid								= { 0x101F502C };
       
    34 const TUid KAlarmStoreStreamUidQueue					= { 0x101F502D };
       
    35 const TUid KAlarmStoreStreamUidData						= { 0x101F502E };
       
    36 const TUid KAlarmStoreStreamUidSoundSettings			= { 0x101F502F };
       
    37 #ifdef SYMBIAN_SKIPPED_CALENDAR_ALARMS
       
    38 const TUid KAlarmStoreStreamUidEnvironmentChangeData	= { 0x10286A7D };
       
    39 #endif
       
    40 
       
    41 // Literal constants
       
    42 _LIT(KAlarmServerBackupFile, "AlarmServer.ini");
       
    43 
       
    44 #endif