common/tools/ats/smoketest/profiles/group/Bld.inf
author brendand
Mon, 02 Nov 2009 13:46:30 +0000
changeset 726 da6b4fd2d1ca
parent 722 d34d2cabd32d
child 872 17498133d9ad
permissions -rw-r--r--
export to 'smoketest' instead of 'testframework'
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
722
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
     1
/*
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
     3
* All rights reserved.
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
     4
* This component and the accompanying materials are made available
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
     5
* under the terms of the License "Symbian Foundation License v1.0"
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
     6
* which accompanies this distribution, and is available
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
     7
* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
     8
*
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
     9
* Initial Contributors:
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    11
*
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    12
* Contributors:
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    13
* 
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    14
* Description:
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    15
*
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    16
*/
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    17
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    18
PRJ_PLATFORMS
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    19
// specify the platforms your component needs to be built for here
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    20
// defaults to WINS MARM so you can ignore this if you just build these
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    21
	
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    22
	DEFAULT
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    23
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    24
PRJ_TESTEXPORTS
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    25
// NOTE: If using ARS requirements all export operations should be done under this.
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    26
// 'abld test export'
726
da6b4fd2d1ca export to 'smoketest' instead of 'testframework'
brendand
parents: 722
diff changeset
    27
../conf/ProfileSmokeTestModule.cfg c:/smoketest/ProfileSmokeTestModule.cfg
722
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    28
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    29
PRJ_TESTMMPFILES
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    30
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    31
	ProfileSmokeTestModule.mmp
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    32
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
    33
//  End of File