summaryrefslogtreecommitdiff
path: root/app/hwcrypto/uuids.h
blob: b1ef05e391e9a968ffabcff41653e8eac03e825d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*
 * 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 \
        }                                                  \
    }