contentmgmt/cafstreamingsupport/inc/patchdata.h
branchRCL_3
changeset 43 2f10d260163b
equal deleted inserted replaced
42:eb9b28acd381 43:2f10d260163b
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include <e32base.h>
       
    17 
       
    18 /**
       
    19 This 8-bit variable is used in agent resolution. It is used to override CAF's 
       
    20 default resolution behaviour of only loading Stream Access Agents (SAAs)
       
    21 from the ROM drive. Compile time value is 0 - default resolution behaviour. 
       
    22 When non-zero CAF will load all SAA visible to the ECOM service regardless of 
       
    23 the drive. In the emulator platform the default resolution behaviour is the 
       
    24 same as when this variable is non-zero, therefore loading all SAAs.
       
    25 
       
    26 This variable is changed at ROM build time using the patchdata obey keyword.
       
    27 See Symbian OS Developer Library documentation on how to patch DLL data exports.
       
    28 @file
       
    29 
       
    30 @publishedPartner
       
    31 @released
       
    32 */
       
    33 IMPORT_C extern const TUint8 KCafLoadPostProductionAgents;
       
    34