|
1 // Copyright (c) 1999-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 |
|
21 PRJ_PLATFORMS |
|
22 // specify the platforms your component needs to be built for here |
|
23 |
|
24 DEFAULT |
|
25 |
|
26 PRJ_EXPORTS |
|
27 |
|
28 ../inc_pub/MdaImageConverter.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(mdaimageconverter.h) |
|
29 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
30 ../inc_pub/MdaFrameInfo.h /epoc32/include/mdaframeinfo.h |
|
31 #endif |
|
32 ../Include/MediaSvrConvert.iby /epoc32/rom/include/ // |
|
33 |
|
34 PRJ_MMPFILES |
|
35 // specify the .mmp files required for building the important component releasables |
|
36 // note that you should specify any .mmp files for test programs further down the file. |
|
37 // |
|
38 // It's best if the .MMP files are specified in the order in which the components are |
|
39 // built, but that eventually shouldn't matter |
|
40 // |
|
41 // Use C++ style #defines to denote that a component is only built for a particular platform |
|
42 // |
|
43 // specify "tidy" if the component you need to build doesn't need to be released to |
|
44 // the rest of the company |
|
45 // specify "ignore" if the MMP file exists but should be ignored - William wants this! |
|
46 |
|
47 ../MmpFiles/Client/MediaClientImage.mmp // Client image utilities |
|
48 |
|
49 |
|
50 PRJ_TESTMMPFILES |
|
51 // specify the .mmp files required for building any test programs here |
|
52 // |
|
53 // you can specify "manual" to denote that a test should be listed in a generated |
|
54 // batch file for running a group of tests which require user input during testing. |
|
55 // you can specify "support" to denote that a file is a test support file and shouldn't |
|
56 // be listed in a batch file for running a group of tests |
|
57 // By default, each test will be listed in a batch file for running a group of tests |
|
58 // which can be left to run without requiring watching over by the person running the tests, |
|
59 // i.e. tests where no user input is required. The default will apply if neither "manual" |
|
60 // or "support" is specified. |
|
61 |
|
62 PRJ_TESTEXPORTS |
|
63 |