CastAuthApk: Castkey AIDL mediaDrm plugin

Bug: 229298787
Test: Access Cast creds with MediaDrm plugin
Change-Id: I085b193ff4046d9005366c8bc8b3eb8020716b4b
This commit is contained in:
Haoming Wu 2022-09-27 23:12:20 +00:00
parent 9bf1a707f4
commit 66c1664383
15 changed files with 968 additions and 0 deletions

View file

@ -0,0 +1,17 @@
#include "CreatePluginFactories.h"
namespace aidl {
namespace android {
namespace hardware {
namespace drm {
namespace castkey {
std::shared_ptr<DrmFactory> createDrmFactory() {
return ::ndk::SharedRefBase::make<DrmFactory>();
}
} // namespace castkey
} // namespace drm
} // namespace hardware
} // namespace android
} // namespace aidl