|
1 /** @file |
|
2 * Copyright (c) 2002-2004 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: ?Description |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGETTYPE dll |
|
21 |
|
22 #if defined(__HN_31__) || defined(__HN_32__) |
|
23 TARGET hnavcontrolframework.dll |
|
24 UID 0x1000008d 0x2000F888 |
|
25 #else |
|
26 TARGET avcontrolframework.dll |
|
27 UID 0x1000008d 0x10204164 |
|
28 #endif |
|
29 |
|
30 LANG SC |
|
31 CAPABILITY CAP_GENERAL_DLL |
|
32 VENDORID VID_DEFAULT |
|
33 |
|
34 VERSION 10.1 |
|
35 paged |
|
36 |
|
37 SOURCEPATH ../src/ |
|
38 SOURCE upnpavcontrolpoint.cpp |
|
39 SOURCE upnpstateupdatehandler.cpp |
|
40 SOURCE upnpactionresponsehandler.cpp |
|
41 SOURCE upnpcdsactionfactory.cpp |
|
42 SOURCE upnpavtactionfactory.cpp |
|
43 SOURCE upnpcmactionfactory.cpp |
|
44 SOURCE upnprcactionfactory.cpp |
|
45 |
|
46 MW_LAYER_SYSTEMINCLUDE |
|
47 USERINCLUDE ../../../inc |
|
48 USERINCLUDE ../../inc |
|
49 USERINCLUDE ../inc |
|
50 |
|
51 LIBRARY euser.lib |
|
52 LIBRARY bafl.lib |
|
53 |
|
54 #if defined(__HN_31__) || defined(__HN_32__) |
|
55 LIBRARY hncontrolpointbase.lib |
|
56 LIBRARY hnserviceframework.lib |
|
57 LIBRARY hnipserversutils.lib |
|
58 #else |
|
59 LIBRARY upnpcontrolpointbase.lib |
|
60 LIBRARY upnpserviceframework.lib |
|
61 LIBRARY upnpipserversutils.lib |
|
62 #endif |
|
63 |
|
64 LIBRARY flogger.lib |
|
65 DEFFILE AVControlFramework |
|
66 |
|
67 // End of file |