author | Gareth Stockwell <gareth.stockwell@accenture.com> |
Fri, 05 Nov 2010 17:31:20 +0000 | |
branch | bug235_bringup_0 |
changeset 215 | 097e92a68d68 |
parent 155 | 8d47cca9cc11 |
permissions | -rw-r--r-- |
153
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
1 |
// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
2 |
// All rights reserved. |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
3 |
// This component and the accompanying materials are made available |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
4 |
// under the terms of "Eclipse Public License v1.0" |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
5 |
// which accompanies this distribution, and is available |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
7 |
// |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
8 |
// Initial Contributors: |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
9 |
// Nokia Corporation - initial contribution. |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
10 |
// |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
11 |
// Contributors: |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
12 |
// |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
13 |
// Description: |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
14 |
// Request Handler Extension Interface |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
15 |
// |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
16 |
// This interface component provides an interface for adapt layer callers |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
17 |
// only so one adapt layer package can call another adapt layer package. |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
18 |
// The graphics package, nor any other app, mw, or os layer package may |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
19 |
// call this interface. |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
20 |
|
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
21 |
|
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
22 |
PRJ_PLATFORMS |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
23 |
ARMV5 |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
24 |
|
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
25 |
PRJ_EXPORTS |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
26 |
|
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
27 |
../eabi/reqhandlerextensionu.def /epoc32/include/def/eabi/reqhandlerextensionu.def |
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
28 |
|
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
29 |
PRJ_MMPFILES |
155
8d47cca9cc11
Add proper def file for guest video driver now that it compiles. Put ifdef hack FAISALMEMON_S4_SGIMAGE around the reqhandlerextensionlib.mmp because this appears to be consuming a platform available sgresource header only available in s4. We want a minimal port for s3 here.
Faisal Memon <faisal.memon@nokia.com>
parents:
153
diff
changeset
|
30 |
|
8d47cca9cc11
Add proper def file for guest video driver now that it compiles. Put ifdef hack FAISALMEMON_S4_SGIMAGE around the reqhandlerextensionlib.mmp because this appears to be consuming a platform available sgresource header only available in s4. We want a minimal port for s3 here.
Faisal Memon <faisal.memon@nokia.com>
parents:
153
diff
changeset
|
31 |
#ifdef FAISALMEMON_S4_SGIMAGE |
153
d8f29c307082
Add export of def files, add requesthandlerextension import library, and fix files to to unix line ending
Faisal Memon <faisal.memon@nokia.com>
parents:
diff
changeset
|
32 |
reqhandlerextensionlib.mmp |
155
8d47cca9cc11
Add proper def file for guest video driver now that it compiles. Put ifdef hack FAISALMEMON_S4_SGIMAGE around the reqhandlerextensionlib.mmp because this appears to be consuming a platform available sgresource header only available in s4. We want a minimal port for s3 here.
Faisal Memon <faisal.memon@nokia.com>
parents:
153
diff
changeset
|
33 |
#endif |