Move tef-simulator-helloworld to "System" domain 91/182091/1
authorIgor Kotrasinski <i.kotrasinsk@partner.samsung.com>
Tue, 19 Jun 2018 13:15:55 +0000 (15:15 +0200)
committerIgor Kotrasinski <i.kotrasinsk@partner.samsung.com>
Wed, 20 Jun 2018 08:17:33 +0000 (10:17 +0200)
As shared memory is still allocated client-side, CAs should be in System domain
so that the TA can read it.

Change-Id: Ie869082afe439fb7f2dd695a9644a649e72c0dac
Signed-off-by: Igor Kotrasinski <i.kotrasinsk@partner.samsung.com>
packaging/tef-simulator-helloworld.manifest

index 7055a26..ca4b21b 100644 (file)
@@ -3,6 +3,6 @@
                <filesystem path="/usr/lib/tastore/00000000000000000000112233445566" label="System::TEF"/>
        </assign>
        <request>
-               <domain name="_" />
+               <domain name="System" />
        </request>
 </manifest>