diff options
| author | Liron Daniel <lirond@codeaurora.org> | 2020-02-04 15:03:36 +0200 |
|---|---|---|
| committer | Liron Daniel <lirond@codeaurora.org> | 2020-02-04 15:03:36 +0200 |
| commit | 0e554aef673a1dadbc53e9d2984a47b69f2f7b7e (patch) | |
| tree | c55bf68510f806261a5fab829fff52ef92a3e11e | |
| parent | b000a0d459ab36ba0e798a804b852178d681d2e3 (diff) | |
secpolicy: move spu HAL attributes to public folder
Move spu HAL attributes to public folder to be used by product
partition components.
Change-Id: Id1f9410df87050bb45057c1fe11ebbc9504c08f3
| -rw-r--r-- | qva/public/attributes | 4 | ||||
| -rw-r--r-- | qva/vendor/common/attributes | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/qva/public/attributes b/qva/public/attributes index 870049ac..477d0cf6 100644 --- a/qva/public/attributes +++ b/qva/public/attributes @@ -28,3 +28,7 @@ attribute sigmahal; attribute sigmahal_server; attribute sigmahal_client; + +attribute hal_spu; +attribute hal_spu_client; +attribute hal_spu_server; diff --git a/qva/vendor/common/attributes b/qva/vendor/common/attributes index 62d70f63..c06997bb 100644 --- a/qva/vendor/common/attributes +++ b/qva/vendor/common/attributes @@ -119,10 +119,6 @@ attribute hal_bluetooth_dun; attribute hal_bluetooth_dun_client; attribute hal_bluetooth_dun_server; -attribute hal_spu; -attribute hal_spu_client; -attribute hal_spu_server; - attribute hal_embmssl; attribute hal_embmssl_client; attribute hal_embmssl_server; |
