genericservices/systemagent/Inc/SaClsDefines.h
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __SACLSDEFINES_H__
       
    17 #define __SACLSDEFINES_H__
       
    18 
       
    19 #include <e32std.h>
       
    20 
       
    21 
       
    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 
       
    27 installed 
       
    28 
       
    29 @publishedPartner
       
    30 @released
       
    31 @capability ECapabilityTrustedUI capability is required to modify the value of this property
       
    32 */
       
    33 const TUint KUidJmiLatestInstallation = 0x10272D3D;
       
    34 
       
    35 
       
    36 #endif //__SACLSDEFINES_H__