CastAuthApk: Castkey AIDL mediaDrm plugin
Bug: 229298787 Test: Access Cast creds with MediaDrm plugin Change-Id: I085b193ff4046d9005366c8bc8b3eb8020716b4b
This commit is contained in:
parent
9bf1a707f4
commit
66c1664383
15 changed files with 968 additions and 0 deletions
17
cast_auth/mediadrm/CreatePluginFactories.cpp
Normal file
17
cast_auth/mediadrm/CreatePluginFactories.cpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue