os/mm/mmplugins/lib3gp/impl/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 PRJ_PLATFORMS
    17 // specify the platforms your component needs to be built for here
    18 DEFAULT
    19 
    20 
    21 PRJ_EXPORTS
    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)
    24 
    25 ./3gpmp4lib.iby 	/epoc32/rom/include/3gpmp4lib.iby
    26 
    27 PRJ_MMPFILES
    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.
    31 //
    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
    35 // ignored.
    36 // Example:
    37 
    38 ./3gpmp4lib.mmp
    39 
    40 PRJ_TESTMMPFILES
    41 // specify the .mmp files required for building any test programs here
    42 //
    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.
    53 // Example: