|
1 /* |
|
2 * Copyright (c) 2006-2007 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 definition file for project Application Engine |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 #include "../../../group/upnpplatformvar.hrh" |
|
24 |
|
25 TARGET upnpapplicationengine.dll |
|
26 TARGETTYPE dll |
|
27 UID 0x1000008d 0x10208A0B |
|
28 |
|
29 // Enable UPnPSecurity |
|
30 MACRO ENABLE_UPNP_SECURITY |
|
31 |
|
32 // Capability assignment. |
|
33 CAPABILITY CAP_GENERAL_DLL |
|
34 VENDORID VID_DEFAULT |
|
35 |
|
36 // SIS installation + IAD support |
|
37 VERSION 10.1 |
|
38 paged |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../../../inc |
|
42 |
|
43 MW_LAYER_SYSTEMINCLUDE |
|
44 |
|
45 SOURCEPATH ../src |
|
46 SOURCE upnpcontentrequestao.cpp |
|
47 SOURCE upnpcontentshareao.cpp |
|
48 SOURCE upnpfilesharingengine.cpp |
|
49 SOURCE upnpfilesharingengineao.cpp |
|
50 SOURCE upnpiconconfigurator.cpp |
|
51 SOURCE upnpprogresswatcher.cpp |
|
52 |
|
53 |
|
54 LIBRARY euser.lib |
|
55 LIBRARY bafl.lib |
|
56 LIBRARY centralrepository.lib |
|
57 LIBRARY upnpserviceframework.lib |
|
58 LIBRARY avmediaserverclient.lib |
|
59 LIBRARY upnpipserversutils.lib |
|
60 LIBRARY efsrv.lib |
|
61 LIBRARY estor.lib |
|
62 |
|
63 // content server |
|
64 LIBRARY upnpcontentserverclient.lib |
|
65 // UPnPSecurity |
|
66 LIBRARY upnpsecurity.lib |
|
67 // PathInfo |
|
68 LIBRARY PlatformEnv.lib |
|
69 // UpnpCommonUtils |
|
70 LIBRARY upnputilities.lib |
|
71 // UPnPAVControllerFactory |
|
72 LIBRARY upnpavcontrollerclient.lib |
|
73 LIBRARY upnpavcontrollerhelper.lib |
|
74 LIBRARY upnpsettingsengine.lib |
|
75 |
|
76 LIBRARY commdb.lib |
|
77 |
|
78 DEBUGLIBRARY flogger.lib |
|
79 |
|
80 // End of file |