|
1 /* |
|
2 * Copyright (c) 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 DrmUtilityDmgrWrapper |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET DrmUtilityDmgrWrapper.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008D 0x102830FE |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 #ifdef __DRM |
|
30 SOURCE ../src/DrmUtilityDmgrWrapper.cpp |
|
31 #endif |
|
32 |
|
33 START RESOURCE ../data/DrmUtilityDmgrWrapper.rss |
|
34 HEADER |
|
35 TARGETPATH RESOURCE_FILES_DIR |
|
36 LANGUAGE_IDS |
|
37 END |
|
38 |
|
39 USERINCLUDE ../inc |
|
40 USERINCLUDE ../../../omadrm/drmengine/roap/inc |
|
41 USERINCLUDE ../../../inc // ADo level inc dir |
|
42 |
|
43 // Default system include paths for middleware layer modules. |
|
44 APP_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 LIBRARY euser.lib |
|
47 LIBRARY centralrepository.lib |
|
48 LIBRARY cmmanager.lib |
|
49 LIBRARY downloadmgr.lib |
|
50 LIBRARY roaphandler.lib |
|
51 LIBRARY efsrv.lib |
|
52 LIBRARY avkon.lib |
|
53 LIBRARY commonengine.lib |
|
54 LIBRARY eikctl.lib |
|
55 LIBRARY platformenv.lib |
|
56 |
|
57 DEBUGLIBRARY flogger.lib |
|
58 |
|
59 START WINS |
|
60 END |
|
61 |
|
62 START MARM |
|
63 END |
|
64 |
|
65 #if defined(ARMCC) |
|
66 deffile ../eabi/ |
|
67 #elif defined( WINSCW ) |
|
68 deffile ../bwinscw/ |
|
69 #elif defined( WINS ) |
|
70 deffile ../bwins/ |
|
71 #else |
|
72 deffile ../bmarm/ |
|
73 #endif |
|
74 |
|
75 SMPSAFE |