[roll] Roll fuchsia [SetUI][Agent] Move policy inspect broker to Agent

This changelist moves policy inspect broker to an agent. The agent is
hard coded in the lib.rs. I will have a seprate CL to include this agent
in the config file.

Multiply: setui_service_tests
Original-Bug: 68268
Tests:
* fx test setui_service_tests
* fx ota, service can start as expected
* iquery shows same results for the broker and the agent. I kept both
but named agent with policy_values_agent.
```
fx iquery -f json show setui_service.cmx | fx jq '.[0].payload.root.policy_values_agent | keys'
>
[
  "Audio"
]
fx iquery -f json show setui_service.cmx | fx jq '.[0].payload.root.policy_values | keys'
>
[
  "Audio"
]
```

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/498461
Original-Revision: d8016b16760d9c7b5be42447852e56942d4ba51a
GitOrigin-RevId: af2bb5d64009f06e2dfb20935ba1f6dcb004652f
Change-Id: Ic3bec0b5966f4880d2fdbca5008fdb705893725d
1 file changed
tree: 29e516e6fdcbddbdbc777c10b4c084608e03ed36
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.