upnpharvester/common/cmsettings/inc/contentmanagercrkeys.h
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2005 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 *     Definitions of internal keys related to Content Manager
       
    16 *     settings in CenRep
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #ifndef CONTENTMANAGERCRKEYS_H
       
    25 #define CONTENTMANAGERCRKEYS_H
       
    26 
       
    27 #include <e32std.h>
       
    28 
       
    29 
       
    30 /**
       
    31  * Content Manager UID
       
    32  *
       
    33  */
       
    34 const TUid KCRUidCmContentManager = {0x10281FAB};
       
    35 
       
    36 /**
       
    37  * KCmContentManagerState
       
    38  * Defines persistent state information of the Content Manager
       
    39  *
       
    40  */
       
    41 const TUint32 KCmContentManagerState = 0x00000101;
       
    42 
       
    43 /**
       
    44  * KCmHarvesterState
       
    45  * Defines persistent state information of the metadata harvester
       
    46  *
       
    47  */
       
    48 const TUint32 KCmHarvesterState = 0x00000102;
       
    49 
       
    50 /**
       
    51  * KCmFillState
       
    52  * Defines whether fill service state.
       
    53  *
       
    54  */
       
    55 const TUint32 KCmFillState = 0x00000103;
       
    56 
       
    57 /**
       
    58  * KCmStoreState
       
    59  * Defines whether store service state.
       
    60  *
       
    61  */
       
    62 const TUint32 KCmStoreState = 0x00000104;
       
    63 
       
    64 /**
       
    65  * KCmMemoryManagerState
       
    66  * Defines whether memory manager state.
       
    67  */
       
    68 const TUint32 KCmMemoryManagerState = 0x00000105;
       
    69 
       
    70 /**
       
    71  * KCmNextHarvestTime
       
    72  * Defines the date/time when next harvesting starts
       
    73  */
       
    74 const TUint32 KCmNextHarvestTime = 0x00000106;
       
    75 
       
    76 /**
       
    77  * KCmHarvestValue
       
    78  * Defines the harvesting period.
       
    79  */
       
    80 const TUint32 KCmHarvestPeriod = 0x00000107;
       
    81 
       
    82 /**
       
    83  * KCmNextFillTime
       
    84  * Defines the date/time when next content fill starts
       
    85  */
       
    86 const TUint32 KCmNextFillTime = 0x00000108;
       
    87 
       
    88 /**
       
    89  * KCmFillPeriod
       
    90  * Defines the content fill period.
       
    91  */
       
    92 const TUint32 KCmFillPeriod = 0x00000109;
       
    93 
       
    94 /**
       
    95  * KCmNextStoreTime
       
    96  * Defines the date/time when next content store starts
       
    97  */
       
    98 const TUint32 KCmNextStoreTime = 0x0000010A;
       
    99 
       
   100 /**
       
   101  * KCmStorePeriod
       
   102  * Defines the content store period.
       
   103  */
       
   104 const TUint32 KCmStorePeriod = 0x0000010B;
       
   105 
       
   106 /**
       
   107  * KCmDiscoveryDelay
       
   108  * Maximum time for device discovery
       
   109  */
       
   110 const TUint32 KCmDiscoveryDelay = 0x0000010C;
       
   111 
       
   112 /**
       
   113  * KCmAutoSync
       
   114  * Automatic synchronization state
       
   115  */
       
   116 const TUint32 KCmAutoSync = 0x0000010D;
       
   117 
       
   118 /**
       
   119  * KCmSearchCount
       
   120  * Item count for search
       
   121  */
       
   122 const TUint32 KCmSearchCount = 0x0000010E;
       
   123 
       
   124 /**
       
   125  * KCmSearchCount
       
   126  * Item count for database adding
       
   127  */
       
   128 const TUint32 KCmAddCount = 0x0000010F;
       
   129 
       
   130 /**
       
   131  * KCmAppWizardState
       
   132  * MediaServant wizard state
       
   133  */
       
   134 const TUint32 KCmAppWizardState = 0x00000110;
       
   135 
       
   136 #endif  // CONTENTMANAGERCRKEYS_H