1# Copyright 2024 The Hafnium Authors. 2# 3# Use of this source code is governed by a BSD-style 4# license that can be found in the LICENSE file or at 5# https://opensource.org/licenses/BSD-3-Clause. 6 7source_set("memory_protect") { 8 public_configs = [ "//src/arch/aarch64:config" ] 9 sources = [ "rme.c" ] 10} 11