|
1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Low level video device framework |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 // specify the platforms your component needs to be built for here |
|
24 // may add platform for OMAP, Helen etc |
|
25 DEFAULT |
|
26 //WINS ARMI THUMB |
|
27 |
|
28 PRJ_EXPORTS |
|
29 ../inc/devvideobase.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/devvideobase.h) |
|
30 ../inc/devvideohwdeviceadaptersetup.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/devvideo/devvideohwdeviceadaptersetup.h) |
|
31 ../inc/devvideobase.inl SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/devvideobase.inl) |
|
32 ../inc/devvideoconstants.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/devvideoconstants.h) |
|
33 ../inc/devvideoplay.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/devvideoplay.h) |
|
34 ../inc/devvideoplay.inl SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/devvideoplay.inl) |
|
35 ../inc/devvideorecord.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/devvideorecord.h) |
|
36 ../inc/devvideorecord.inl SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/devvideorecord.inl) |
|
37 ../inc/videoplayhwdevice.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/videoplayhwdevice.h) |
|
38 ../inc/videorecordhwdevice.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/videorecordhwdevice.h) |
|
39 ../inc/AVC.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/avc.h) |
|
40 ../inc/Mpeg4Visual.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/mpeg4visual.h) |
|
41 ../inc/H263.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/h263.h) |
|
42 ../inc/vc1.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/vc1.h) |
|
43 ../inc/on2vp6.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/on2vp6.h) |
|
44 ../inc/sorensonspark.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mmf/devvideo/sorensonspark.h) |
|
45 ../inc/DevVideoPluginInterfaceUIDs.hrh /epoc32/include/mmf/devvideo/devvideoplugininterfaceuids.hrh |
|
46 ../inc/devvideostandardcustominterfaces.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/devvideo/devvideostandardcustominterfaces.h) |
|
47 #ifdef SYMBIAN_BUILD_GCE |
|
48 ../inc/devvideovideosurfacecustominterface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/devvideo/devvideovideosurfacecustominterface.h) |
|
49 ../inc/devvideoclientbuffersupport.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/devvideo/devvideoclientbuffersupport.h) |
|
50 ../inc/devvideosurfacehandlecustominterface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/devvideo/devvideosurfacehandlecustominterface.h) |
|
51 #endif // SYMBIAN_BUILD_GCE |
|
52 ../inc/devvideoplayratecustominterface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/devvideo/devvideoplayratecustominterface.h) |
|
53 ../inc/devvideohwdevicetunnelcustominterface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/devvideo/devvideohwdevicetunnelcustominterface.h) |
|
54 |
|
55 // Romkit include files |
|
56 ../inc/DevVideo.iby /epoc32/rom/include/ |
|
57 |
|
58 PRJ_MMPFILES |
|
59 ../mmpfiles/DevVideo/DevVideo.mmp |
|
60 |
|
61 PRJ_TESTMMPFILES |
|
62 |
|
63 PRJ_TESTEXPORTS |