os/mm/mmplugins/lib3gp/impl/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmplugins/lib3gp/impl/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,53 @@
     1.4 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +PRJ_PLATFORMS
    1.20 +// specify the platforms your component needs to be built for here
    1.21 +DEFAULT
    1.22 +
    1.23 +
    1.24 +PRJ_EXPORTS
    1.25 +../inc/mp4lib.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(3gplibrary/mp4lib.h)
    1.26 +../inc/mp4config.h  SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(3gplibrary/mp4config.h)
    1.27 +
    1.28 +./3gpmp4lib.iby 	/epoc32/rom/include/3gpmp4lib.iby
    1.29 +
    1.30 +PRJ_MMPFILES
    1.31 +// Specify the .mmp files required for building the important component
    1.32 +// releasables. Note that you should specify any .mmp files for test
    1.33 +// programs further down the file.
    1.34 +//
    1.35 +// Specify "tidy" if the component you need to build doesn't need to be
    1.36 +// released to the rest of the company
    1.37 +// specify "ignore" if the MMP file exists but should be
    1.38 +// ignored.
    1.39 +// Example:
    1.40 +
    1.41 +./3gpmp4lib.mmp
    1.42 +
    1.43 +PRJ_TESTMMPFILES
    1.44 +// specify the .mmp files required for building any test programs here
    1.45 +//
    1.46 +// You can specify "manual" to denote that a test should be listed in a
    1.47 +// generated batch file for running a group of tests
    1.48 +// which require user input during testing.
    1.49 +// You can specify "support" to denote that a file is a test support file
    1.50 +// and shouldn't be listed in a batch file for running a group of tests
    1.51 +// By default, each test will be listed in a batch file for running a group
    1.52 +// of tests which can be left to run without requiring watching over
    1.53 +// by the person running the tests, i.e. tests where no user
    1.54 +// input is required.  The default will apply if neither "manual"
    1.55 +// or "support" is specified.
    1.56 +// Example: