sbsv2/raptor/test/smoke_suite/sysdef_layers.py
changeset 18 de5b887c98f7
parent 13 c327db0664bb
child 28 b8fa7dfeeaa1
equal deleted inserted replaced
14:eb060913c963 18:de5b887c98f7
    44 		"$(EPOCROOT)/epoc32/release/winscw/urel/z/resource/apps/helloworld.mbm",
    44 		"$(EPOCROOT)/epoc32/release/winscw/urel/z/resource/apps/helloworld.mbm",
    45 		"$(EPOCROOT)/epoc32/release/winscw/urel/helloworld.exe",
    45 		"$(EPOCROOT)/epoc32/release/winscw/urel/helloworld.exe",
    46 		"$(EPOCROOT)/epoc32/release/winscw/urel/helloworld.exe.map",
    46 		"$(EPOCROOT)/epoc32/release/winscw/urel/helloworld.exe.map",
    47 		"$(EPOCROOT)/epoc32/release/winscw/urel/z/private/10003a3f/apps/helloworld_reg.rsc",
    47 		"$(EPOCROOT)/epoc32/release/winscw/urel/z/private/10003a3f/apps/helloworld_reg.rsc",
    48 		"$(EPOCROOT)/epoc32/release/winscw/urel/z/resource/apps/helloworld.rsc",
    48 		"$(EPOCROOT)/epoc32/release/winscw/urel/z/resource/apps/helloworld.rsc",
    49 		"$(EPOCROOT)/epoc32/localisation/group/helloworld.info",
       
    50 		"$(EPOCROOT)/epoc32/localisation/helloworld/rsc/helloworld.rpp",
       
    51 		"$(EPOCROOT)/epoc32/localisation/group/helloworld_reg.info",
       
    52 		"$(EPOCROOT)/epoc32/localisation/helloworld_reg/rsc/helloworld_reg.rpp"
       
    53 		]
    49 		]
    54 	t.addbuildtargets('smoke_suite/test_resources/sysdef/build_gen_source/bld.inf', [
    50 	t.addbuildtargets('smoke_suite/test_resources/sysdef/build_gen_source/bld.inf', [
    55 		"helloworld_/helloworld__resource_apps_sc.rpp"
    51 		"helloworld_/helloworld_HelloWorld_sc.rpp"
    56 		])
    52 		])
    57 	t.addbuildtargets('smoke_suite/test_resources/sysdef/dependent/bld.inf', [
    53 	t.addbuildtargets('smoke_suite/test_resources/sysdef/dependent/bld.inf', [
    58 		"helloworld_exe/armv5/udeb/HelloWorld_Application.o",
    54 		"helloworld_exe/armv5/udeb/HelloWorld_Application.o",
    59 		"helloworld_exe/armv5/udeb/HelloWorld_AppUi.o",
    55 		"helloworld_exe/armv5/udeb/HelloWorld_AppUi.o",
    60 		"helloworld_exe/armv5/udeb/HelloWorld_AppView.o",
    56 		"helloworld_exe/armv5/udeb/HelloWorld_AppView.o",
    77 		"helloworld_exe/winscw/urel/HelloWorld_AppView.o",
    73 		"helloworld_exe/winscw/urel/HelloWorld_AppView.o",
    78 		"helloworld_exe/winscw/urel/HelloWorld_Document.o",
    74 		"helloworld_exe/winscw/urel/HelloWorld_Document.o",
    79 		"helloworld_exe/winscw/urel/HelloWorld_Main.o",
    75 		"helloworld_exe/winscw/urel/HelloWorld_Main.o",
    80 		"helloworld_exe/winscw/urel/helloworld.UID.CPP",
    76 		"helloworld_exe/winscw/urel/helloworld.UID.CPP",
    81 		"helloworld_exe/winscw/urel/helloworld_UID_.o",
    77 		"helloworld_exe/winscw/urel/helloworld_UID_.o",
    82 		"helloworld_reg_exe/helloworld_reg__private_10003a3f_apps_sc.rpp"
    78 		"helloworld_reg_exe/helloworld_reg_HelloWorld_reg_sc.rpp"
    83 		])
    79 		])
    84 	t.countmatch = [
    80 	t.countmatch = [
    85 		["<recipe .*layer='Component with Layer Dependencies' component='dependent'.*>", 37],
    81 		["<recipe .*layer='Component with Layer Dependencies' component='dependent'.*>", 34],
    86 		["<recipe .*layer='Build Generated Source' component='build generated source'.*>", 7]		
    82 		["<recipe .*layer='Build Generated Source' component='build generated source'.*>", 4]		
    87 		]
    83 		]
    88 	t.run()
    84 	t.run()
    89 	return t
    85 	return t