sbsv2/raptor/test/smoke_suite/sysdef_layers.py
branchfix
changeset 472 d1500715c073
parent 271 ba02dc2ff214
child 534 3b10c85868b1
equal deleted inserted replaced
471:8786668610ae 472:d1500715c073
    50 		"$(EPOCROOT)/epoc32/localisation/helloworld/rsc/helloworld.rpp",
    50 		"$(EPOCROOT)/epoc32/localisation/helloworld/rsc/helloworld.rpp",
    51 		"$(EPOCROOT)/epoc32/localisation/group/helloworld_reg.info",
    51 		"$(EPOCROOT)/epoc32/localisation/group/helloworld_reg.info",
    52 		"$(EPOCROOT)/epoc32/localisation/helloworld_reg/rsc/helloworld_reg.rpp"
    52 		"$(EPOCROOT)/epoc32/localisation/helloworld_reg/rsc/helloworld_reg.rpp"
    53 		]
    53 		]
    54 	t.addbuildtargets('smoke_suite/test_resources/sysdef/build_gen_source/bld.inf', [
    54 	t.addbuildtargets('smoke_suite/test_resources/sysdef/build_gen_source/bld.inf', [
    55 		"helloworld_/helloworld__resource_apps_sc.rpp"
    55 		"helloworld_/helloworld_sc.rpp"
    56 		])
    56 		])
    57 	t.addbuildtargets('smoke_suite/test_resources/sysdef/dependent/bld.inf', [
    57 	t.addbuildtargets('smoke_suite/test_resources/sysdef/dependent/bld.inf', [
    58 		"helloworld_exe/armv5/udeb/HelloWorld_Application.o",
    58 		"helloworld_exe/armv5/udeb/HelloWorld_Application.o",
    59 		"helloworld_exe/armv5/udeb/HelloWorld_AppUi.o",
    59 		"helloworld_exe/armv5/udeb/HelloWorld_AppUi.o",
    60 		"helloworld_exe/armv5/udeb/HelloWorld_AppView.o",
    60 		"helloworld_exe/armv5/udeb/HelloWorld_AppView.o",
    77 		"helloworld_exe/winscw/urel/HelloWorld_AppView.o",
    77 		"helloworld_exe/winscw/urel/HelloWorld_AppView.o",
    78 		"helloworld_exe/winscw/urel/HelloWorld_Document.o",
    78 		"helloworld_exe/winscw/urel/HelloWorld_Document.o",
    79 		"helloworld_exe/winscw/urel/HelloWorld_Main.o",
    79 		"helloworld_exe/winscw/urel/HelloWorld_Main.o",
    80 		"helloworld_exe/winscw/urel/helloworld.UID.CPP",
    80 		"helloworld_exe/winscw/urel/helloworld.UID.CPP",
    81 		"helloworld_exe/winscw/urel/helloworld_UID_.o",
    81 		"helloworld_exe/winscw/urel/helloworld_UID_.o",
    82 		"helloworld_reg_exe/helloworld_reg__private_10003a3f_apps_sc.rpp"
    82 		"helloworld_reg_exe/helloworld_reg_sc.rpp"
    83 		])
    83 		])
    84 	t.countmatch = [
    84 	t.countmatch = [
    85 		["<recipe .*layer='Component with Layer Dependencies' component='dependent'.*>", 37],
    85 		["<recipe .*layer='Component with Layer Dependencies' component='dependent'.*>", 38],
    86 		["<recipe .*layer='Build Generated Source' component='build generated source'.*>", 7]		
    86 		["<recipe .*layer='Build Generated Source' component='build generated source'.*>", 8]		
    87 		]
    87 		]
    88 	t.run()
    88 	t.run()
    89 	return t
    89 	return t