[rkp] Add IRemotelyProvisionedComponent skeleton impl in host

This cl adds the skeleton code of IRemotelyProvisionedComponent
in the host. The implementation of each method of this HAL will
be added in subsequent cls.

Bug: 274881098
Test: atest MicrodroidHostTests
Change-Id: I782180ff6e5100b5ab53c49f5ac91ef9c9076111
diff --git a/apex/virtualizationservice.xml b/apex/virtualizationservice.xml
new file mode 100644
index 0000000..0ce1e10
--- /dev/null
+++ b/apex/virtualizationservice.xml
@@ -0,0 +1,7 @@
+<manifest version="1.0" type="framework">
+    <hal format="aidl">
+        <name>android.system.virtualization</name>
+        <version>3</version>
+        <fqname>IRemotelyProvisionedComponent/avf</fqname>
+    </hal>
+</manifest>