mmappfw_plat/harvester_server_api/inc/mpxharvestercrkeys.h
branchRCL_3
changeset 9 bee149131e4b
equal deleted inserted replaced
4:d45095c2f4f3 9:bee149131e4b
       
     1 /*
       
     2 * Copyright (c) 2006 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:  MPX Harvester CenRep keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MPXHARVESTERCRKEYS_H
       
    20 #define MPXHARVESTERCRKEYS_H
       
    21 
       
    22 
       
    23 // MPX Harvester Features Uid
       
    24 const TUid KCRUIDMpxHarvesterFeatures = { 0x101FFCD2 };
       
    25 
       
    26 // List of scan paths for the harvester
       
    27 const TInt KMpxHarvesterScanPathKey = 1;
       
    28 
       
    29 // List of blocked paths for the harvester
       
    30 const TInt KMpxHarvesterBlockPathKey = 2;
       
    31 
       
    32 // List of container types
       
    33 const TInt KMpxHarvesterContainerKey = 3;
       
    34 
       
    35 // List of folders to monitor for file changes
       
    36 const TInt KMpxHarvesterAutoScanDirectoryKey = 4;
       
    37 
       
    38 // Disable the podcasting feature in harvester 1=disabled 0=enabled
       
    39 const TInt KMpxHarvesterDisablePodcasting = 5;
       
    40 
       
    41 // Enable the Ram Drive feature.
       
    42 const TInt KMpxHarvesterEnableRamDisk = 6;
       
    43 
       
    44 // Minimum disk space in Mb on Ram Drive to allow copying of Harvester databases to the Ram Disk.
       
    45 const TInt KMpxHarvesterMaxAllowedRamDiskSpace = 7;
       
    46 
       
    47 #endif  // MPXHARVESTERCRKEYS_H
       
    48 
       
    49 // End of file