Introduce uefi service component

In preparation for adding authenticated variable support, this
commit adds a service/uefi directory to act as a parent for
uefi related service components. The auth support that will
be added has broader scope than just uefi variables and may
also be used for capsule verification. Because of this,
it will live in its own directory.

Signed-off-by: Julian Hall <julian.hall@arm.com>
Signed-off-by: Gabor Toth <gabor.toth2@arm.com>
Change-Id: Ie58f6537a8e105dfcf0904c8a80a27bdf219502a
diff --git a/deployments/component-test/component-test.cmake b/deployments/component-test/component-test.cmake
index 9852ac2..1f5c38a 100644
--- a/deployments/component-test/component-test.cmake
+++ b/deployments/component-test/component-test.cmake
@@ -179,9 +179,9 @@
 		"components/service/test_runner/provider"
 		"components/service/test_runner/provider/serializer/packed-c"
 		"components/service/test_runner/provider/backend/null"
-		"components/service/smm_variable/provider"
-		"components/service/smm_variable/backend"
-		"components/service/smm_variable/backend/test"
+		"components/service/uefi/smm_variable/provider"
+		"components/service/uefi/smm_variable/backend"
+		"components/service/uefi/smm_variable/backend/test"
 		"components/media/disk"
 		"components/media/disk/disk_images"
 		"components/media/disk/formatter"