messagingappbase/obexmtms/btmtm/btclient/group/BLD.INF
author hgs
Wed, 03 Nov 2010 22:55:44 +0530
changeset 80 8b14b30db193
child 47 5b14749788d7
permissions -rw-r--r--
201044_02
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
80
8b14b30db193 201044_02
hgs
parents:
diff changeset
     1
// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
8b14b30db193 201044_02
hgs
parents:
diff changeset
     2
// All rights reserved.
8b14b30db193 201044_02
hgs
parents:
diff changeset
     3
// This component and the accompanying materials are made available
8b14b30db193 201044_02
hgs
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
8b14b30db193 201044_02
hgs
parents:
diff changeset
     5
// which accompanies this distribution, and is available
8b14b30db193 201044_02
hgs
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
8b14b30db193 201044_02
hgs
parents:
diff changeset
     7
//
8b14b30db193 201044_02
hgs
parents:
diff changeset
     8
// Initial Contributors:
8b14b30db193 201044_02
hgs
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
8b14b30db193 201044_02
hgs
parents:
diff changeset
    10
//
8b14b30db193 201044_02
hgs
parents:
diff changeset
    11
// Contributors:
8b14b30db193 201044_02
hgs
parents:
diff changeset
    12
//
8b14b30db193 201044_02
hgs
parents:
diff changeset
    13
// Description:
8b14b30db193 201044_02
hgs
parents:
diff changeset
    14
// $Workfile: BLD.INF $
8b14b30db193 201044_02
hgs
parents:
diff changeset
    15
// $Author: Stevep $
8b14b30db193 201044_02
hgs
parents:
diff changeset
    16
// $Revision: 13 $
8b14b30db193 201044_02
hgs
parents:
diff changeset
    17
// $Date: 21/03/02 11:12 $
8b14b30db193 201044_02
hgs
parents:
diff changeset
    18
// This file basically provides the information required for building the whole of a component
8b14b30db193 201044_02
hgs
parents:
diff changeset
    19
// C & C++ style comments are allowed in this file because it's passed through the C++ preprocessor
8b14b30db193 201044_02
hgs
parents:
diff changeset
    20
// Examples are provided below of the kind of things we're expecting
8b14b30db193 201044_02
hgs
parents:
diff changeset
    21
// 
8b14b30db193 201044_02
hgs
parents:
diff changeset
    22
//
8b14b30db193 201044_02
hgs
parents:
diff changeset
    23
8b14b30db193 201044_02
hgs
parents:
diff changeset
    24
PRJ_EXPORTS
8b14b30db193 201044_02
hgs
parents:
diff changeset
    25
// specify the source file followed by its destination here
8b14b30db193 201044_02
hgs
parents:
diff changeset
    26
// copy will be used to copy the source file to its destination
8b14b30db193 201044_02
hgs
parents:
diff changeset
    27
// If there's no destination then the source file will be copied
8b14b30db193 201044_02
hgs
parents:
diff changeset
    28
// to the same name in /epoc32/include
8b14b30db193 201044_02
hgs
parents:
diff changeset
    29
8b14b30db193 201044_02
hgs
parents:
diff changeset
    30
../Include/btcmtm.h SYMBIAN_APP_LAYER_PLATFORM_EXPORT_PATH(btcmtm.h)
8b14b30db193 201044_02
hgs
parents:
diff changeset
    31
//../include/btmsgtypeuid.h	<- exported by the generic mtm build process.
8b14b30db193 201044_02
hgs
parents:
diff changeset
    32
../Include/btHeader.h SYMBIAN_APP_LAYER_PLATFORM_EXPORT_PATH(btheader.h)
8b14b30db193 201044_02
hgs
parents:
diff changeset
    33
#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
8b14b30db193 201044_02
hgs
parents:
diff changeset
    34
#ifdef SYMBIAN_OLD_EXPORT_LOCATION
8b14b30db193 201044_02
hgs
parents:
diff changeset
    35
../Include/btmtmcmds.h /epoc32/include/btmtmcmds.h
8b14b30db193 201044_02
hgs
parents:
diff changeset
    36
#endif
8b14b30db193 201044_02
hgs
parents:
diff changeset
    37
#endif
8b14b30db193 201044_02
hgs
parents:
diff changeset
    38
8b14b30db193 201044_02
hgs
parents:
diff changeset
    39
8b14b30db193 201044_02
hgs
parents:
diff changeset
    40
PRJ_MMPFILES
8b14b30db193 201044_02
hgs
parents:
diff changeset
    41
// specify the .mmp files required for building the important component releasables
8b14b30db193 201044_02
hgs
parents:
diff changeset
    42
// note that you should specify any .mmp files for test programs further down the file.
8b14b30db193 201044_02
hgs
parents:
diff changeset
    43
//
8b14b30db193 201044_02
hgs
parents:
diff changeset
    44
// It's best if the .MMP files are specified in the order in which the components are
8b14b30db193 201044_02
hgs
parents:
diff changeset
    45
// built, but that eventually shouldn't matter
8b14b30db193 201044_02
hgs
parents:
diff changeset
    46
//
8b14b30db193 201044_02
hgs
parents:
diff changeset
    47
// Use C++ style #defines to denote that a component is only built for a particular platform
8b14b30db193 201044_02
hgs
parents:
diff changeset
    48
//
8b14b30db193 201044_02
hgs
parents:
diff changeset
    49
// specify "tidy" if the component you need to build doesn't need to be released to
8b14b30db193 201044_02
hgs
parents:
diff changeset
    50
// the rest of the company
8b14b30db193 201044_02
hgs
parents:
diff changeset
    51
// specify "ignore" if the MMP file exists but should be ignored - William wants this!
8b14b30db193 201044_02
hgs
parents:
diff changeset
    52
8b14b30db193 201044_02
hgs
parents:
diff changeset
    53
8b14b30db193 201044_02
hgs
parents:
diff changeset
    54
./btcmtm.mmp
8b14b30db193 201044_02
hgs
parents:
diff changeset
    55
8b14b30db193 201044_02
hgs
parents:
diff changeset
    56
8b14b30db193 201044_02
hgs
parents:
diff changeset
    57
8b14b30db193 201044_02
hgs
parents:
diff changeset
    58
8b14b30db193 201044_02
hgs
parents:
diff changeset
    59
8b14b30db193 201044_02
hgs
parents:
diff changeset
    60
PRJ_TESTMMPFILES
8b14b30db193 201044_02
hgs
parents:
diff changeset
    61
// specify the .mmp files required for building any test programs here
8b14b30db193 201044_02
hgs
parents:
diff changeset
    62
//
8b14b30db193 201044_02
hgs
parents:
diff changeset
    63
// you can specify "manual" to denote that a test should be listed in a generated
8b14b30db193 201044_02
hgs
parents:
diff changeset
    64
// batch file for running a group of tests which require user input during testing.
8b14b30db193 201044_02
hgs
parents:
diff changeset
    65
// you can specify "support" to denote that a file is a test support file and shouldn't
8b14b30db193 201044_02
hgs
parents:
diff changeset
    66
// be listed in a batch file for running a group of tests
8b14b30db193 201044_02
hgs
parents:
diff changeset
    67
// By default, each test will be listed in a batch file for running a group of tests
8b14b30db193 201044_02
hgs
parents:
diff changeset
    68
// which can be left to run without requiring watching over by the person running the tests,
8b14b30db193 201044_02
hgs
parents:
diff changeset
    69
// i.e. tests where no user input is required.  The default will apply if neither "manual"
8b14b30db193 201044_02
hgs
parents:
diff changeset
    70
// or "support" is specified.