summaryrefslogtreecommitdiff
path: root/libdrmdecrypt/crypto.cpp
blob: 511f72f4871a24a336710fa75674fdfe68f97ff6 (plain)
1
2
3
4
5
6
7
#include <media/hardware/CryptoAPI.h>

#include "WVCryptoPlugin.h"

android::CryptoFactory *createCryptoFactory() {
    return new android::WVCryptoFactory;
}