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: ?Description |
|
15 * |
|
16 */ |
|
17 #include <platform_paths.hrh> |
|
18 |
|
19 |
|
20 TARGETTYPE DLL |
|
21 |
|
22 TARGET avmediaserverclient.dll |
|
23 UID 0x1000008D 0x101F977D |
|
24 |
|
25 |
|
26 VERSION 10.1 |
|
27 paged |
|
28 |
|
29 CAPABILITY CAP_GENERAL_DLL |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE upnpmediaserverclient.cpp |
|
34 SOURCE upnpmediaserversettings.cpp |
|
35 SOURCE upnpsecuritymanager.cpp |
|
36 SOURCE upnpfilesharing.cpp |
|
37 SOURCE upnpfilesharingbody.cpp |
|
38 SOURCE upnpmediaservernotifier.cpp |
|
39 SOURCE upnpmediaserverstatuswatcher.cpp |
|
40 |
|
41 MW_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 USERINCLUDE ../inc |
|
44 USERINCLUDE ../../inc |
|
45 |
|
46 LIBRARY euser.lib |
|
47 LIBRARY estor.lib |
|
48 LIBRARY efsrv.lib |
|
49 //central repository |
|
50 LIBRARY centralrepository.lib |
|
51 LIBRARY ecom.lib |
|
52 // UPnP |
|
53 LIBRARY upnpipserversutils.lib |
|
54 LIBRARY upnpavobjects.lib |
|
55 LIBRARY upnpserviceframework.lib |
|
56 |
|
57 DEBUGLIBRARY flogger.lib |
|
58 DEFFILE AVMediaServerClient |
|
59 |
|
60 // End of file |