• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2024 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# Configurations common to Trusty builds for Android Desktop.
17
18TRUSTY_BUILTIN_USER_TASKS := \
19	trusty/user/app/gatekeeper \
20	trusty/user/app/keymint/app \
21	trusty/user/app/storage \
22	trusty/user/base/app/apploader \
23	trusty/user/base/app/system_state_server_static \
24	trusty/user/desktop/app/gsc_svc/app \
25	trusty/user/desktop/app/pinweaver/app \
26	trusty/user/desktop/app/finger_guard/app \
27
28# TODO(359377657): Until we have real applications that leverage the GSC, use
29# sample services with fake implementations. Having these applications available
30# enables the Desktop image to pass the KeyMint unit tests and boot the OS. This
31# useful for development.
32TRUSTY_BUILTIN_USER_TASKS += \
33	trusty/user/app/sample/hwbcc \
34	trusty/user/app/sample/hwcrypto \
35
36WITH_FAKE_HWRNG ?= true
37WITH_FAKE_HWKEY ?= true
38WITH_FAKE_KEYBOX ?= true
39# Remove lines above once real services exist.
40