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