Symbian3/PDK/Source/GUID-1CAECA45-9BAE-583F-B16C-FB8ACD0264D3.dita
changeset 5 f345bda72bc4
child 12 80ef3a206772
equal deleted inserted replaced
4:4816d766a08a 5:f345bda72bc4
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-1CAECA45-9BAE-583F-B16C-FB8ACD0264D3" xml:lang="en"><title>Patchable
       
    13 Constants: KCafLoadPostProductionAgents</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <codeblock id="GUID-43B573BA-CB6B-54B7-AB43-77C1914DBA82" xml:space="preserve">EXPORT_C extern const TUint8 KCafLoadPostProductionAgents = 0x00;
       
    15 </codeblock>
       
    16 <table id="GUID-24A1E82D-C5CE-54A6-BEF9-94E829A7D858">
       
    17 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
    18 <tbody>
       
    19 <row>
       
    20 <entry><p>Exported from: </p> </entry>
       
    21 <entry><p> <filepath>CAF.DLL</filepath>  </p> </entry>
       
    22 </row>
       
    23 <row>
       
    24 <entry><p>Defined in: </p> </entry>
       
    25 <entry><p> <filepath>                 .../os/security/contentmgmt/cafstreamingsupport/source/patchdata.cpp</filepath>  </p> </entry>
       
    26 </row>
       
    27 <row>
       
    28 <entry><p>Purpose: </p> </entry>
       
    29 <entry><p>This 8-bit variable is used in agent resolution. It is used to override
       
    30 CAF's default resolution behaviour of only loading Content Access Agents (CAAs)
       
    31 from the ROM drive. Compile time value is 0 - default resolution behaviour.
       
    32 When non-zero CAF will load all CAA visible to the ECOM service regardless
       
    33 of the drive. In the emulator platform the default resolution behaviour is
       
    34 the same as when this variable is non-zero, therefore loading all CAAs. </p> <p>This
       
    35 variable is changed at ROM build time using the patchdata obey keyword. See <xref href="GUID-7FF363B0-B05F-5490-8D9C-59061B905381.dita">How to build ROMs with variants</xref>.</p> </entry>
       
    36 </row>
       
    37 </tbody>
       
    38 </tgroup>
       
    39 </table></conbody></concept>