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 __SACLSDEFINES_H__ williamr@4: #define __SACLSDEFINES_H__ williamr@4: williamr@4: #include williamr@4: williamr@4: williamr@4: /** This is the global definition of KUidJmiLatestInstallation. williamr@4: This is the publish and subscribe property used to publish the most williamr@4: recently installed application. If the application has williamr@4: subsequently been uninstalled the value may refer to an application williamr@4: that no longer exists. Has value KUidNull if no applications have been williamr@4: installed williamr@4: williamr@4: @publishedPartner williamr@4: @released williamr@4: @capability ECapabilityTrustedUI capability is required to modify the value of this property williamr@4: */ williamr@4: const TUint KUidJmiLatestInstallation = 0x10272D3D; williamr@4: williamr@4: williamr@4: #endif //__SACLSDEFINES_H__