1# Copyright 2019 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 7import("//build/toolchain/platform.gni") 8 9source_set("vmlib") { 10 sources = [ 11 "ffa.c", 12 "ffa_v1_0.c", 13 ] 14} 15