Add GPT loader tests

Adds a disk image that encodes the reference partition configuration
used for block_store testing in a GPT. This is used for testing GPT
loading.

Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: Icb1fc6f408d9889a0dc263375addf89faa4ae20a
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index 67f8f30..53ee351 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -161,9 +161,11 @@
 		"components/service/smm_variable/provider"
 		"components/service/smm_variable/backend"
 		"components/service/smm_variable/backend/test"
-		"components/media/partition_table"
-		"components/media/volume/base_io_dev"
+		"components/media/disk"
+		"components/media/disk/disk_images"
+		"components/media/disk/test"
 		"components/media/volume/index"
+		"components/media/volume/base_io_dev"
 		"components/media/volume/block_io_dev"
 		"components/media/volume/block_io_dev/test"
 		"protocols/rpc/common/protobuf"