blob: 28215343ef717667eec272f0277f6403beb0d71b [file] [log] [blame]
/*
* Copyright (C) 2015 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: {23fe5938-ccd5-4a78-8baf-0f3d05ffc2df} */
#define GEN_HWCRYPTO_UUID \
{ \
0x23fe5938, 0xccd5, 0x4a78, { \
0x8b, 0xaf, 0x0f, 0x3d, 0x05, 0xff, 0xc2, 0xdf \
} \
}
/* 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 \
} \
}