clfwrapper/CommonInc/clfvariant.hrh
changeset 0 c53acadfccc6
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2007-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 *      This file contains all the declarations to variate locally
       
    16 *      Content Listing Framework
       
    17 *
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #ifndef CLFVARIANT_HRH
       
    23 #define CLFVARIANT_HRH
       
    24 
       
    25 // CLFVariant related values are in CenRep under
       
    26 // KCRUidContentListingFramework key KCLFLocalVariation
       
    27 
       
    28 // Flag to enable parsing meta data from music files. If feature is enabled then
       
    29 // CLF returns possible meta data from music files.
       
    30 // This feature has effect to performance of the CLF, if feature is enabled
       
    31 // then CLF might be slow if there are lots of music files.
       
    32 // By default this feature is enabled.
       
    33 #define KCLFMusicMetadata      0x01
       
    34 
       
    35 // Flag to enable parsing meta data from video files. If feature is enabled then
       
    36 // CLF returns possible meta data from video files.
       
    37 // This feature has effect to performance of the CLF, if feature is enabled
       
    38 // then CLF might be slow if there are lots of video files.
       
    39 // By default this feature is disabled.
       
    40 #define KCLFVideoMetadata      0x02
       
    41 
       
    42 
       
    43 #endif // CLFVARIANT_HRH