Skip to content

Commit

Permalink
Update dependency map script
Browse files Browse the repository at this point in the history
  • Loading branch information
PLohrmannAMD committed Jan 26, 2022
1 parent 1d7ea33 commit 27710c0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions scripts/dependencies_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
# "git repo name" : ["Directory for clone relative to parent project directory", "branch or commit to checkout (or None for top of tree)"]
gitMapping = {
# Lib.
"common-lib-amd-ADL" : ["../Common/Lib/AMD/ADL", None],
"common-lib-amd-APPSDK-3.0" : ["../Common/Lib/AMD/APPSDK", None],
"common-lib-ext-OpenGL" : ["../Common/Lib/Ext/OpenGL", None],
"common-lib-ext-WindowsKits" : ["../Common/Lib/Ext/Windows-Kits", None],
"googletest" : ["../Common/Lib/Ext/GoogleTest", "v1.8.x"],
"common-lib-amd-ADL" : ["../Common/Lib/AMD/ADL", "da98d7a9d2b8a6222d32c82952ee44bdfc827b2e"],
"common-lib-amd-APPSDK-3.0" : ["../Common/Lib/AMD/APPSDK", "55a6940ebc963daec69152314a1bb94943287d4c"],
"common-lib-ext-OpenGL" : ["../Common/Lib/Ext/OpenGL", "63cd62c8b25e165b0e6f3307b998ed0cf3810edf"],
"common-lib-ext-WindowsKits" : ["../Common/Lib/Ext/Windows-Kits", "2c99b88d6a8a9b672464436dad771b9799056a8a"],
"googletest" : ["../Common/Lib/Ext/GoogleTest", "542e057c6c5bf45454b43764b881397b71164d62"],
# Src.
"common-src-ADLUtil" : ["../Common/Src/ADLUtil", None],
"common-src-AmdDxExt" : ["../Common/Src/AmdDxExt", None],
"common-src-AmdVkExt" : ["../Common/Src/AmdVkExt", None],
"common-src-DeviceInfo" : ["../Common/Src/DeviceInfo", None],
"common-src-DynamicLibraryModule" : ["../Common/Src/DynamicLibraryModule", None],
"common-src-TSingleton" : ["../Common/Src/TSingleton", None],
"common-src-CMakeModules" : ["../Common/Src/CMakeModules", None],
"common-src-ADLUtil" : ["../Common/Src/ADLUtil", "d62c94514326775c83fc129bb89d299c8749ebd1"],
"common-src-AmdDxExt" : ["../Common/Src/AmdDxExt", "e63b841531997d28314cae481aa6f7de8bfea7ab"],
"common-src-AmdVkExt" : ["../Common/Src/AmdVkExt", "3488d03b7f3bf59c4f41e3f5056801daec5aaa9d"],
"common-src-DeviceInfo" : ["../Common/Src/DeviceInfo", "6cd1d146f947bdf6be66a08d1004cc5c75815773"],
"common-src-DynamicLibraryModule" : ["../Common/Src/DynamicLibraryModule", "e6451ce26b8509cf724c7cf5d007878791143a58"],
"common-src-TSingleton" : ["../Common/Src/TSingleton", "02e8fa7d98f33cdbd0e1f77d1a8a403a32e35882"],
"common-src-CMakeModules" : ["../Common/Src/CMakeModules", "4d593266f3bb8916b15834050744659d0b86fc65"],
}

# Name : Source , Destination, version, Copied/Installation location wrt to Script root
Expand Down

0 comments on commit 27710c0

Please sign in to comment.