|
1 // Copyright (c) 2007-2010 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 // This file basically provides the information required for building the whole of a component |
|
15 // C & C++ style comments are allowed in this file because it's passed through the C++ preprocessor |
|
16 // Examples are provided below of the kind of things we're expecting |
|
17 // |
|
18 // |
|
19 |
|
20 PRJ_PLATFORMS |
|
21 // specify the platforms your component needs to be built for here |
|
22 // defaults to WINS MARM so you can ignore this if you just build these |
|
23 DEFAULT |
|
24 |
|
25 PRJ_EXPORTS |
|
26 // specify the source file followed by its destination here |
|
27 // copy will be used to copy the source file to its destination |
|
28 ../inc_pub/ImageDisplay.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(imagedisplay.h) |
|
29 ../inc_pub/icl/ImageDisplay.hrh /epoc32/include/icl/imagedisplay.hrh |
|
30 ../inc_pub/icl/ImageDisplayPlugin.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(icl/imagedisplayplugin.h) |
|
31 ../inc_pub/icl/ImageDisplayPanicCodes.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(icl/imagedisplaypaniccodes.h) |
|
32 ../inc_pub/icl/ImageDisplayPluginExt.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(icl/imagedisplaypluginext.h) |
|
33 ../inc_plat/icl/GenIclImageDisplayExt.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(icl/geniclimagedisplayext.h) |
|
34 ../inc_pub/icl/GenIclImageDisplay.hrh /epoc32/include/icl/geniclimagedisplay.hrh |
|
35 ../inc_pub/icl/ExifImageDisplay.hrh /epoc32/include/icl/exifimagedisplay.hrh |
|
36 ../inc_pub/icl/ExifImageDisplayExt.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(icl/exifimagedisplayext.h) |
|
37 |
|
38 // ROM buildsupport |
|
39 ../inc/ImageDisplay.iby /epoc32/rom/include/imagedisplay.iby |
|
40 ../inc/IclWrapperImageDisplay.iby /epoc32/rom/include/iclwrapperimagedisplay.iby |
|
41 |
|
42 PRJ_MMPFILES |
|
43 ../MmpFiles/ImageDisplay.mmp |
|
44 ../MmpFiles/ImageDisplayResolver.mmp |
|
45 // plug-ins |
|
46 ../MmpFiles/plugins/geniclwrapper.mmp |
|
47 |
|
48 |