wlansecuritysettings/wlaneapsettingsui/eapnotifwrapper/inc/eapnotifierdialoguiddefs.h
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     1 /*
       
     2 * Copyright (c) 2001-2009 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 the License "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: Declaration of the UIDs used by Connection Dialogs
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __EAPNOTIFIERDIALOGUIDDEFS_H__
       
    21 #define __EAPNOTIFIERDIALOGUIDDEFS_H__
       
    22 
       
    23 // INCLUDES
       
    24 #include <e32std.h>
       
    25 
       
    26 
       
    27 // CONSTANTS
       
    28 
       
    29 // UIDs for EAP notifier plugins
       
    30 
       
    31 // ID of EAP-GTC dialog
       
    32 const TUid KUidGtcDialog        = { 0x101f8e7f };
       
    33 
       
    34 // ID of EAP-MSCHAPv2 dialog
       
    35 const TUid KUidMsChapv2Dialog   = { 0x101f8e69 };
       
    36 
       
    37 // ID of PAP dialog
       
    38 const TUid KUidPapDialog = { 0x200159A9 };
       
    39 
       
    40 #ifdef FF_WLAN_EXTENSIONS
       
    41 // ID of EAP-LEAP dialog
       
    42 const TUid KUidLeapDialog       = { 0x101f8ea9 };  
       
    43 #endif
       
    44 
       
    45 #endif  // __EAPNOTIFIERDIALOGUIDDEFS_H__ 
       
    46 
       
    47 // End of File