os/security/contentmgmt/contentaccessfwfordrm/inc/caf.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 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 the License "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 *
    16 */
    17 
    18 #ifndef __CAF_IBY__
    19 #define __CAF_IBY__
    20 
    21 #include "reccafconfig.iby"
    22 
    23 file=ABI_DIR\BUILD_DIR\caf.dll				System\Libs\caf.dll
    24 file=ABI_DIR\BUILD_DIR\cafutils.dll			System\Libs\cafutils.dll
    25 file=ABI_DIR\BUILD_DIR\f32agentui.dll			System\Libs\f32agentui.dll
    26 
    27 ECOM_PLUGIN(f32agent.dll,101fc2cd.rsc)
    28 ECOM_PLUGIN(reccaf.dll,101ff761.rsc)
    29 
    30 // When CAF_LOAD_POST_PRODUCTION_AGENTS is defined CAF run-time agent 
    31 // resolution will load all CAA Content Access Agents (CAAs) visible to 
    32 // the ECOM service. By default it is not defined - only ROM based CAAs 
    33 // are used for agent resolution.
    34 
    35 #ifdef CAF_LOAD_POST_PRODUCTION_AGENTS
    36 patchdata caf.dll@KCafLoadPostProductionAgents 0x01
    37 #endif
    38 
    39 #endif