|
1 /* |
|
2 * Copyright (c) 2006-2009 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 SettingsEngine |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 #include "../../../group/upnpplatformvar.hrh" |
|
24 |
|
25 TARGET upnpsettingsengine.dll |
|
26 TARGETTYPE dll |
|
27 UID 0x1000008d 0x20009CAE |
|
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 //User include paths |
|
41 USERINCLUDE ../inc |
|
42 USERINCLUDE ../../../inc |
|
43 |
|
44 // System include paths |
|
45 MW_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 SOURCEPATH ../src |
|
48 SOURCE upnpsettingsengine.cpp |
|
49 |
|
50 LIBRARY euser.lib |
|
51 LIBRARY bafl.lib |
|
52 LIBRARY centralrepository.lib |
|
53 LIBRARY upnpserviceframework.lib |
|
54 LIBRARY avmediaserverclient.lib |
|
55 LIBRARY upnpipserversutils.lib |
|
56 LIBRARY efsrv.lib |
|
57 LIBRARY estor.lib |
|
58 |
|
59 // PathInfo |
|
60 LIBRARY PlatformEnv.lib |
|
61 LIBRARY commdb.lib |
|
62 |
|
63 // Connection Manager, new APIs for getting IAPs, etc. |
|
64 LIBRARY cmmanager.lib |
|
65 LIBRARY apengine.lib |
|
66 |
|
67 DEBUGLIBRARY flogger.lib |
|
68 |
|
69 // End of file |