diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2019-11-09 22:46:29 +0530 |
---|---|---|
committer | adeshkp <adeshkp@users.noreply.github.com> | 2019-11-10 06:02:47 -0500 |
commit | 0aa805d1f556126e151d8aca276491d85847644e (patch) | |
tree | 9f7144bd5dbff40aee0a5f4f1b21d31bb7e71c5e /toolkit/content/gmp-sources | |
parent | c74e21f18764e35fe8915b3644ff2a0c7fd37c0f (diff) | |
download | uxp-0aa805d1f556126e151d8aca276491d85847644e.tar.gz |
Issue #1259 - Part 3. Remove Adobe EME as a GMP source
Diffstat (limited to 'toolkit/content/gmp-sources')
-rw-r--r-- | toolkit/content/gmp-sources/eme-adobe.json | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/toolkit/content/gmp-sources/eme-adobe.json b/toolkit/content/gmp-sources/eme-adobe.json deleted file mode 100644 index 3bd808be8e..0000000000 --- a/toolkit/content/gmp-sources/eme-adobe.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "vendors": { - "gmp-eme-adobe": { - "platforms": { - "WINNT_x86-msvc-x64": { - "alias": "WINNT_x86-msvc" - }, - "WINNT_x86-msvc": { - "fileUrl": "https://cdmdownload.adobe.com/firefox/win/x86/primetime_gmp_win_x86_gmc_40673.zip", - "hashValue": "8aad35fc13814b0f1daacddb0d599eedd685287d5afddc97c2f740c8aea270636ccd75b1d1a57364b84e8eb1b23c9f1c126c057d95f3d8217b331dc4b1d5340f", - "filesize": 3694349 - }, - "WINNT_x86_64-msvc-x64": { - "alias": "WINNT_x86_64-msvc" - }, - "WINNT_x86-msvc-x86": { - "alias": "WINNT_x86-msvc" - }, - "WINNT_x86_64-msvc": { - "fileUrl": "https://cdmdownload.adobe.com/firefox/win/x64/primetime_gmp_win_x64_gmc_40673.zip", - "hashValue": "bd1e1a370c5f9dadc247c9f00dd203fab1a75ff3afed8439a0a0bfcc7e1767d0da68497140cbe48daa70e2535dde5f220dd7b344619cecd830a6b685efb9d5a0", - "filesize": 4853103 - } - }, - "version": "17" - } - }, - "hashFunction": "sha512", - "name": "CDM-17", - "schema_version": 1000 -} |