sbsv2/raptor/test/smoke_suite/implib_winscw.py
changeset 625 a1925fb7753a
parent 591 22486c9c7b15
equal deleted inserted replaced
624:f70b728ea30c 625:a1925fb7753a
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of the License "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    24 			+ "winscw LIBRARY"
    24 			+ "winscw LIBRARY"
    25 	t.targets = [
    25 	t.targets = [
    26 		"$(EPOCROOT)/epoc32/release/winscw/udeb/simple_implib.lib"
    26 		"$(EPOCROOT)/epoc32/release/winscw/udeb/simple_implib.lib"
    27 		]
    27 		]
    28 	t.addbuildtargets('smoke_suite/test_resources/simple_implib/bld.inf', [
    28 	t.addbuildtargets('smoke_suite/test_resources/simple_implib/bld.inf', [
    29 		["simple_implib/simple_implib_lib/winscw/udeb/simple_implib.prep.def",
    29 		["simple_implib_lib/winscw/udeb/simple_implib.prep.def",
    30 		"simple_implib/simple_implib_lib/winscw/urel/simple_implib.prep.def"]
    30 		"simple_implib_lib/winscw/urel/simple_implib.prep.def"]
    31 	])
    31 	])
    32 	t.run()
    32 	t.run()
    33 	return t
    33 	return t