equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-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: Client side implementation |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET DcfRep.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x1000008D 0x10205CA9 |
|
24 CAPABILITY CAP_GENERAL_DLL |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 //macro _DRM_TESTING |
|
28 |
|
29 SOURCEPATH ../DcfRepository/client/src |
|
30 SOURCE DcfRepCli.cpp |
|
31 SOURCE DcfRep.cpp |
|
32 SOURCE DcfEntry.cpp |
|
33 |
|
34 |
|
35 USERINCLUDE ../DcfRepository/client/inc |
|
36 USERINCLUDE ../DcfRepository/common |
|
37 USERINCLUDE ../../../inc // ADo level inc dir |
|
38 |
|
39 // Default system include paths for middleware layer modules. |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 LIBRARY euser.lib |
|
43 LIBRARY efsrv.lib //RFile |
|
44 LIBRARY estor.lib // for RDbColReadStream |
|
45 LIBRARY edbms.lib //database |
|
46 LIBRARY DrmServerInterfaces.lib // RDRMRightsClient |
|
47 |
|
48 #ifdef RD_MULTIPLE_DRIVE |
|
49 LIBRARY platformenv.lib |
|
50 #endif |
|
51 |
|
52 |
|
53 |
|
54 #if defined(ARMCC) |
|
55 deffile ../eabi/ |
|
56 #elif defined( WINSCW ) |
|
57 deffile ../bwinscw/ |
|
58 #elif defined( WINS ) |
|
59 deffile ../bwins/ |
|
60 #else |
|
61 deffile ../bmarm/ |
|
62 #endif |
|
63 |
|
64 SMPSAFE |