netprotocols_plat/http_cache_mgr_api/inc/httpcachemanagerinternalcrkeys.h
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef HTTPCACHEMANAGERINTERNALCRKEYS_H
       
    19 #define HTTPCACHEMANAGERINTERNALCRKEYS_H
       
    20 
       
    21 const TUid KCRUidCacheManager = {0x101F8557};
       
    22 
       
    23 const TUint32 KCacheManagerHttpCacheEnabled = 0x00000001;
       
    24 const TUint32 KCacheManagerHttpCacheSize = 0x00000002;
       
    25 const TUint32 KCacheManagerHttpCacheFolder = 0x00000003;
       
    26 const TUint32 KOperatorCacheFolder = 0x00000004;
       
    27 const TUint32 KOperatorCacheSize = 0x00000005;
       
    28 const TUint32 KOperatorDomainUrl = 0x00000006;
       
    29 const TUint32 KPhoneSpecificCacheEnabled = 0x00000007;
       
    30 const TUint32 KPhoneSpecificCacheFolder  = 0x00000008;
       
    31 const TUint32 KPhoneSpecificCacheSize    = 0x00000009;
       
    32 const TUint32 KPhoneSpecificCacheDomainUrl    = 0x0000000A;
       
    33 const TUint32 KCacheWritePostponeEnabled = 0x0000000B;
       
    34 const TUint32 KCacheWritePostponeImmediateWriteThreshold = 0x0000000C;
       
    35 const TUint32 KCacheWritePostponeFreeRAMThreshold = 0x0000000D;
       
    36 const TUint32 KCacheWritePostponeWriteTimeout = 0x0000000E;
       
    37 const TUint32 KCacheManagerHttpCacheProcessOverride = 0x0000000F;
       
    38 
       
    39 #endif      // HTTPCACHEMANAGERINTERNALCRKEYS_H
       
    40