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.
sl@0
     1
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
PRJ_PLATFORMS
sl@0
    17
// specify the platforms your component needs to be built for here
sl@0
    18
DEFAULT
sl@0
    19
sl@0
    20
sl@0
    21
PRJ_EXPORTS
sl@0
    22
../inc/mp4lib.h     SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(3gplibrary/mp4lib.h)
sl@0
    23
../inc/mp4config.h  SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(3gplibrary/mp4config.h)
sl@0
    24
sl@0
    25
./3gpmp4lib.iby 	/epoc32/rom/include/3gpmp4lib.iby
sl@0
    26
sl@0
    27
PRJ_MMPFILES
sl@0
    28
// Specify the .mmp files required for building the important component
sl@0
    29
// releasables. Note that you should specify any .mmp files for test
sl@0
    30
// programs further down the file.
sl@0
    31
//
sl@0
    32
// Specify "tidy" if the component you need to build doesn't need to be
sl@0
    33
// released to the rest of the company
sl@0
    34
// specify "ignore" if the MMP file exists but should be
sl@0
    35
// ignored.
sl@0
    36
// Example:
sl@0
    37
sl@0
    38
./3gpmp4lib.mmp
sl@0
    39
sl@0
    40
PRJ_TESTMMPFILES
sl@0
    41
// specify the .mmp files required for building any test programs here
sl@0
    42
//
sl@0
    43
// You can specify "manual" to denote that a test should be listed in a
sl@0
    44
// generated batch file for running a group of tests
sl@0
    45
// which require user input during testing.
sl@0
    46
// You can specify "support" to denote that a file is a test support file
sl@0
    47
// and shouldn't be listed in a batch file for running a group of tests
sl@0
    48
// By default, each test will be listed in a batch file for running a group
sl@0
    49
// of tests which can be left to run without requiring watching over
sl@0
    50
// by the person running the tests, i.e. tests where no user
sl@0
    51
// input is required.  The default will apply if neither "manual"
sl@0
    52
// or "support" is specified.
sl@0
    53
// Example: