author | Tom Pritchard <tomp@symbian.org> |
Wed, 27 Oct 2010 15:05:33 +0100 | |
changeset 90 | 62156f66dbad |
parent 88 | ca165d35976d |
child 98 | 8ee002ad9af5 |
permissions | -rw-r--r-- |
88
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
1 |
/* |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
2 |
* Copyright (c) 2004-2008 Nokia Corporation and/or its subsidiary(-ies). |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
3 |
* All rights reserved. |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
8 |
* |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
11 |
* |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
12 |
* Contributors: |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
13 |
* |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
14 |
* Description: ROAP Handler build configuration |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
15 |
* |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
16 |
*/ |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
17 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
18 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
19 |
#include <platform_paths.hrh> |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
20 |
#include <data_caging_paths.hrh> |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
21 |
|
90
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
22 |
TARGET stem_ROAPHandler.dll |
88
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
23 |
TARGETTYPE DLL |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
24 |
UID 0x1000008D 0x101F6DB5 |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
25 |
CAPABILITY CAP_GENERAL_DLL DRM |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
26 |
VENDORID VID_DEFAULT |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
27 |
|
90
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
28 |
USERINCLUDE /sf/mw/drm/omadrm/drmengine/dcf/inc |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
29 |
USERINCLUDE /sf/mw/drm/omadrm/drmengine/dm/inc |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
30 |
USERINCLUDE /sf/mw/drm/omadrm/drmengine/agentv2/inc |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
31 |
USERINCLUDE /sf/mw/drm/omadrm/drmengine/ro/inc |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
32 |
USERINCLUDE /sf/mw/drm/omadrm/drmengine/roap/inc |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
33 |
USERINCLUDE /sf/mw/drm/omadrm/drmengine/utils/inc |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
34 |
USERINCLUDE /sf/mw/drm/omadrm/drmengine/server/inc |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
35 |
USERINCLUDE /sf/mw/drm/omadrm/drmengine/roapstorage/inc |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
36 |
USERINCLUDE /sf/mw/drm/omadrm/drmengine/drmclock/Inc |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
37 |
USERINCLUDE /sf/mw/drm/omadrm/drmengine/dcfrepository/client/inc |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
38 |
USERINCLUDE /sf/mw/drm/omadrm/drmengine/../../inc // ADo level inc dir |
88
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
39 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
40 |
// Default system include paths for middleware layer modules. |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
41 |
APP_LAYER_SYSTEMINCLUDE |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
42 |
SYSTEMINCLUDE /epoc32/include/libc |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
43 |
SYSTEMINCLUDE /epoc32/include/ecom |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
44 |
|
90
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
45 |
SOURCEPATH ./ |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
46 |
SOURCE RoapEng.cpp |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
47 |
|
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
48 |
SOURCEPATH /sf/mw/drm/omadrm/drmengine/roap/src |
88
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
49 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
50 |
SOURCE RoapEngBase.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
51 |
SOURCE RoapTrigger.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
52 |
SOURCE RoapHttpHandler.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
53 |
SOURCE RoapConnection.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
54 |
SOURCE RoapResponse.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
55 |
SOURCE RoapSyncWrapper.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
56 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
57 |
SOURCE RoapSigner.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
58 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
59 |
SOURCE RoapParser.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
60 |
SOURCE JoinDomainRespParser.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
61 |
SOURCE LeaveDomainRespParser.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
62 |
SOURCE RegistrationRespParser.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
63 |
SOURCE RightsRespParser.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
64 |
SOURCE RIHelloParser.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
65 |
SOURCE RoapTriggerParser.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
66 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
67 |
SOURCE RoapMessage.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
68 |
SOURCE DeviceHello.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
69 |
SOURCE RIHello.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
70 |
SOURCE RegistrationReq.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
71 |
SOURCE RegistrationResp.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
72 |
SOURCE RightsReq.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
73 |
SOURCE RightsResp.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
74 |
SOURCE JoinDomainReq.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
75 |
SOURCE JoinDomainResp.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
76 |
SOURCE LeaveDomainReq.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
77 |
SOURCE LeaveDomainResp.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
78 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
79 |
#ifdef RD_DRM_METERING |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
80 |
SOURCE MeteringReportReq.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
81 |
SOURCE MeteringReportResp.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
82 |
SOURCE MeteringReportRespParser.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
83 |
#endif |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
84 |
|
90
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
85 |
SOURCEPATH /sf/mw/drm/omadrm/drmengine/utils/src |
88
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
86 |
SOURCE MultipartHandler.cpp |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
87 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
88 |
LIBRARY euser.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
89 |
LIBRARY estor.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
90 |
LIBRARY efsrv.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
91 |
LIBRARY commdb.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
92 |
LIBRARY bafl.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
93 |
LIBRARY esock.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
94 |
LIBRARY http.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
95 |
LIBRARY inetprotutil.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
96 |
LIBRARY XmlFramework.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
97 |
LIBRARY apmime.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
98 |
LIBRARY asn1.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
99 |
LIBRARY cryptography.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
100 |
LIBRARY crypto.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
101 |
LIBRARY ecom.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
102 |
LIBRARY x509.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
103 |
LIBRARY x500.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
104 |
LIBRARY pkixcert.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
105 |
LIBRARY random.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
106 |
LIBRARY hash.lib |
90
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
107 |
//LIBRARY etel.lib |
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
108 |
//LIBRARY etelmm.lib |
88
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
109 |
LIBRARY CharConv.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
110 |
LIBRARY drmcrypto.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
111 |
LIBRARY DrmParsers.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
112 |
LIBRARY DrmDcf.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
113 |
LIBRARY DrmRights.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
114 |
LIBRARY DrmServerInterfaces.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
115 |
LIBRARY DcfRep.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
116 |
LIBRARY caf.lib // Embedding domain ROs |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
117 |
LIBRARY cafutils.lib // Embedding domain ROs |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
118 |
LIBRARY centralrepository.lib // Browser default AP |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
119 |
LIBRARY cmmanager.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
120 |
LIBRARY featmgr.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
121 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
122 |
LIBRARY SysUtil.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
123 |
LIBRARY HttpFilterCommon.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
124 |
LIBRARY CommonUI.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
125 |
LIBRARY PlatformEnv.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
126 |
LIBRARY drmroapwbxmlparser.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
127 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
128 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
129 |
// Uncomment the following lines to enable internal logging. |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
130 |
macro _ROAP_TESTING |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
131 |
LIBRARY flogger.lib |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
132 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
133 |
#if defined(ARMCC) |
90
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
134 |
deffile /sf/mw/drm/omadrm/drmengine/eabi/ROAPHandler.def |
88
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
135 |
#elif defined( WINSCW ) |
90
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
136 |
deffile /sf/mw/drm/omadrm/drmengine/bwinscw/ROAPHandler.def |
88
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
137 |
#elif defined( WINS ) |
90
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
138 |
deffile /sf/mw/drm/omadrm/drmengine/bwins/ROAPHandler.def |
88
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
139 |
#else |
90
62156f66dbad
Breaking DRM's dependency Etel so that AVKON can start. The ROM now boots, but doesn't seem to have any items in the matrix menu at all.
Tom Pritchard <tomp@symbian.org>
parents:
88
diff
changeset
|
140 |
deffile /sf/mw/drm/omadrm/drmengine/bmarm/ROAPHandler.def |
88
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
141 |
#endif |
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
142 |
|
ca165d35976d
Adding parts of the DRM Engine to be rebuilt
Tom Pritchard <tomp@symbian.org>
parents:
diff
changeset
|
143 |
SMPSAFE |