Separate the TAC into the RW area and the RO area (#521)
author최종헌/MDE Lab(SR)/삼성전자 <j-h.choi@samsung.com>
Wed, 29 May 2024 07:37:42 +0000 (16:37 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 29 May 2024 07:37:42 +0000 (16:37 +0900)
commit5af84d905c463909419d885b73fb23ec895f8076
tree3851ab0fa5a2629fe50f9384ee2e8ede3be20364
parent56bd9a2e6d1ff9b027129fce935d331e35243e98
Separate the TAC into the RW area and the RO area (#521)

Change-Id: Iaf90d00dfd65c779ad941d154d733e8a04d278f4
16 files changed:
NativeLauncher/CMakeLists.txt
NativeLauncher/inc/launcher_env.h
NativeLauncher/inc/tac_common.h
NativeLauncher/inc/tac_db.h
NativeLauncher/inc/utils.h
NativeLauncher/tool/dotnettool.cc
NativeLauncher/tool/ni_common.cc
NativeLauncher/tool/tac_common.cc
NativeLauncher/tool/tac_db.cc
NativeLauncher/tool/tac_installer.cc
NativeLauncher/util/utils.cc
dotnet-launcher.manifest
packaging/dotnet-launcher.spec
tests/TCs/4_TAC/TAC_RO.py [new file with mode: 0755]
tests/TCs/4_TAC/TAC_RW.py [moved from tests/TCs/4_TAC/TAC.py with 99% similarity]
tests/TCs/Utils.py