|
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 Common functions |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET drmutilitycommon.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008D 0x10283302 |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL DRM |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 #ifdef __DRM |
|
29 SOURCE ../src/drmutilitycommon.cpp |
|
30 SOURCE ../src/drmutilityui.cpp |
|
31 SOURCE ../src/drmutilitywmdrm.cpp |
|
32 SOURCE ../src/DrmUtilityGlobalNoteWrapper.cpp |
|
33 SOURCE ../src/DrmUtilityInfoNoteWrapper.cpp |
|
34 #endif |
|
35 |
|
36 START RESOURCE ../data/drmutility.rss |
|
37 HEADER |
|
38 TARGETPATH RESOURCE_FILES_DIR |
|
39 LANGUAGE_IDS |
|
40 END // RESOURCE |
|
41 |
|
42 USERINCLUDE ../inc |
|
43 USERINCLUDE ../../../omadrm/drmengine/server/inc |
|
44 USERINCLUDE ../../../inc // ADo level inc dir |
|
45 |
|
46 // Default system include paths for middleware layer modules. |
|
47 MW_LAYER_SYSTEMINCLUDE |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY efsrv.lib // RFile |
|
51 LIBRARY bafl.lib |
|
52 LIBRARY caf.lib // CAF |
|
53 LIBRARY cone.lib // Control environment |
|
54 LIBRARY avkon.lib // Avkon |
|
55 LIBRARY commonengine.lib // RConeResourceLoader, StringLoader |
|
56 LIBRARY estor.lib // Cover Display |
|
57 LIBRARY mediatorclient.lib |
|
58 LIBRARY featmgr.lib // Feature Manager |
|
59 LIBRARY platformenv.lib // Platform Environment |
|
60 LIBRARY eikdlg.lib |
|
61 LIBRARY aknnotify.lib |
|
62 LIBRARY drmrights.lib // Permission, Constraint |
|
63 LIBRARY drmserverinterfaces.lib // DrmClockClient, DrmRightsClient |
|
64 |
|
65 DOCUMENT bld.inf |
|
66 |
|
67 #if defined(ARMCC) |
|
68 deffile ../eabi/ |
|
69 #elif defined( WINSCW ) |
|
70 deffile ../bwinscw/ |
|
71 #elif defined( WINS ) |
|
72 deffile ../bwins/ |
|
73 #else |
|
74 deffile ../bmarm/ |
|
75 #endif |
|
76 |
|
77 SMPSAFE |