targetavcsysnodesconfigs.xml 711 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. /* Copyright (c) 2023 Qualcomm Technologies, Inc.
  4. * All Rights Reserved.
  5. * Confidential and Proprietary - Qualcomm Technologies, Inc.
  6. */
  7. -->
  8. <!--__________________________________Example format_______________________________________________
  9. <SysNode Idx="0x8" Perm="6" WVal="10"/>
  10. Perm: The permission to check on the above Node.
  11. r w x
  12. 1 0 0 = 4
  13. 1 1 0 = 6
  14. 0 1 0 = 2
  15. ...
  16. WVal: The value to be written for Avc denial testing. It can be string, int etc.
  17. -->
  18. <ResourceConfigs>
  19. <PerfResources>
  20. <SysNode Idx="0xD" Perm="6" WVal="1" RVal="Y" />
  21. </PerfResources>
  22. </ResourceConfigs>