|
1 /* |
|
2 * Copyright (c) 2005-2009 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: OMA DRM agent build configuration |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET OmaDrmAgent.dll |
|
22 TARGETTYPE PLUGIN |
|
23 UID 0x10009D8D 0x101F6DB4 |
|
24 CAPABILITY CAP_ECOM_PLUGIN DRM |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 USERINCLUDE ../DCF/inc |
|
28 USERINCLUDE ../RO/inc |
|
29 USERINCLUDE ../DM/inc |
|
30 USERINCLUDE ../AgentV2/inc |
|
31 USERINCLUDE ../Server/inc |
|
32 USERINCLUDE ../Utils/inc |
|
33 USERINCLUDE ../Notifier/inc |
|
34 USERINCLUDE ../DcfRepository/client/inc |
|
35 USERINCLUDE ../../../inc // ADo level inc dir |
|
36 |
|
37 // Default system include paths for middleware layer modules. |
|
38 MW_LAYER_SYSTEMINCLUDE |
|
39 SYSTEMINCLUDE /epoc32/include/ecom |
|
40 |
|
41 SOURCEPATH ../AgentV2/src |
|
42 SOURCE Oma2Agent.cpp |
|
43 SOURCE Oma2AgentFactory.cpp |
|
44 SOURCE Oma2AgentContent.cpp |
|
45 SOURCE Oma2AgentData.cpp |
|
46 SOURCE Oma2AgentManager.cpp |
|
47 SOURCE Oma2AgentAttributes.cpp |
|
48 SOURCE Oma2AgentImportFile.cpp |
|
49 SOURCE Oma2AgentRightsManager.cpp |
|
50 SOURCE DcfCache.cpp |
|
51 |
|
52 START RESOURCE 101F6DB4.RSS |
|
53 TARGET OmaDrmAgent |
|
54 END |
|
55 |
|
56 LIBRARY euser.lib |
|
57 LIBRARY drmparsers.lib |
|
58 LIBRARY drmdcf.lib |
|
59 LIBRARY drmrights.lib |
|
60 LIBRARY drmserverinterfaces.lib |
|
61 LIBRARY caf.lib |
|
62 LIBRARY cafutils.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY estor.lib |
|
65 LIBRARY apmime.lib |
|
66 LIBRARY cryptography.lib |
|
67 LIBRARY random.lib |
|
68 LIBRARY bafl.lib |
|
69 LIBRARY charconv.lib |
|
70 LIBRARY http.lib |
|
71 LIBRARY ecom.lib |
|
72 LIBRARY dcfrep.lib |
|
73 LIBRARY avkon.lib |
|
74 LIBRARY apparc.lib |
|
75 LIBRARY aknnotify.lib |
|
76 LIBRARY apgrfx.lib |
|
77 LIBRARY ws32.lib |
|
78 LIBRARY sysutil.lib |
|
79 LIBRARY centralrepository.lib |
|
80 |
|
81 SMPSAFE |