policymanagement/policyengine/policyengineclient/inc/EnforcementConstants.h
changeset 0 b497e44ab2fc
child 5 3f7d9dbe57c8
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2000 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: EnforcementConstants for policymanagement components
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef ENFORCEMENTCONSTANTS_H_
       
    19 #define ENFORCEMENTCONSTANTS_H_
       
    20 
       
    21 _LIT8( KSyncML12URI, "DMAcc");
       
    22 _LIT8( KSyncMLURI, "SyncML/DMAcc");
       
    23 _LIT8( KDataSyncURI, "SyncML/DSAcc");
       
    24 _LIT8( KEmailURI, "Email");
       
    25 _LIT8( KWLANURI, "WLAN");
       
    26 _LIT8( KAPURI, "AP");
       
    27 _LIT8( KIMURI, "IMPS");
       
    28 _LIT8( KCustomizationURI, "Customization");
       
    29 _LIT8( KTerminalSecurityURI, "TerminalSecurity");
       
    30 _LIT8( KApplicationManagementURI, "SCM");
       
    31 _LIT8( KSCOMOURI, "SCOMO");
       
    32 
       
    33 
       
    34 #endif /*ENFORCEMENTCONSTANTS_H_*/