1*ba62d9d3SAndroid Build Coastguard Worker# Copyright (c) 2019-2024, Intel Corporation 2*ba62d9d3SAndroid Build Coastguard Worker# 3*ba62d9d3SAndroid Build Coastguard Worker# Permission is hereby granted, free of charge, to any person obtaining a 4*ba62d9d3SAndroid Build Coastguard Worker# copy of this software and associated documentation files (the "Software"), 5*ba62d9d3SAndroid Build Coastguard Worker# to deal in the Software without restriction, including without limitation 6*ba62d9d3SAndroid Build Coastguard Worker# the rights to use, copy, modify, merge, publish, distribute, sublicense, 7*ba62d9d3SAndroid Build Coastguard Worker# and/or sell copies of the Software, and to permit persons to whom the 8*ba62d9d3SAndroid Build Coastguard Worker# Software is furnished to do so, subject to the following conditions: 9*ba62d9d3SAndroid Build Coastguard Worker# 10*ba62d9d3SAndroid Build Coastguard Worker# The above copyright notice and this permission notice shall be included 11*ba62d9d3SAndroid Build Coastguard Worker# in all copies or substantial portions of the Software. 12*ba62d9d3SAndroid Build Coastguard Worker# 13*ba62d9d3SAndroid Build Coastguard Worker# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 14*ba62d9d3SAndroid Build Coastguard Worker# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15*ba62d9d3SAndroid Build Coastguard Worker# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 16*ba62d9d3SAndroid Build Coastguard Worker# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 17*ba62d9d3SAndroid Build Coastguard Worker# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 18*ba62d9d3SAndroid Build Coastguard Worker# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 19*ba62d9d3SAndroid Build Coastguard Worker# OTHER DEALINGS IN THE SOFTWARE. 20*ba62d9d3SAndroid Build Coastguard Worker 21*ba62d9d3SAndroid Build Coastguard Workermedia_include_subdirectory(common) 22*ba62d9d3SAndroid Build Coastguard Workerif(XE_LPM_PLUS_SUPPORT) 23*ba62d9d3SAndroid Build Coastguard Worker media_include_subdirectory(xe_lpm_plus_r0) 24*ba62d9d3SAndroid Build Coastguard Worker media_include_subdirectory(xe_lpm_plus) 25*ba62d9d3SAndroid Build Coastguard Workerendif() 26*ba62d9d3SAndroid Build Coastguard Worker 27*ba62d9d3SAndroid Build Coastguard Workerif(MTL OR ARL) 28*ba62d9d3SAndroid Build Coastguard Worker media_include_subdirectory(Xe_M_plus) 29*ba62d9d3SAndroid Build Coastguard Workerendif() 30*ba62d9d3SAndroid Build Coastguard Worker 31*ba62d9d3SAndroid Build Coastguard Workerif(XE2_LPM_SUPPORT) 32*ba62d9d3SAndroid Build Coastguard Workermedia_include_subdirectory(xe2_lpm) 33*ba62d9d3SAndroid Build Coastguard Workermedia_include_subdirectory(xe2_lpm_r0) 34*ba62d9d3SAndroid Build Coastguard Workerendif() 35*ba62d9d3SAndroid Build Coastguard Worker 36*ba62d9d3SAndroid Build Coastguard Workerif(XE2_HPM_SUPPORT) 37*ba62d9d3SAndroid Build Coastguard Workermedia_include_subdirectory(xe2_hpm) 38*ba62d9d3SAndroid Build Coastguard Workermedia_include_subdirectory(xe2_hpm_r0) 39*ba62d9d3SAndroid Build Coastguard Workerendif()