• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (C) 2025 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#      http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16#
17# complement with the placeholder trusted hals
18#
19WITH_FAKE_HWRNG ?= true
20WITH_FAKE_HWKEY ?= true
21WITH_FAKE_KEYBOX ?= true
22
23# Derive RPMB key using HKDF
24WITH_HKDF_RPMB_KEY ?= true
25
26STORAGE_ENABLE_ERROR_REPORTING ?= true
27STORAGE_AIDL_ENABLED ?= true
28TRUSTY_VM_INCLUDE_SECURE_STORAGE_HAL ?= true
29
30KEYMINT_TRUSTY_VM ?= nonsecure
31
32include project/vm-arm64-security-inc.mk
33
34TRUSTY_BUILTIN_USER_TASKS += \
35	trusty/user/app/authmgr/authmgr-be/app \
36	trusty/user/app/sample/hwaes \
37	trusty/user/app/sample/hwbcc \
38	trusty/user/app/sample/hwcrypto \
39	trusty/user/app/sample/hwcryptohal/server/app \
40	trusty/user/app/sample/hwwsk \
41	trusty/user/app/sample/rust-hello-world-trusted-hal/app \
42	trusty/user/app/storage \
43	trusty/user/base/app/metrics \
44	trusty/user/base/app/system_state_server_static \
45
46