OSDN Git Service

SecurityModule boilerplate code
authorJakub Pawlowski <jpawlowski@google.com>
Thu, 10 Oct 2019 12:36:29 +0000 (14:36 +0200)
committerJakub Pawlowski <jpawlowski@google.com>
Wed, 16 Oct 2019 10:41:57 +0000 (10:41 +0000)
commitfa057bd75ebf47c1ad5b5efe30d494ac289a36c0
treeb337f12bf4a6c77e44cd5a95a50fb2070217b749
parent9eaeea0b0a746892f6459d4f298b3bb1f7b3642f
SecurityModule boilerplate code

This is boilerplate code for SecurityModule and SecurityManager

Bug: 142341141
Test: no test yet
Change-Id: Ie08c8ef7ee78e71a9c61dff6b45192ce0e1c3f1c
gd/security/Android.bp
gd/security/internal/security_manager_impl.h [new file with mode: 0644]
gd/security/security_manager.h [new file with mode: 0644]
gd/security/security_module.cc [new file with mode: 0644]
gd/security/security_module.h [new file with mode: 0644]
gd/shim/stack.cc