Update contrib.
1 // Copyright (c) 1998-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 the License "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.
14 // e32utils\setcap\setcap.h
20 #if defined(__WINS__) || defined(__TOOLS__)
30 __ASSERT_COMPILE(sizeof(SCapabilitySet)==sizeof(TInt64)); // When parsing capabilities we assume that it's a 64bit quantity
32 GLREF_D TBool CapabilitySet;
33 GLREF_D SCapabilitySet Capability;
34 GLREF_D TBool SecureIdSet;
35 GLREF_D TSecureId SecureId;
36 GLREF_D TBool VendorIdSet;
37 GLREF_D TVendorId VendorId;
40 GLREF_C TInt SetCap(HANDLE hFile);
44 GLREF_C TInt SetCap(E32ImageHeader* h);