Update contrib.
1 // Copyright (c) 1997-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.
16 #ifndef __SACLSDEFINES_H__
17 #define __SACLSDEFINES_H__
22 /** This is the global definition of KUidJmiLatestInstallation.
23 This is the publish and subscribe property used to publish the most
24 recently installed application. If the application has
25 subsequently been uninstalled the value may refer to an application
26 that no longer exists. Has value KUidNull if no applications have been
31 @capability ECapabilityTrustedUI capability is required to modify the value of this property
33 const TUint KUidJmiLatestInstallation = 0x10272D3D;
36 #endif //__SACLSDEFINES_H__