author | Gareth Stockwell <gareth.stockwell@accenture.com> |
Fri, 22 Oct 2010 11:38:29 +0100 | |
branch | bug235_bringup_0 |
changeset 206 | c170e304623f |
parent 154 | 0ae4976a79ef |
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:
146
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:
146
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:
146
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:
146
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:
146
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:
146
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:
146
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:
146
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:
146
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:
146
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:
146
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:
146
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:
146
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:
146
diff
changeset
|
14 |
// Guest side Virtual Video Driver Interface for adaptation layer software use |
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:
146
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:
146
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:
146
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:
146
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:
146
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:
146
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:
146
diff
changeset
|
21 |
#include "../ldd/group/bld.inf" |
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:
146
diff
changeset
|
22 |
|
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:
146
diff
changeset
|
23 |
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:
146
diff
changeset
|
24 |
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:
146
diff
changeset
|
25 |
|
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:
146
diff
changeset
|
26 |
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:
146
diff
changeset
|
27 |
../inc/guestvideodriver.h OS_LAYER_PLATFORM_EXPORT_PATH(graphics/guestvideodriver.h) |
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:
146
diff
changeset
|
28 |
../inc/guestvideodrivercommon.h OS_LAYER_PLATFORM_EXPORT_PATH(graphics/guestvideodrivercommon.h) |
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:
146
diff
changeset
|
29 |
../inc/guestvideodriverinterfaceconstants.h OS_LAYER_PLATFORM_EXPORT_PATH(graphics/guestvideodriverinterfaceconstants.h) |
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:
146
diff
changeset
|
30 |
../inc/guestvideodriverprotocol.h OS_LAYER_PLATFORM_EXPORT_PATH(graphics/guestvideodriverprotocol.h) |
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:
146
diff
changeset
|
31 |
|
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:
146
diff
changeset
|
32 |
../ldd/inc/devicereqhandler.h OS_LAYER_PLATFORM_EXPORT_PATH(graphics/devicereqhandler.h) |
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:
146
diff
changeset
|
33 |
../ldd/inc/reqhandlerextension.h OS_LAYER_PLATFORM_EXPORT_PATH(graphics/reqhandlerextension.h) |
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:
146
diff
changeset
|
34 |
../ldd/inc/virtualvideohwchannel.h OS_LAYER_PLATFORM_EXPORT_PATH(graphics/virtualvideohwchannel.h) |
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:
146
diff
changeset
|
35 |
../ldd/inc/virtualvideohwdevice.h OS_LAYER_PLATFORM_EXPORT_PATH(graphics/virtualvideohwdevice.h) |
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:
146
diff
changeset
|
36 |
../ldd/inc/virtualvideohwdeviceinterface.h OS_LAYER_PLATFORM_EXPORT_PATH(graphics/virtualvideohwdeviceinterface.h) |
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:
146
diff
changeset
|
37 |
../ldd/inc/virtualvideohwinterface.h OS_LAYER_PLATFORM_EXPORT_PATH(graphics/virtualvideohwinterface.h) |
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:
146
diff
changeset
|
38 |
../ldd/inc/virtualvideotracing.h OS_LAYER_PLATFORM_EXPORT_PATH(graphics/virtualvideotracing.h) |
154
0ae4976a79ef
Add Guest Video HW API
Faisal Memon <faisal.memon@nokia.com>
parents:
153
diff
changeset
|
39 |
../eabi/guestvideohwapiu.def /epoc32/include/def/eabi/guestvideohwapiu.def |
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:
146
diff
changeset
|
40 |
../eabi/guestvideodriveru.def /epoc32/include/def/eabi/guestvideodriveru.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:
146
diff
changeset
|
41 |
../eabi/guestvideohwu.def /epoc32/include/def/eabi/guestvideohwu.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:
146
diff
changeset
|
42 |
|
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:
146
diff
changeset
|
43 |
PRJ_MMPFILES |
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:
146
diff
changeset
|
44 |
guestvideodriverlib.mmp |
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:
146
diff
changeset
|
45 |
guestvideohwlib.mmp |
154
0ae4976a79ef
Add Guest Video HW API
Faisal Memon <faisal.memon@nokia.com>
parents:
153
diff
changeset
|
46 |
guestvideohwapilib.mmp |