equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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 MyMediaWizard |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET cmscheduler.dll |
|
21 TARGETTYPE dll |
|
22 UID 0x1000008d 0x10281FAF |
|
23 |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 |
|
28 TARGETPATH /sys/bin |
|
29 |
|
30 USERINCLUDE ../inc |
|
31 USERINCLUDE ../../../mediaservant/inc |
|
32 USERINCLUDE ../../cmserver/inc/server |
|
33 |
|
34 APP_LAYER_SYSTEMINCLUDE |
|
35 USERINCLUDE ../../../../../inc |
|
36 |
|
37 SOURCEPATH ../src |
|
38 |
|
39 SOURCE cmscheduler.cpp |
|
40 SOURCE cmcommsdbnotifier.cpp |
|
41 SOURCE cmcenrepnotifier.cpp |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY connmon.lib |
|
45 LIBRARY commdb.lib |
|
46 LIBRARY apgrfx.lib |
|
47 LIBRARY ws32.lib |
|
48 LIBRARY cmsettingsengine.lib |
|
49 LIBRARY centralrepository.lib // cenrep notifier |
|
50 LIBRARY ecom.lib |
|
51 LIBRARY cmcommon.lib // for wlan scan |
|
52 |
|
53 DEBUGLIBRARY flogger.lib |