CtsVerifier: Add CDD annotations for Identity Credential tests.

Point to C-0-2 in Section 9.11.3 Identity Credential of the CDD.

Bug: 224800289
Test: m CtsVerifier
Change-Id: I6f43dd94e7422181c34ead0991dc19d142eb2b10
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index 5dbf65c..86ec9c4 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -1825,6 +1825,8 @@
                        android:value="android.software.secure_lock_screen" />
             <meta-data android:name="display_mode"
                        android:value="multi_display_mode" />
+            <meta-data android:name="CddTest"
+                       android:value="9.11.3/C-0-2" />
         </activity>
 
         <activity android:name=".security.IdentityCredentialAuthenticationMultiDocument"
@@ -1842,6 +1844,8 @@
                        android:value="android.software.secure_lock_screen" />
             <meta-data android:name="display_mode"
                        android:value="multi_display_mode" />
+            <meta-data android:name="CddTest"
+                       android:value="9.11.3/C-0-2" />
         </activity>
 
         <activity android:name=".security.FingerprintBoundKeysTest"