lowlevellibsandfws/pluginfw/Group/profiling bld.inf
author hgs
Tue, 20 Jul 2010 16:35:53 +0530
changeset 44 97b0fb8a2cc2
permissions -rw-r--r--
201025
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44
hgs
parents:
diff changeset
     1
// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
hgs
parents:
diff changeset
     2
// All rights reserved.
hgs
parents:
diff changeset
     3
// This component and the accompanying materials are made available
hgs
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
hgs
parents:
diff changeset
     5
// which accompanies this distribution, and is available
hgs
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
hgs
parents:
diff changeset
     7
//
hgs
parents:
diff changeset
     8
// Initial Contributors:
hgs
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
hgs
parents:
diff changeset
    10
//
hgs
parents:
diff changeset
    11
// Contributors:
hgs
parents:
diff changeset
    12
//
hgs
parents:
diff changeset
    13
// Description:
hgs
parents:
diff changeset
    14
// This file basically provides the information required for building the whole of a component
hgs
parents:
diff changeset
    15
// C & C++ style comments are allowed in this file because it's passed through the C++ preprocessor
hgs
parents:
diff changeset
    16
// Examples are provided below of the kind of things we're expecting
hgs
parents:
diff changeset
    17
// 
hgs
parents:
diff changeset
    18
//
hgs
parents:
diff changeset
    19
hgs
parents:
diff changeset
    20
hgs
parents:
diff changeset
    21
PRJ_PLATFORMS
hgs
parents:
diff changeset
    22
// specify the platforms your component needs to be built for here
hgs
parents:
diff changeset
    23
// defaults to WINS MARM so you can ignore this if you just build these
hgs
parents:
diff changeset
    24
hgs
parents:
diff changeset
    25
hgs
parents:
diff changeset
    26
PRJ_EXPORTS
hgs
parents:
diff changeset
    27
// specify the source file followed by its destination here
hgs
parents:
diff changeset
    28
// copy will be used to copy the source file to its destination
hgs
parents:
diff changeset
    29
// If there's no destination then the source file will be copied
hgs
parents:
diff changeset
    30
// to the same name in \epoc32\include
hgs
parents:
diff changeset
    31
..\Framework\Inc\ECom.h							\epoc32\include\Ecom\ECom.h
hgs
parents:
diff changeset
    32
..\Framework\Inc\EComErrorCodes.h				\epoc32\include\Ecom\EComErrorCodes.h
hgs
parents:
diff changeset
    33
..\Framework\Inc\EComResolverParams.h			\epoc32\include\Ecom\EComResolverParams.h
hgs
parents:
diff changeset
    34
..\Framework\Inc\EComResolverParams.inl			\epoc32\include\Ecom\EComResolverParams.inl
hgs
parents:
diff changeset
    35
..\Framework\Inc\ImplementationInformation.h	\epoc32\include\Ecom\ImplementationInformation.h
hgs
parents:
diff changeset
    36
..\Framework\Inc\ImplementationInformation.inl	\epoc32\include\Ecom\ImplementationInformation.inl
hgs
parents:
diff changeset
    37
..\Framework\Inc\ImplementationProxy.h			\epoc32\include\Ecom\ImplementationProxy.h
hgs
parents:
diff changeset
    38
..\Framework\RegistryInfo.rh					\epoc32\include\Ecom\RegistryInfo.rh
hgs
parents:
diff changeset
    39
hgs
parents:
diff changeset
    40
// Specify the files to be exported to support test bed Dlls
hgs
parents:
diff changeset
    41
..\Test_Bed\Inc\ComponentInfo.h 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\ComponentInfo.h
hgs
parents:
diff changeset
    42
..\Test_Bed\Inc\ComponentInfo.inl 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\ComponentInfo.inl
hgs
parents:
diff changeset
    43
..\Test_Bed\Inc\ComponentTester.h 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\ComponentTester.h
hgs
parents:
diff changeset
    44
..\Test_Bed\Inc\ComponentTestObserver.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\ComponentTestObserver.h
hgs
parents:
diff changeset
    45
..\Test_Bed\Inc\DataFormat.h 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\DataFormat.h
hgs
parents:
diff changeset
    46
..\Test_Bed\Inc\DataLogger.h 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\DataLogger.h
hgs
parents:
diff changeset
    47
..\Test_Bed\Inc\DefaultLogOutput.h 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\DefaultLogOutput.h
hgs
parents:
diff changeset
    48
..\Test_Bed\Inc\LeakTestTransition.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\LeakTestTransition.h
hgs
parents:
diff changeset
    49
..\Test_Bed\Inc\StateAccessor.h 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\StateAccessor.h
hgs
parents:
diff changeset
    50
..\Test_Bed\Inc\TestBedDefinitions.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\TestBedDefinitions.h
hgs
parents:
diff changeset
    51
..\Test_Bed\Inc\TestController.h 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\TestController.h
hgs
parents:
diff changeset
    52
..\Test_Bed\Inc\TestManager.h 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\TestManager.h
hgs
parents:
diff changeset
    53
..\Test_Bed\Inc\TestManager.inl 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\TestManager.inl
hgs
parents:
diff changeset
    54
..\Test_Bed\Inc\TestUtilities.h 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\TestUtilities.h
hgs
parents:
diff changeset
    55
..\Test_Bed\Inc\Transition.h 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\Transition.h
hgs
parents:
diff changeset
    56
..\Test_Bed\Inc\Transition.inl 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\Transition.inl
hgs
parents:
diff changeset
    57
..\Test_Bed\Inc\TransitionObserver.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\TransitionObserver.h
hgs
parents:
diff changeset
    58
..\Test_Bed\Inc\UnitTest.h 				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\UnitTest.h
hgs
parents:
diff changeset
    59
..\Test_Bed\Inc\UnitTest.inl 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\UnitTest.inl
hgs
parents:
diff changeset
    60
..\Test_Bed\Inc\UnitTestInfo.h 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\UnitTestInfo.h
hgs
parents:
diff changeset
    61
..\Test_Bed\Inc\UnitTestInfo.inl 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\UnitTestInfo.inl
hgs
parents:
diff changeset
    62
..\Test_Bed\Inc\UnitTestObserver.h 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ecom\test_bed\UnitTestObserver.h
hgs
parents:
diff changeset
    63
hgs
parents:
diff changeset
    64
PRJ_MMPFILES
hgs
parents:
diff changeset
    65
// specify the .mmp files required for building the important component releasables
hgs
parents:
diff changeset
    66
// note that you should specify any .mmp files for test programs further down the file.
hgs
parents:
diff changeset
    67
//
hgs
parents:
diff changeset
    68
// It's best if the .MMP files are specified in the order in which the components are
hgs
parents:
diff changeset
    69
// built, but that eventually shouldn't matter
hgs
parents:
diff changeset
    70
//
hgs
parents:
diff changeset
    71
// Use C++ style #defines to denote that a component is only built for a particular platform
hgs
parents:
diff changeset
    72
//
hgs
parents:
diff changeset
    73
// specify "tidy" if the component you need to build doesn't need to be released to
hgs
parents:
diff changeset
    74
// the rest of the company
hgs
parents:
diff changeset
    75
// specify "ignore" if the MMP file exists but should be ignored - William wants this!
hgs
parents:
diff changeset
    76
hgs
parents:
diff changeset
    77
// Firstly build the plug-in framework library for profiling
hgs
parents:
diff changeset
    78
..\Framework\MMPFiles\Magic.mmp
hgs
parents:
diff changeset
    79
hgs
parents:
diff changeset
    80
// Now the test bed framework
hgs
parents:
diff changeset
    81
..\Test_Bed\MMPFiles\test_bed.mmp
hgs
parents:
diff changeset
    82
hgs
parents:
diff changeset
    83
PRJ_TESTMMPFILES
hgs
parents:
diff changeset
    84
// specify the .mmp files required for building any test programs here
hgs
parents:
diff changeset
    85
//
hgs
parents:
diff changeset
    86
// you can specify "manual" to denote that a test should be listed in a generated
hgs
parents:
diff changeset
    87
// batch file for running a group of tests which require user input during testing.
hgs
parents:
diff changeset
    88
// you can specify "support" to denote that a file is a test support file and shouldn't
hgs
parents:
diff changeset
    89
// be listed in a batch file for running a group of tests
hgs
parents:
diff changeset
    90
// By default, each test will be listed in a batch file for running a group of tests
hgs
parents:
diff changeset
    91
// which can be left to run without requiring watching over by the person running the tests,
hgs
parents:
diff changeset
    92
// i.e. tests where no user input is required.  The default will apply if neither "manual"
hgs
parents:
diff changeset
    93
// or "support" is specified.
hgs
parents:
diff changeset
    94
hgs
parents:
diff changeset
    95
// Self test library
hgs
parents:
diff changeset
    96
..\Test_Bed\MMPFiles\ComponentInfoTest.mmp
hgs
parents:
diff changeset
    97
..\Test_Bed\MMPFiles\DefaultLogOutputTest.mmp
hgs
parents:
diff changeset
    98
..\Test_Bed\MMPFiles\DataLoggerTest.mmp
hgs
parents:
diff changeset
    99
..\Test_Bed\MMPFiles\TransitionTest.mmp
hgs
parents:
diff changeset
   100
hgs
parents:
diff changeset
   101
// Build the example Magic implementation test libs
hgs
parents:
diff changeset
   102
..\Framework\MMPFiles\Example.mmp
hgs
parents:
diff changeset
   103
..\Framework\MMPFiles\Suicidal.mmp
hgs
parents:
diff changeset
   104
hgs
parents:
diff changeset
   105
// and the MAGIC test harness libraries
hgs
parents:
diff changeset
   106
..\Framework\MMPFiles\ExampleTests.mmp
hgs
parents:
diff changeset
   107
..\Framework\MMPFiles\DiscovererTest.mmp
hgs
parents:
diff changeset
   108
..\Framework\MMPFiles\RegistryDataTest.mmp
hgs
parents:
diff changeset
   109
..\Framework\MMPFiles\LoadManagerTest.mmp
hgs
parents:
diff changeset
   110
..\Framework\MMPFiles\MagicServerTest.mmp
hgs
parents:
diff changeset
   111
..\Framework\MMPFiles\RegistrarTest.mmp
hgs
parents:
diff changeset
   112
..\Framework\MMPFiles\ResolverTest.mmp
hgs
parents:
diff changeset
   113
hgs
parents:
diff changeset
   114
// and the default commandline test harness
hgs
parents:
diff changeset
   115
..\Test_Bed\MMPFiles\test_harness.mmp
hgs
parents:
diff changeset
   116
hgs
parents:
diff changeset
   117
PRJ_TESTEXPORTS
hgs
parents:
diff changeset
   118
// Specify the files to be exported to get test builds to work