equal
deleted
inserted
replaced
|
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 #ifndef __CAF_IBY__ |
|
18 #define __CAF_IBY__ |
|
19 |
|
20 #include "reccafconfig.iby" |
|
21 |
|
22 file=ABI_DIR\BUILD_DIR\caf.dll System\Libs\caf.dll |
|
23 file=ABI_DIR\BUILD_DIR\cafutils.dll System\Libs\cafutils.dll |
|
24 file=ABI_DIR\BUILD_DIR\f32agentui.dll System\Libs\f32agentui.dll |
|
25 |
|
26 ECOM_PLUGIN(f32agent.dll,101fc2cd.rsc) |
|
27 ECOM_PLUGIN(reccaf.dll,101ff761.rsc) |
|
28 |
|
29 // When CAF_LOAD_POST_PRODUCTION_AGENTS is defined CAF run-time agent |
|
30 // resolution will load all CAA Content Access Agents (CAAs) visible to |
|
31 // the ECOM service. By default it is not defined - only ROM based CAAs |
|
32 // are used for agent resolution. |
|
33 |
|
34 #ifdef CAF_LOAD_POST_PRODUCTION_AGENTS |
|
35 patchdata caf.dll@KCafLoadPostProductionAgents 0x01 |
|
36 #endif |
|
37 |
|
38 #endif |