srsf/vcommandexecutor/inc/nssvcapplauncherconstants.h
branchRCL_3
changeset 18 cad71a31b7fc
parent 17 8ce15fced3a6
child 19 e36f3802f733
equal deleted inserted replaced
17:8ce15fced3a6 18:cad71a31b7fc
     1 /*
       
     2 * Copyright (c) 2005 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:  Contains the UIDs for applications.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef NSSVCAPPLAUNCHERCONSTANTS_H
       
    21 #define NSSVCAPPLAUNCHERCONSTANTS_H
       
    22 
       
    23 // INCLUDES
       
    24 #include    <e32base.h>
       
    25 #include    <e32keys.h>
       
    26 #include    <e32svr.h>
       
    27 
       
    28 // CONSTANTS
       
    29 
       
    30 /**
       
    31 * APPLICATION UIDS
       
    32 */
       
    33 
       
    34 // VCommandExecutor bearer
       
    35 const TUid KUidVCExecutorBearer = { 0x10281C7E };
       
    36 
       
    37 // Calendar UID
       
    38 const TUid KUidAppCalendar = { 0x10005901 };
       
    39 
       
    40 // Browser UID
       
    41 const TUid KUidAppBrowser = { 0x10008D39 };
       
    42 
       
    43 
       
    44 #endif      // NSSVCAPPLAUNCHERCONSTANTS_H
       
    45             
       
    46 // End of File