common/tools/ats/smoketest/appinstall/group/Bld.inf
author brendand
Thu, 05 Nov 2009 12:29:50 +0000
changeset 739 552776214487
child 740 cd5265e3bfd7
permissions -rw-r--r--
Test: Tweaked Profile tests and added AppInstall
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
739
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     1
/*
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     3
* All rights reserved.
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     4
* This component and the accompanying materials are made available
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     5
* under the terms of the License "Symbian Foundation License v1.0"
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     6
* which accompanies this distribution, and is available
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     7
* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     8
*
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
     9
* Initial Contributors:
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    11
*
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    12
* Contributors:
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    13
* 
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    14
* Description:
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    15
*
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    16
*/
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    17
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    18
PRJ_PLATFORMS
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    19
// specify the platforms your component needs to be built for here
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    20
// defaults to WINS MARM so you can ignore this if you just build these
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    21
	
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    22
	DEFAULT
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    23
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    24
PRJ_TESTEXPORTS
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    25
// NOTE: If using ARS requirements all export operations should be done under this.
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    26
// 'abld test export'
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    27
../conf/AppInstallSmokeTestModule.cfg	c:/smoketest/AppInstallSmokeTest.cfg
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    28
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    29
PRJ_EXPORTS
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    30
// Specify the source file followed by its destination here
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    31
// copy will be used to copy the source file to its destination
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    32
// If there's no destination then the source file will be copied
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    33
// to the same name in \epoc32\include
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    34
// Example: 
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    35
/*
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    36
\agnmodel\inc\AGMCOMON.H
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    37
*/
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    38
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    39
PRJ_TESTMMPFILES
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    40
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    41
	AppInstallSmokeTestModule.mmp
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    42
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    43
PRJ_MMPFILES
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    44
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    45
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    46
// Specify the .mmp files required for building the important component
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    47
// releasables.
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    48
//
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    49
// Specify "tidy" if the component you need to build doesn't need to be
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    50
// released. Specify "ignore" if the MMP file exists but should be
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    51
// ignored.
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    52
// Example:
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    53
/*
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    54
\agnmodel\group\agnmodel.mmp
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    55
#if defined(MARM)
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    56
\agnmodel\group\agsvexe.mmp
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    57
#endif
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    58
*/
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    59
552776214487 Test: Tweaked Profile tests and added AppInstall
brendand
parents:
diff changeset
    60
//  End of File