emailservices/emailstore/inc/emailstorepskeys.h
changeset 0 8466d47a6819
child 8 e1b6206813b4
child 18 578830873419
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  P/S Category and Keys.
       
    15 *
       
    16 */
       
    17 #ifndef _EMAILSTOREPSKEYS_H_
       
    18 #define _EMAILSTOREPSKEYS_H_
       
    19 
       
    20 #include "EmailStoreUids.hrh"
       
    21 
       
    22 /**
       
    23   * EmailStore Upgrade P/S Category UID
       
    24   */
       
    25 static const TUid KEmailStoreUpgradePSCategory = { KUidEmailStorePreInstallExe };
       
    26 
       
    27 // Properties -> Value range is arbitrary chosen to be 115-215 (0x73-0xD7).
       
    28 /**
       
    29   * EmailStore P/S Upgrade Key
       
    30   */
       
    31 const TInt KProperty_EmailStore_Upgrade = 115;
       
    32   
       
    33 #endif //_EMAILSTOREPSKEYS_H_