fotaapplication/fotaserver/FotaServer/inc/fotaserverPrivatePSKeys.h
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     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:   	PS keys for fotaserver
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef FOTASERVER_PRIVATE_PSKEYS_H
       
    21 #define FOTASERVER_PRIVATE_PSKEYS_H
       
    22 
       
    23 // CONSTANTS
       
    24 
       
    25 // Reading the current or ongoing NSML Job Id from DM UI
       
    26 const TUint32 KNsmlCurrentJobId = 0x00000001;
       
    27 
       
    28 // Reading the Server Alert UI Mode Key
       
    29 const TUint32 KNsmlSanUIMode = 0x00000004;
       
    30 
       
    31 // Reading the OMA DM large object download status
       
    32 const TUint32 KFotaLrgObjDl = 0x00000005;
       
    33 
       
    34 // Reading the Server profile id used for OMA DM large object download
       
    35 const TUint32 KFotaLrgObjProfileId = 0x00000006;
       
    36 
       
    37 //PubSub key used to mark which application is handling the process of download
       
    38 //Sets by DM UI, NSC or NSCBackground
       
    39 const TUint32 KNSmlCurrentFotaUpdateAppName = 0x0000000A;
       
    40 
       
    41 //PubSub key used to define should "Install Now?" query be shown or not
       
    42 //Sets by DM UI or NSC
       
    43 const TUint32 KDevManShowInstallNowQuery = 0x0000000B;
       
    44 
       
    45 //Reading the DM Job status/error used for OMA DM large object download
       
    46 const TUint32  KDmJobCancel = 0x00000012; 
       
    47 
       
    48 #endif // FOTASERVER_PRIVATE_PSKEYS_H
       
    49             
       
    50 // End of File