Move soft_keymaster headers to include/keymaster
Change-Id: Ie832ff6db1b1a0f4994641f3088c898fb35697b9
diff --git a/soft_keymaster_device.h b/include/keymaster/soft_keymaster_device.h
similarity index 100%
rename from soft_keymaster_device.h
rename to include/keymaster/soft_keymaster_device.h
diff --git a/soft_keymaster_logger.h b/include/keymaster/soft_keymaster_logger.h
similarity index 100%
rename from soft_keymaster_logger.h
rename to include/keymaster/soft_keymaster_logger.h
diff --git a/soft_keymaster_device.cpp b/soft_keymaster_device.cpp
index 05ae6fe..c4421a9 100644
--- a/soft_keymaster_device.cpp
+++ b/soft_keymaster_device.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "soft_keymaster_device.h"
+#include <keymaster/soft_keymaster_device.h>
#include <assert.h>
#include <stdio.h>
@@ -34,9 +34,9 @@
#include <keymaster/authorization_set.h>
#include <keymaster/google_keymaster_messages.h>
#include <keymaster/key_blob.h>
+#include <keymaster/soft_keymaster_logger.h>
#include "google_softkeymaster.h"
-#include "soft_keymaster_logger.h"
const uint32_t SEND_BUF_SIZE = 8192;
const uint32_t RECV_BUF_SIZE = 8192;
diff --git a/soft_keymaster_logger.cpp b/soft_keymaster_logger.cpp
index d7b72f1..27d9355 100644
--- a/soft_keymaster_logger.cpp
+++ b/soft_keymaster_logger.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "soft_keymaster_logger.h"
+#include <keymaster/soft_keymaster_logger.h>
#include <stdarg.h>
#include <syslog.h>