|
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 DRM Utility |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET DRMUiHandlingImpl.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008D 0x10205CBE |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL DRM |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 #ifdef __DRM |
|
29 SOURCE ../src/DrmUiHandlingImpl.cpp |
|
30 SOURCE ../src/drmuihandlingdata.cpp |
|
31 SOURCE ../src/DrmUtilityDownloadManager.cpp |
|
32 #endif |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../../../omadrm/drmengine/roap/inc |
|
36 USERINCLUDE ../../../omadrm/drmengine/roapstorage/inc |
|
37 USERINCLUDE ../../../omadrm/drmengine/server/inc |
|
38 USERINCLUDE ../../../inc // ADo level inc dir |
|
39 |
|
40 // Default system include paths for middleware layer modules. |
|
41 APP_LAYER_SYSTEMINCLUDE |
|
42 SYSTEMINCLUDE /epoc32/include/ecom // needed because of SchemeHandler |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY apparc.lib // for launching rights mgr ui embedded |
|
46 LIBRARY avkon.lib |
|
47 LIBRARY efsrv.lib // for launching rights mgr ui embedded |
|
48 LIBRARY apgrfx.lib |
|
49 LIBRARY ws32.lib |
|
50 LIBRARY centralrepository.lib |
|
51 LIBRARY servicehandler.lib |
|
52 LIBRARY caf.lib |
|
53 LIBRARY cafutils.lib |
|
54 LIBRARY charconv.lib |
|
55 LIBRARY ecom.lib // for scheme handling |
|
56 LIBRARY cmmanager.lib |
|
57 |
|
58 #ifdef __DRM |
|
59 LIBRARY drmutilitycommon.lib |
|
60 LIBRARY drmutility.lib |
|
61 LIBRARY roaphandler.lib |
|
62 LIBRARY drmparsers.lib |
|
63 LIBRARY drmdcf.lib |
|
64 LIBRARY dcfrep.lib |
|
65 LIBRARY drmrights.lib |
|
66 LIBRARY drmserverinterfaces.lib |
|
67 LIBRARY drmcommon.lib |
|
68 #endif |
|
69 |
|
70 DOCUMENT bld.inf |
|
71 |
|
72 #if defined(ARMCC) |
|
73 deffile ../eabi/ |
|
74 #elif defined( WINSCW ) |
|
75 deffile ../bwinscw/ |
|
76 #elif defined( WINS ) |
|
77 deffile ../bwins/ |
|
78 #else |
|
79 deffile ../bmarm/ |
|
80 #endif |
|
81 |
|
82 SMPSAFE |