1 /* |
1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
2 * ============================================================================== |
2 // All rights reserved. |
3 * Name : VirtualVideoHwDevice.mmp |
3 // This component and the accompanying materials are made available |
4 * Part of : aasw / aamm |
4 // under the terms of "Eclipse Public License v1.0" |
5 * Description : Project information file for Graphics Hw LDD. |
5 // which accompanies this distribution, and is available |
6 * Version : %version:7 % |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * |
7 // |
8 * Copyright © 2002-2010 Nokia. All rights reserved. |
8 // Initial Contributors: |
9 * This material, including documentation and any related |
9 // Nokia Corporation - initial contribution. |
10 * computer programs, is protected by copyright controlled by |
10 // |
11 * Nokia. All rights are reserved. Copying, including |
11 // Contributors: |
12 * reproducing, storing, adapting or translating, any |
12 // |
13 * or all of this material requires the prior written consent of |
13 // Description: |
14 * Nokia. This material also contains confidential |
14 // |
15 * information which may not be disclosed to others without the |
|
16 * prior written consent of Nokia. |
|
17 * ============================================================================== |
|
18 */ |
|
19 |
15 |
20 #include <kernel/kern_ext.mmh> |
16 #include <kernel/kern_ext.mmh> |
21 |
17 |
22 TARGET platsimvideohw.ldd |
18 TARGET guestvideohw.ldd |
23 TARGETTYPE ldd |
19 TARGETTYPE ldd |
24 |
20 |
25 UID 0 0x20026A2E //- 0x20026A32 |
21 UID 0 0x20026A2E //- 0x20026A32 |
26 LINKAS platsimvideohw.ldd |
22 LINKAS guestvideohw.ldd |
27 VENDORID 0x70000001 |
23 VENDORID 0x70000001 |
28 CAPABILITY all |
24 CAPABILITY all |
29 |
25 |
30 OS_LAYER_SYSTEMINCLUDE |
26 OS_LAYER_SYSTEMINCLUDE |
31 OS_LAYER_KERNEL_SYSTEMINCLUDE |
27 OS_LAYER_KERNEL_SYSTEMINCLUDE |
32 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
28 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
33 USERINCLUDE ../inc |
29 USERINCLUDE ../inc |
34 USERINCLUDE ../../commoninc |
30 USERINCLUDE ../../commoninc |
35 SYSTEMINCLUDE /epoc32/include/drivers |
31 SYSTEMINCLUDE /epoc32/include/drivers |
36 SYSTEMINCLUDE /epoc32/include/internal |
|
37 |
32 |
38 SOURCEPATH ../src |
33 SOURCEPATH ../src |
39 SOURCE virtualvideohwdevice.cpp |
34 SOURCE virtualvideohwdevice.cpp |
40 SOURCE virtualvideohwchannel.cpp |
35 SOURCE virtualvideohwchannel.cpp |
41 SOURCE devicereqhandler.cpp |
36 SOURCE devicereqhandler.cpp |
42 SOURCE virtualvideohwinterface.cpp |
37 SOURCE virtualvideohwinterface.cpp |
43 |
38 |
44 USERINCLUDE ../../../serialiser/inc |
39 USERINCLUDE ../../../vghwserialiser/inc |
|
40 #ifdef FAISALMEMON_S4_SGIMAGE |
45 USERINCLUDE ../../../graphicsresourceimplementation/inc |
41 USERINCLUDE ../../../graphicsresourceimplementation/inc |
|
42 #endif |
46 |
43 |
47 SOURCEPATH ../../../serialiser/src |
44 SOURCEPATH ../../../vghwserialiser/src |
48 SOURCE remotefunctioncall.cpp |
45 SOURCE remotefunctioncall.cpp |
49 SOURCE serializedfunctioncall.cpp |
46 SOURCE serializedfunctioncall.cpp |
50 SOURCE eglrfc.cpp |
47 SOURCE eglrfc.cpp |
51 SOURCE openvgrfc.cpp |
48 SOURCE openvgrfc.cpp |
52 SOURCE driverrfc.cpp |
49 SOURCE driverrfc.cpp |
53 SOURCE opengles11rfc.cpp |
50 SOURCE opengles11rfc.cpp |
54 |
51 |
55 #if defined(NCP_COMMON_RAPU_FAMILY) |
52 // We need to link to some ASSP kernel extension here |
56 LIBRARY karap.lib |
53 // TODO FAISALMEMON Need to confirm the correct library |
57 #else |
54 LIBRARY kasyborg.lib |
58 LIBRARY VariantTarget(kanomadik,lib) |
|
59 #endif // NCP_COMMON_RAPU_FAMILY |
|
60 |
55 |
|
56 #ifdef FAISALMEMON_S4_SGIMAGE |
61 LIBRARY reqhandlerextension.lib |
57 LIBRARY reqhandlerextension.lib |
62 LIBRARY sgextension.lib |
58 LIBRARY sgextension.lib |
|
59 #endif |
63 |
60 |
64 start wins |
61 start wins |
65 win32_headers |
62 win32_headers |
66 end |
63 end |
67 // End of file |
|
68 |
|