williamr@4: // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@4: // All rights reserved. williamr@4: // This component and the accompanying materials are made available williamr@4: // under the terms of "Eclipse Public License v1.0" williamr@4: // which accompanies this distribution, and is available williamr@4: // at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@4: // williamr@4: // Initial Contributors: williamr@4: // Nokia Corporation - initial contribution. williamr@4: // williamr@4: // Contributors: williamr@4: // williamr@4: // Description: williamr@4: // williamr@4: williamr@4: #ifndef __SACLSPARTNER_H__ williamr@4: #define __SACLSPARTNER_H__ williamr@4: williamr@4: /** williamr@4: @publishedPartner williamr@4: */ williamr@4: williamr@4: /** williamr@4: This is a duplicate of Swi::KSwisOperationMask from swi/swispubsubdefs.h williamr@4: @see KSAUidSoftwareInstallKeyValue williamr@4: @publishedPartner williamr@4: */ williamr@4: const TUint KSASwisOperationMask = 0xFF; williamr@4: williamr@4: /** williamr@4: This is a duplicate of KUidJavaInstallKey from swi/swispubsubdefs.h williamr@4: This is the Publish and Subscribe property used by Java install to publish its current williamr@4: state. The publish and subscribe key is defined by SysAgent2 server, but we williamr@4: do not want to have a dependency to the security subsystem, so we redefine a constant williamr@4: with the same value here. williamr@4: @publishedPartner williamr@4: */ williamr@4: const TInt KSAUidJavaInstallKeyValue = 0x1020806E; williamr@4: williamr@4: #endif //__SACLSPARTNER_H__