summaryrefslogtreecommitdiff
path: root/app/hwcrypto/uuids.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/hwcrypto/uuids.h')
-rw-r--r--app/hwcrypto/uuids.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/app/hwcrypto/uuids.h b/app/hwcrypto/uuids.h
deleted file mode 100644
index b1ef05e..0000000
--- a/app/hwcrypto/uuids.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * Copyright (C) 2015-2017 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#pragma once
-
-/* This App UUID: {1adaf827-806b-4bcf-bcec-7e7d2f5a0a5c} */
-#define IMX_HWCRYPTO_UUID \
- { \
- 0x1adaf827, 0x806b, 0x4bcf, { \
- 0xbc, 0xec, 0x7e, 0x7d, 0x2f, 0x5a, 0x0a, 0x5c \
- } \
- }
-
-/* HWCRYPTO unittest App UUID */
-#define HWCRYPTO_UNITTEST_APP_UUID \
- { \
- 0xab742471, 0xd6e6, 0x4806, { \
- 0x85, 0xf6, 0x05, 0x55, 0xb0, 0x24, 0xf4, 0xda \
- } \
- }
-
-/* Secure Storage Server App UUID */
-#define SECURE_STORAGE_SERVER_APP_UUID \
- { \
- 0xcea8706d, 0x6cb4, 0x49f3, { \
- 0xb9, 0x94, 0x29, 0xe0, 0xe4, 0x78, 0xbd, 0x29 \
- } \
- }