sl@0: // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: PRJ_PLATFORMS sl@0: // specify the platforms your component needs to be built for here sl@0: DEFAULT sl@0: sl@0: sl@0: PRJ_EXPORTS sl@0: ../inc/mp4lib.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(3gplibrary/mp4lib.h) sl@0: ../inc/mp4config.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(3gplibrary/mp4config.h) sl@0: sl@0: ./3gpmp4lib.iby /epoc32/rom/include/3gpmp4lib.iby sl@0: sl@0: PRJ_MMPFILES sl@0: // Specify the .mmp files required for building the important component sl@0: // releasables. Note that you should specify any .mmp files for test sl@0: // programs further down the file. sl@0: // sl@0: // Specify "tidy" if the component you need to build doesn't need to be sl@0: // released to the rest of the company sl@0: // specify "ignore" if the MMP file exists but should be sl@0: // ignored. sl@0: // Example: sl@0: sl@0: ./3gpmp4lib.mmp sl@0: sl@0: PRJ_TESTMMPFILES sl@0: // specify the .mmp files required for building any test programs here sl@0: // sl@0: // You can specify "manual" to denote that a test should be listed in a sl@0: // generated batch file for running a group of tests sl@0: // which require user input during testing. sl@0: // You can specify "support" to denote that a file is a test support file sl@0: // and shouldn't be listed in a batch file for running a group of tests sl@0: // By default, each test will be listed in a batch file for running a group sl@0: // of tests which can be left to run without requiring watching over sl@0: // by the person running the tests, i.e. tests where no user sl@0: // input is required. The default will apply if neither "manual" sl@0: // or "support" is specified. sl@0: // Example: