|
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 WM Drm Wrapper |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET drmutilitywmdrmwrapper.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008D 0x10283301 |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL DRM |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 #ifdef __DRM |
|
29 SOURCE ../src/drmutilitywmdrmwrapper.cpp |
|
30 SOURCE ../src/drmutilitywmdrmutilities.cpp |
|
31 #endif |
|
32 |
|
33 USERINCLUDE ../inc |
|
34 USERINCLUDE ../../../omadrm/drmengine/server/inc |
|
35 USERINCLUDE ../../../inc |
|
36 |
|
37 // Default system include paths for application layer modules. |
|
38 APP_LAYER_SYSTEMINCLUDE |
|
39 |
|
40 LIBRARY aknnotify.lib |
|
41 LIBRARY apparc.lib // for launching rights mgr ui embedded |
|
42 LIBRARY euser.lib |
|
43 LIBRARY avkon.lib |
|
44 LIBRARY caf.lib // CAF |
|
45 LIBRARY cafutils.lib // CRightsInfo |
|
46 LIBRARY efsrv.lib // RFile |
|
47 LIBRARY apgrfx.lib |
|
48 LIBRARY ws32.lib |
|
49 LIBRARY centralrepository.lib |
|
50 LIBRARY cmmanager.lib |
|
51 LIBRARY drmutilitycommon.lib // Common utility |
|
52 LIBRARY servicehandler.lib |
|
53 LIBRARY drmserverinterfaces.lib // DrmClockClient |
|
54 LIBRARY drmrights.lib |
|
55 |
|
56 DOCUMENT bld.inf |
|
57 |
|
58 #if defined(ARMCC) |
|
59 deffile ../eabi/ |
|
60 #elif defined( WINSCW ) |
|
61 deffile ../bwinscw/ |
|
62 #elif defined( WINS ) |
|
63 deffile ../bwins/ |
|
64 #else |
|
65 deffile ../bmarm/ |
|
66 #endif |
|
67 |
|
68 SMPSAFE |