networkcontrol/ipupsplugins/policyfile/ups_101F7989_10281DD8.rss
changeset 14 b33c3d136b7e
parent 1 a579325b79dd
child 18 39bb7c3571e9
equal deleted inserted replaced
1:a579325b79dd 14:b33c3d136b7e
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include <ups/policies.rh>
       
    17 
       
    18 UID2 KUidUpsPolicyResourceFile
       
    19 
       
    20 //New Unique identifier for this policy file
       
    21 UID3 0x10282FBE   
       
    22 
       
    23 
       
    24 // UPS policy file for IP
       
    25 RESOURCE POLICIES IP_Default_policies
       
    26 	{
       
    27 	header = POLICY_HEADER
       
    28 		{
       
    29        		authorisationpolicy = ECheckUnprotectedSids;
       
    30                 dialogcreator = 0x10285A7C;
       
    31 		// Use default policy evaluator
       
    32 		policyevaluator = 0x00000000;
       
    33 		};
       
    34 	policies = 
       
    35 		{
       
    36 		POLICY
       
    37 			{
       
    38 			sid_classes = KAllSids;
       
    39 			destination = "*";
       
    40 			options = KSessionYes | KSessionNo | KAlways | KNever;
       
    41 			}
       
    42 		
       
    43 		};
       
    44 	}