[Media Common] Media softlet folder

Media softlet folder
This commit is contained in:
Wang_Pingli 2021-06-10 22:18:34 +08:00 committed by Sherry Lin
parent 4630e300a8
commit 47d9a23786
8 changed files with 34 additions and 23 deletions

View File

@ -1,4 +1,4 @@
# Copyright (c) 2017, Intel Corporation
# Copyright (c) 2017 - 2021, Intel Corporation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),

View File

@ -1,4 +1,4 @@
# Copyright (c) 2017-2018, Intel Corporation
# Copyright (c) 2017-2021, Intel Corporation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
@ -21,6 +21,5 @@
media_include_subdirectory(cm)
media_include_subdirectory(codec)
media_include_subdirectory(hw)
media_include_subdirectory(os)
media_include_subdirectory(renderhal)
media_include_subdirectory(vp)

View File

@ -1,4 +1,4 @@
# Copyright (c) 2017-2019, Intel Corporation
# Copyright (c) 2017-2021, Intel Corporation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
@ -19,10 +19,3 @@
# OTHER DEALINGS IN THE SOFTWARE.
media_include_subdirectory(vp)
if(ENABLE_KERNELS)
if(ENABLE_NONFREE_KERNELS)
media_include_subdirectory(kernel)
else()
media_include_subdirectory(kernel_free)
endif()
endif()

View File

@ -1,4 +1,4 @@
# Copyright (c) 2017-2018, Intel Corporation
# Copyright (c) 2017-2021, Intel Corporation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
@ -20,4 +20,3 @@
media_include_subdirectory(codec)
media_include_subdirectory(hw)
media_include_subdirectory(media_interfaces)

View File

@ -33,3 +33,4 @@ bs_set_if_undefined(MEDIA_DRIVER_AGNOSTIC "${MEDIA_DRIVER_ROOT}/agnostic")
bs_set_if_undefined(MEDIA_DRIVER_LINUX "${MEDIA_DRIVER_ROOT}/linux")
include( ${MEDIA_EXT_CMAKE}/ext/media_defs_ext.cmake OPTIONAL )
include( ${MEDIA_SOFTLET_EXT_CMAKE}/media_defs_ext.cmake OPTIONAL )

View File

@ -1,4 +1,4 @@
# Copyright (c) 2017, Intel Corporation
# Copyright (c) 2017 - 2021, Intel Corporation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
@ -28,14 +28,6 @@ if(GEN9)
media_include_subdirectory(gen9)
endif()
if(GEN9_CML)
media_include_subdirectory(gen9_cml)
endif()
if(GEN9_CMPV)
media_include_subdirectory(gen9_cmpv)
endif()
if(GEN9_BXT)
media_include_subdirectory(gen9_bxt)
endif()

View File

@ -64,7 +64,11 @@ media_include_subdirectory(agnostic)
media_include_subdirectory(linux)
media_include_subdirectory(media_driver_next)
media_include_subdirectory(media_interface)
media_include_subdirectory(../media_softlet/agnostic)
include(${MEDIA_EXT}/media_srcs_ext.cmake OPTIONAL)
include(${MEDIA_SOFTLET_EXT}/media_srcs_ext.cmake OPTIONAL)
include(${MEDIA_DRIVER_CMAKE}/media_include_paths.cmake)

View File

@ -0,0 +1,23 @@
# Copyright (c) 2021, Intel Corporation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included
# in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.
media_include_subdirectory(common)
include(${MEDIA_SOFTLET_EXT}/agnostic/media_srcs_ext.cmake OPTIONAL)