common/tools/ats/smoketest/profiles/group/Bld.inf
author Johan Groth <johang@symbian.org>
Fri, 10 Sep 2010 11:29:11 +0100
changeset 1251 0fc9e31020ea
parent 872 17498133d9ad
permissions -rw-r--r--
Bug 3679 Moved the copy statement of canonical_system_definition_${sf.spec.sysdef.configurations.list}.xml from generate-layers to sf-zip-logs as generate-layers is not used any longer.
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
872
17498133d9ad adding EPL headers to smoke test
victorp@symbian.org
parents: 726
diff changeset
     5
* under the terms of the License "Eclipse Public License v1.0"
722
d34d2cabd32d Adding profiles smoke tests
brendand
parents:
diff changeset
     6
* which accompanies this distribution, and is available
872
17498133d9ad adding EPL headers to smoke test
victorp@symbian.org
parents: 726
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
722
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