equal
deleted
inserted
replaced
|
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: Project specification for UPnPAccess |
|
15 * |
|
16 */ |
|
17 |
|
18 #include "../../../group/upnpplatformvar.hrh" |
|
19 |
|
20 TARGET upnpaccess.dll |
|
21 TARGETTYPE PLUGIN |
|
22 UID 0x10009D8D 0x101F9779 |
|
23 CAPABILITY CAP_ECOM_PLUGIN |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 SOURCEPATH ../src |
|
27 SOURCE upnpaccess.cpp |
|
28 |
|
29 VERSION 10.1 |
|
30 paged |
|
31 |
|
32 MW_LAYER_SYSTEMINCLUDE |
|
33 USERINCLUDE ../../../inc |
|
34 USERINCLUDE ../../inc |
|
35 USERINCLUDE ../inc |
|
36 |
|
37 SOURCEPATH ../data |
|
38 |
|
39 START RESOURCE 101F9779.rss |
|
40 HEADER |
|
41 TARGET upnpaccess.rsc |
|
42 TARGETPATH resource/plugins |
|
43 END |
|
44 |
|
45 LIBRARY bafl.lib |
|
46 LIBRARY ecom.lib |
|
47 LIBRARY efsrv.lib |
|
48 LIBRARY euser.lib |
|
49 LIBRARY inetprotutil.lib |
|
50 |
|
51 // UPnP |
|
52 LIBRARY avcpengineclient.lib |
|
53 |
|
54 // Remote Storage |
|
55 LIBRARY rsfwcommon.lib |
|
56 |
|
57 LIBRARY flogger.lib |
|
58 |
|
59 // End of file |