gsprofilesrv_plat/settings_framework_api/inc/GSPrivatePluginProviderIds.h
branchRCL_3
changeset 54 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
53:8ee96d21d9bf 54: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:   Ids for private plug-in providers.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef GSPRIVATEPROVIDERIDS_H
       
    21 #define GSPRIVATEPROVIDERIDS_H
       
    22 
       
    23 // CONSTANTS
       
    24 
       
    25 /**
       
    26 * Private id used for S60 internally provided GS plug-ins. This must not be 
       
    27 * disclosed to other parties. Using this id allows the plugin to be handled 
       
    28 * with more rights than other plugins:
       
    29 *   - Inserted before other plugins in listboxes.
       
    30 *   - Can define their order in the listbox.
       
    31 *   - Plug-in can belong also to other views than applications-view.
       
    32 *
       
    33 */
       
    34 const TInt KGSPluginProviderInternal = 87329234;
       
    35 
       
    36 
       
    37 #endif // GSPRIVATEPROVIDERIDS_H
       
    38 // End of File