equal
deleted
inserted
replaced
1 /** @file |
|
2 * Copyright (c) 2005-2006 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 "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: IBY file for the UPnP UPnP AVControl Point subsystem |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef __UPNPAVCONTROLPOINT_IBY__ |
|
20 #define __UPNPAVCONTROLPOINT_IBY__ |
|
21 |
|
22 #ifdef __UPNP_STACK |
|
23 #ifdef __UPNP_AVCP |
|
24 |
|
25 file=ABI_DIR\BUILD_DIR\avcontrolframework.dll \sys\bin\avcontrolframework.dll |
|
26 #ifdef __UPNP_REMOTE_STORAGE |
|
27 #ifdef __REMOTE_STORAGE_FW |
|
28 file=ABI_DIR\BUILD_DIR\avcpengine.exe \Sys\Bin\avcpengine.exe |
|
29 file=ABI_DIR\BUILD_DIR\avcpengineclient.dll \sys\bin\avcpengineclient.dll |
|
30 ECOM_PLUGIN(upnpaccess.dll, upnpaccess.rsc) |
|
31 #endif // __REMOTE_STORAGE_FW |
|
32 #endif // __UPNP_REMOTE_STORAGE |
|
33 |
|
34 #endif // __UPNP_AVCP |
|
35 #endif // __UPNP_STACK |
|
36 |
|
37 #endif // __UPNPAVCONTROLPOINT_IBY__ |
|
38 |
|
39 // End of File |
|