resourcemgmt/hwresourcesmgr/test/group/howto_test_hwrm.txt
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
child 23 c26be94c8889
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     1 Steps to test HWRM
       
     2 ------------------------------
       
     3 - Change to \sf\os\devicesrv\resourcemgmt\hwresourcesmgr\test\group directory
       
     4 - Build test code by executing 'sbs -c armv5.test' (for armv5 target)
       
     5 - Include te_hwrm.iby file in the rom build by adding the following line in 
       
     6 	SymbianOS.iby (one such file which is included in rom building)
       
     7 	
       
     8 	#include <te_hwrm.iby>
       
     9 	
       
    10 Note: There are certain test specific cenrep files that we export from within 
       
    11 			this test code. They might get overridden on certain platforms such as 
       
    12 			platsim by the crml files export as part of production code. They should 
       
    13 			be removed by manually deletion. List of those crml	files is as follows:
       
    14 				
       
    15 				Exported from \sf\os\devicesrv\resourcemgmt\hwresourcesmgrconfig\conf
       
    16 				1. hwresourcesandenhancements_10200C8B.crml
       
    17 				2. hwresourcesandenhancements_10200C8C.crml
       
    18 				3. hwresourcesandenhancements_10200C8D.crml
       
    19 				4. hwresourcesandenhancements_10205043.crml
       
    20 				
       
    21 				Exported from \sf\os\devicesrv\resourceinterfaces\fmtransmittercontrol\conf
       
    22 				5. hwresourceclientfmtx_20008EA6.crml
       
    23 				
       
    24 Command to run HWRM tests
       
    25 ------------------------------
       
    26 - After booting the built rom image, switch to eshell
       
    27 - For the TEF tests, run the command
       
    28 	testexecute z:\testdata\scripts\te_hwrm.script
       
    29 			
       
    30 - There are additional RTests, run the command
       
    31 	hwrmtests.exe
       
    32