1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/contentmgmt/contentaccessfwfordrm/inc/patchdata.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,37 @@
1.4 +/*
1.5 +* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of the License "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +*
1.19 +*/
1.20 +
1.21 +
1.22 +#include <e32base.h>
1.23 +
1.24 +/**
1.25 +This 8-bit variable is used in agent resolution. It is used to override CAF's
1.26 +default resolution behaviour of only loading Content Access Agents (CAAs)
1.27 +from the ROM drive. Compile time value is 0 - default resolution behaviour.
1.28 +When non-zero CAF will load all CAA visible to the ECOM service regardless of
1.29 +the drive. In the emulator platform the default resolution behaviour is the
1.30 +same as when this variable is non-zero, therefore loading all CAAs.
1.31 +
1.32 +This variable is changed at ROM build time using the patchdata obey keyword.
1.33 +See Symbian OS Developer Library documentation on how to patch DLL data exports.
1.34 +@file
1.35 +
1.36 +@publishedPartner
1.37 +@released
1.38 +*/
1.39 +IMPORT_C extern const TUint8 KCafLoadPostProductionAgents;
1.40 +