networkcontrol/ipupsplugins/test/te_ipups/policyfile/ups_10285B91_10281DD8.rss
branchCompilerCompatibility
changeset 9 7e9ef0db0a3d
parent 7 53c7f3ef2709
parent 6 e7dfaa7b0b8d
equal deleted inserted replaced
7:53c7f3ef2709 9:7e9ef0db0a3d
     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 0x10285B92   
       
    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 		policyevaluator = 0x00000000;
       
    32 		};
       
    33 	policies = 
       
    34 		{
       
    35 		POLICY
       
    36 			{ 
       
    37 			sid_classes = KAllSids;
       
    38 			destination = "*";
       
    39 			options = KSessionYes | KSessionNo | KAlways | KNever;
       
    40 			}
       
    41 		
       
    42 		};
       
    43 	}