Backport more public types to 202504

* drm_config_prop
* fwk_vold_service
* hal_attribute(hwcrypto);

Steps taken to re-finalize:

1. Temporarily reset BOARD_API_LEVEL of fina_0 to 202504
2. Revert 202504 APIs
    * Remove system/sepolicy/prebuilts/api/202504
    * Reset FREEZE_TEST_BOARD_API_LEVEL to 202504
3. Run the finalization script
4. Remove systsem/sepolicy/prebuilts/api/202504/private/compat/202504

Ignore-AOSP-First: VINTF finalization

Bug: 396240580
Test: TH
Test: build aosp_arm64-next-userdebug
Test: build aosp_arm64-trunk_staging-userdebug
Change-Id: I1c86544fadf938799038a31a652c015c320655d8
diff --git a/private/service.te b/private/service.te
index ab9351c..3b84e93 100644
--- a/private/service.te
+++ b/private/service.te
@@ -60,7 +60,9 @@
 ')
 
 type uce_service,                      service_manager_type;
-type fwk_vold_service,                 service_manager_type;
+until_board_api(202504, `
+    type fwk_vold_service,                 service_manager_type;
+')
 type wearable_sensing_service,         app_api_service, system_server_service, service_manager_type;
 type wifi_mainline_supplicant_service, service_manager_type;
 type dynamic_instrumentation_service,  app_api_service, system_server_service, service_manager_type;