|
| 1 | +# UpdateCommonMap.py |
| 2 | +# |
| 3 | +# Map of GitHub project names to clone target paths, relative to the GPUPerfAPI |
| 4 | +# project root on the local disk. |
| 5 | + |
| 6 | +# GitHub GPUOpen-Tools projects map |
| 7 | +GitHubMapping = { |
| 8 | + "common-dk-GraphViz" : "../Common/DK/GraphViz", |
| 9 | + "common-dk-Doxygen" : "../Common/DK/Doxygen", |
| 10 | + "common-lib-amd-ADL" : "../Common/Lib/AMD/ADL", |
| 11 | + "common-lib-amd-APPSDK-3.0" : "../Common/Lib/AMD/APPSDK", |
| 12 | + "common-lib-amd-HSA" : "../Common/Lib/AMD/HSA", |
| 13 | + "common-lib-ext-Boost-1.59" : "../Common/Lib/Ext/Boost", |
| 14 | + "common-lib-ext-GoogleTest-1.7" : "../Common/Lib/Ext/GoogleTest", |
| 15 | + "common-lib-ext-OpenGL" : "../Common/Lib/Ext/OpenGL", |
| 16 | + "common-lib-ext-OpenGLES" : "../Common/Lib/Ext/OpenGLES", |
| 17 | + "common-lib-ext-WindowsKits" : "../Common/Lib/Ext/Windows-Kits", |
| 18 | + "common-src-ADLUtil" : "../Common/Src/ADLUtil", |
| 19 | + "common-src-AMDTMutex" : "../Common/Src/AMDTMutex", |
| 20 | + "common-src-AmdDxExt" : "../Common/Src/AmdDxExt", |
| 21 | + "common-src-DeviceInfo" : "../Common/Src/DeviceInfo", |
| 22 | + "common-src-DynamicLibraryModule" : "../Common/Src/DynamicLibraryModule", |
| 23 | + "common-src-GPUPerfAPIUtils" : "../Common/Src/GPUPerfAPIUtils", |
| 24 | + "common-src-TSingleton" : "../Common/Src/TSingleton", |
| 25 | + "common-src-Vsprops" : "../Common/Src/Vsprops", |
| 26 | +} |
| 27 | + |
0 commit comments