emailservices/emailserver/inc/fsmailserverdefinitions.h
changeset 0 8466d47a6819
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Definitons for emailserver.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef FSMAILSERVERDEFINITIONS_H
       
    21 #define FSMAILSERVERDEFINITIONS_H
       
    22 
       
    23 
       
    24 /**  Server Uid
       
    25  *   If you change this change it also from the pkg file.
       
    26  *   (normal and stub)
       
    27  */
       
    28 // <cmail> S60 UID update
       
    29 #define KFSMailServerUid 0x2001F40A
       
    30 // </cmail> S60 UID update
       
    31 
       
    32 /**  Autostarter Uid
       
    33  *   If you change this change also the resource
       
    34  *   file name in fsemailserverautostart.mmp and in
       
    35  *   fsmailserver.pkg. Rename also the actual resource file.
       
    36  */
       
    37 // <cmail> S60 UID update
       
    38 #define KFSMailServerAutoStartUid 0x2001F40B
       
    39 // </cmail> S60 UID update
       
    40 
       
    41 /**  Uid for Mail Server Logger Utility
       
    42  */
       
    43 // <cmail> S60 UID update
       
    44 #define KFSMailServerDebugLoggerUtilityUid 0x2001F452
       
    45 // </cmail> S60 UID update
       
    46 
       
    47 /**  Name of the server executable
       
    48  */
       
    49 #define KFSMailServerExe "fsmailserver.exe"
       
    50 
       
    51 
       
    52 #endif // FSMAILSERVERDEFINITIONS_H