1# 2# Copyright (c) 2020-2021 Huawei Device Co., Ltd. 3# 4# This software is licensed under the terms of the GNU General Public 5# License version 2, as published by the Free Software Foundation, and 6# may be copied, distributed, and modified under those terms. 7# 8# This program is distributed in the hope that it will be useful, 9# but WITHOUT ANY WARRANTY; without even the implied warranty of 10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# GNU General Public License for more details. 12# 13# 14 15obj-y += ../../../../framework/utils/src/hcs_parser/device_resource_if.o \ 16 ../../../../framework/utils/src/hcs_parser/hcs_blob_if.o \ 17 ../../../../framework/utils/src/hcs_parser/hcs_generate_tree.o \ 18 ../../../../framework/utils/src/hcs_parser/hcs_buildin_parser.o \ 19 ../../../../framework/utils/src/hcs_parser/hcs_parser.o \ 20 ../../../../framework/utils/src/hcs_parser/hcs_tree_if.o 21ccflags-y +=-I$(srctree)/include/hdf \ 22 -I$(srctree)/include/hdf/osal \ 23 -I$(srctree)/include/hdf/utils \ 24 -I$(srctree)/drivers/hdf/khdf/osal/include \ 25 -I$(srctree)/drivers/hdf/framework/include \ 26 -I$(srctree)/drivers/hdf/framework/include/utils \ 27 -I$(srctree)/drivers/hdf/framework/include/config \ 28 -I$(srctree)/drivers/hdf/inner_api/osal/shared \ 29 -I$(srctree)/drivers/hdf/inner_api/utils \ 30 -I$(srctree)/drivers/hdf/inner_api/core \ 31 -I$(srctree)/drivers/hdf/inner_api/host/shared \ 32 -I$(srctree)/drivers/hdf/framework/utils/include