deviceupdatesui/deviceupdates/inc/nsmldmsyncprivatecrkeys.h
changeset 64 f2a9f5a3b8ba
parent 18 7d11f9a6646f
equal deleted inserted replaced
59:b7be70e619ea 64:f2a9f5a3b8ba
    28 //java uid 
    28 //java uid 
    29 const TUid  javauid =   {0x2001FD68};
    29 const TUid  javauid =   {0x2001FD68};
    30 //flash uid 
    30 //flash uid 
    31 const TUid  flashuid = {0x101FD693}; 
    31 const TUid  flashuid = {0x101FD693}; 
    32 
    32 
    33 // CenRep key used in variation of the aspects of
       
    34 // the firmware update feature. The flag values are
       
    35 // commented below.
       
    36 const TUint32 KNSmlDMFotaConfigurationKey = 0x00000001;
       
    37 
       
    38 // Enables the menu option Check updates.
       
    39 const TUint KNSmlDMFotaEnableManualCheckFlag         = 0x0001;
       
    40 // Enables the menu option that allows the user to access the default
       
    41 // profile used in FOTA sessions.
       
    42 const TUint KNSmlDMFotaUnlockedDefaultProfileFlag    = 0x0002;
       
    43 // Enables the FOTA view.
       
    44 const TUint KNSmlDMFotaEnableFotaViewFlag            = 0x0004;
       
    45 
       
    46 // CenRep keys for default dm profile used in the
    33 // CenRep keys for default dm profile used in the
    47 // firmware update over the air.
    34 // firmware update over the air.
    48 const TUint32 KNSmlDMDefaultFotaProfileKey = 0x00000002;
    35 const TUint32 KNSmlDMDefaultFotaProfileKey = 0x00000001;
    49 
    36 
    50 // CenRep key that can be used to hide a DM profile from the
    37 // CenRep key that can be used to hide a DM profile from the
    51 // profile list on the UI, but still retaining the UI functionality
    38 // profile list on the UI, but still retaining the UI functionality
    52 // during server alerted session. The server identifier used
    39 // during server alerted session. The server identifier used
    53 // to authenticate the server should be stored here.
    40 // to authenticate the server should be stored here.
    54 const TUint32 KNSmlDMFotaHiddenProfileIdKey = 0x00000003;
    41 const TUint32 KNSmlDMFotaHiddenProfileIdKey = 0x00000002;
    55 
       
    56 // CenRep key that can be used to Enable/Disable the 
       
    57 // Connect menu in servers view options.Default value is 1
       
    58 // which Enables the Connect menu
       
    59 const TUint32 KNSmlDMEnableConnectMenuKey = 0x00000004;
       
    60 
       
    61 // CenRep key that can be used to Enable/Disable the 
       
    62 // Servers menu in Main view options.Default value is 1
       
    63 // which Enables the Servers menu
       
    64 const TUint32 KNSmlDMServersMenuKey = 0x00000005;
       
    65 
       
    66 // CenRep key that can be used to Enable/Disable the 
       
    67 // Settings menu in Main view options.Default value is 1
       
    68 // which Enables the Settings menu
       
    69 const TUint32 KNSmlDMSettingsMenuKey = 0x00000006;
       
    70 
       
    71 // CenRep key that can be used to allow manual check updates 
       
    72 // or not.Default value is 1 which Enables the check updates 
       
    73 // menu in the main view
       
    74 const TUint32 KNsmlDmManualCheckAllowed = 0x00000007;
       
    75 
    42 
    76 // CenRep key that can be used to allow to show runtime versions
    43 // CenRep key that can be used to allow to show runtime versions
    77 // or not.Default value is 0 which makes it off 
    44 // or not.Default value is 0 which makes it off 
    78 const TUint32 KNsmlDmRuntimeVerSupport = 0x00000008;
    45 const TUint32 KNsmlDmRuntimeVerSupport = 0x00000003;
    79 
    46 
    80 // CenRep key that can be used to know who launch DM UI
       
    81 // Default value is 0 which makes DM launches other than CP 
       
    82 const TUint32 KNsmlDmUILaunch = 0x00000009;
       
    83 
    47 
    84 #endif // NSMLDMSYNCAPP_PRIVATE_CR_KEYS_H
    48 #endif // NSMLDMSYNCAPP_PRIVATE_CR_KEYS_H
    85             
    49             
    86 // End of File
    50 // End of File