First public contribution.
1 // Copyright (c) 2006-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
17 // specify the platforms your component needs to be built for here
22 ../inc/mp4lib.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(3gplibrary/mp4lib.h)
23 ../inc/mp4config.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(3gplibrary/mp4config.h)
25 ./3gpmp4lib.iby /epoc32/rom/include/3gpmp4lib.iby
28 // Specify the .mmp files required for building the important component
29 // releasables. Note that you should specify any .mmp files for test
30 // programs further down the file.
32 // Specify "tidy" if the component you need to build doesn't need to be
33 // released to the rest of the company
34 // specify "ignore" if the MMP file exists but should be
41 // specify the .mmp files required for building any test programs here
43 // You can specify "manual" to denote that a test should be listed in a
44 // generated batch file for running a group of tests
45 // which require user input during testing.
46 // You can specify "support" to denote that a file is a test support file
47 // and shouldn't be listed in a batch file for running a group of tests
48 // By default, each test will be listed in a batch file for running a group
49 // of tests which can be left to run without requiring watching over
50 // by the person running the tests, i.e. tests where no user
51 // input is required. The default will apply if neither "manual"
52 // or "support" is specified.