appinstall_plat/sw_installer_ps_keys/inc/SWInstallerInternalPSKeys.h
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2004 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:   Internal Publish & Subscribe keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SWINSTALLERINTERNALPSKEYS_H
       
    20 #define SWINSTALLERINTERNALPSKEYS_H
       
    21 
       
    22 
       
    23 /**
       
    24 * Sowftware Installer UI notification
       
    25 */
       
    26 const TUid KPSUidSWInstallerUiNotification = { 0x101FD65A };
       
    27 
       
    28 /**
       
    29 * KSWInstallerCancelReq
       
    30 * Indicates if user has requested cancellation of the current process.
       
    31 *
       
    32 * Possible values:
       
    33 * 0: False
       
    34 * 1: True
       
    35 */
       
    36 const TUint32 KSWInstallerCancelReq = 0x00000001;
       
    37 
       
    38 /**
       
    39  * KSWInstallerUninstallation
       
    40  * Key is used to signal that uninstallation of SW is ongoing. 
       
    41  * During uninstallation process key takes value of the package, 
       
    42  * which is currently handled. When uninstallation is over package value 
       
    43  * equals to zero (0).
       
    44  *
       
    45  *
       
    46  */
       
    47 const TUint32 KSWInstallerUninstallation = 0x00000002;
       
    48 
       
    49 /**
       
    50  * KSWInstallerDisableDaemonNotes
       
    51  * Key is used to disable SWI Daemon's pre install note which is 
       
    52  * shown when SWI Daemon start pre install. SWI Daemon will read 
       
    53  * this key always before it will show the note. If key is set to 
       
    54  * true SWI Daemon does not show the note.
       
    55  * 
       
    56  * Possible values:
       
    57  * 0: False
       
    58  * 1: True
       
    59  */
       
    60 const TUint32 KSWInstallerDisableDaemonNotes = 0x00000003;
       
    61 
       
    62 #endif
       
    63 
       
    64 // End of file