Update contrib.
1 // Copyright (c) 1999-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
20 #define ELogUndefined -1
30 // Used for definition of capabilities in logwrap.rss
31 // There may be a maximum of 7 CAPABILITIES defined per operation in logwrap.rss because
32 // 7 is the max number of TCapability(s) that can be used to instantiate a TSecurityPolicy.
39 // used to define a security policy in logwrap.rss. Each SECURITY
40 // struct defines the capabilities required to read/write log events
41 // of the type specified by 'uid'. These entries will be used as
42 // constructor arguments to a TSecurityPolicy.
43 // Note that SID-based security isn't supported in the Log Engine.
56 BYTE enabled = ELogEnable;
65 WORD len = ELogUndefined;
68 ENUM { EDbCompareNormal, EDbCompareFolded, EDbCompareCollated };
76 BYTE compare = EDbCompareNormal;