apengine/apeng/inc/APEngineVariant.hrh
changeset 70 ac5daea24fb0
parent 0 5a93021fdf25
equal deleted inserted replaced
61:8b0c979bbe8c 70:ac5daea24fb0
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     This file contains variation info for ApEngine.
       
    16 *     The file can be included in C++ or resource file.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef APENGINEVARIANT_HRH
       
    22 #define APENGINEVARIANT_HRH
       
    23 
       
    24 // feature to disable editing of normal access points and allow it only for VPN
       
    25 #define KApUiEditOnlyVPNs 0x01
       
    26 
       
    27 #endif      //  APENGINEVARIANT_HRH
       
    28 
       
    29 
       
    30 // End of File