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 Rights Info |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET DrmRightsInfo.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008D 0x10282E24 |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL DRM |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 #ifdef __DRM |
|
29 SOURCE ../src/DrmRightsInfo.cpp |
|
30 #endif |
|
31 |
|
32 |
|
33 USERINCLUDE ../inc // subsystem level inc dir |
|
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 flogger.lib |
|
41 |
|
42 |
|
43 LIBRARY caf.lib |
|
44 LIBRARY cafutils.lib |
|
45 LIBRARY efsrv.lib // RFile |
|
46 LIBRARY drmdcf.lib // COma1Dcf |
|
47 LIBRARY drmrightsinfoimpl.lib |
|
48 LIBRARY drmutility.lib |
|
49 |
|
50 DOCUMENT bld.inf |
|
51 |
|
52 #if defined(ARMCC) |
|
53 deffile ../eabi/ |
|
54 #elif defined( WINSCW ) |
|
55 deffile ../bwinscw/ |
|
56 #elif defined( WINS ) |
|
57 deffile ../bwins/ |
|
58 #else |
|
59 deffile ../bmarm/ |
|
60 #endif |
|
61 |
|
62 SMPSAFE |