equal
deleted
inserted
replaced
|
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 DRMUtility.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008D 0x102830B7 |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL DRM |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 #ifdef __DRM |
|
29 SOURCE ../src/DrmUtility.cpp |
|
30 #endif |
|
31 |
|
32 USERINCLUDE ../inc |
|
33 USERINCLUDE ../../../omadrm/drmengine/server/inc |
|
34 USERINCLUDE ../../../inc // ADo level inc dir |
|
35 |
|
36 // Default system include paths for middleware layer modules. |
|
37 MW_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 LIBRARY euser.lib |
|
40 LIBRARY efsrv.lib // RFile |
|
41 LIBRARY drmdcf.lib // DRM Dcf |
|
42 LIBRARY charconv.lib |
|
43 LIBRARY centralrepository.lib |
|
44 |
|
45 DOCUMENT bld.inf |
|
46 |
|
47 #if defined(ARMCC) |
|
48 deffile ../eabi/ |
|
49 #elif defined( WINSCW ) |
|
50 deffile ../bwinscw/ |
|
51 #elif defined( WINS ) |
|
52 deffile ../bwins/ |
|
53 #else |
|
54 deffile ../bmarm/ |
|
55 #endif |
|
56 |
|
57 SMPSAFE |