gsprofilesrv_plat/settings_plugin_api/inc/GSFWViewUIDs.h
branchRCL_3
changeset 25 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
24:8ee96d21d9bf 25:7e0eff37aedb
       
     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:   View UIDs for GS FW
       
    15 * These UIDs are used to identify the parent of the view/plugin. The same UID
       
    16 * is used for both plugin and view identification.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef GSFWVIEWUIDS_H
       
    22 #define GSFWVIEWUIDS_H
       
    23 
       
    24 
       
    25 // Use this UID if plugin belongs to Main view:
       
    26 const TUid KGSMainViewUid = { 0x1020723B };
       
    27 
       
    28 
       
    29 // No item is selected in the container's listbox
       
    30 const TUid KGSNoneSelected = { 0x00000000 };
       
    31 
       
    32 // UIDs used by the sub-view plugins:
       
    33 
       
    34 // Use this UID if plugin belongs to General view:
       
    35 const TUid KGSGenPluginUid  = { 0x10207237 };
       
    36 
       
    37 // Use this UID if plugin belongs to Telephony view:
       
    38 const TUid KGSTelPluginUid  = { 0x1020723D };
       
    39 
       
    40 // Use this UID if plugin belongs to Connection view:
       
    41 const TUid KGSConPluginUid  = { 0x10207250 };
       
    42 
       
    43 // Use this UID if plugin belongs to Applications view:
       
    44 const TUid KGSAppsPluginUid = { 0x10207239 };
       
    45 
       
    46 // Use this UID if plugin belongs to Personalisation view:
       
    47 const TUid KGSPrslnPluginUid = { 0x10207252 };
       
    48 
       
    49 // Use this UID if plugin belongs to Security view:
       
    50 const TUid KGSSecurityPluginUid = { 0x1020743A };
       
    51 
       
    52 // Use this UID if plugin belongs to Standby view:
       
    53 const TUid KGSStandbyPluginUid = { 0x1020743F };
       
    54 
       
    55 // UID of General Settings application.
       
    56 // This UID is used for accessing the help IDs controlled by GS help files
       
    57 const TUid KUidGS = { 0x100058EC };
       
    58 
       
    59 // Use this UID if plugin belongs to Packet Data:
       
    60 const TUid KGSPDataPluginUid = { 0x1020724E };
       
    61 
       
    62 // Use this UID if plugin belongs to Interaction:
       
    63 const TUid KGSInteractionPluginUid = { 0x10283343 };
       
    64 
       
    65 // Use this UID if plugin belongs to Administration:
       
    66 const TUid KGSAdminPluginUid = { 0x10283341 };
       
    67 
       
    68 // Use this UID if plugin belongs to Device Management:
       
    69 const TUid KGSDeviceManagementPluginUid = { 0x10283317 };
       
    70 
       
    71 // Use this UID if plugin belongs to Device Updates:
       
    72 const TUid KGSDeviceUpdatesPluginUid = { 0x1028331B };
       
    73 
       
    74 // Use this UID if plugin belongs to Synchronisation view:
       
    75 const TUid KGSSynchronisationPluginUid = { 0x10283319 };
       
    76 
       
    77 // Use this UID if plugin belongs to Installations view:
       
    78 const TUid KGSInstallationsPluginUid = { 0x10283321 };
       
    79 
       
    80 #endif // GSFWVIEWUIDS_H
       
    81 // End of File