Dongwon Kang | b188ad8 | 2018-11-09 16:05:43 -0800 | [diff] [blame] | 1 | // Copyright (C) 2018 The Android Open Source Project |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
| 15 | apex { |
Dongwon Kang | 1d3b2e7 | 2018-11-13 13:58:38 -0800 | [diff] [blame] | 16 | name: "com.android.media", |
Dongwon Kang | b188ad8 | 2018-11-09 16:05:43 -0800 | [diff] [blame] | 17 | manifest: "manifest.json", |
| 18 | native_shared_libs: [ |
| 19 | // Extractor plugins |
| 20 | "libaacextractor", |
| 21 | "libamrextractor", |
| 22 | "libflacextractor", |
| 23 | "libmidiextractor", |
Dongwon Kang | c656c8d | 2018-12-13 09:56:33 -0800 | [diff] [blame] | 24 | "libmkvextractor", |
Dongwon Kang | b188ad8 | 2018-11-09 16:05:43 -0800 | [diff] [blame] | 25 | "libmp3extractor", |
Dongwon Kang | c656c8d | 2018-12-13 09:56:33 -0800 | [diff] [blame] | 26 | "libmp4extractor", |
Dongwon Kang | b188ad8 | 2018-11-09 16:05:43 -0800 | [diff] [blame] | 27 | "libwavextractor", |
Dongwon Kang | b188ad8 | 2018-11-09 16:05:43 -0800 | [diff] [blame] | 28 | ], |
Dongwon Kang | 1d3b2e7 | 2018-11-13 13:58:38 -0800 | [diff] [blame] | 29 | key: "com.android.media.key", |
Dongwon Kang | b188ad8 | 2018-11-09 16:05:43 -0800 | [diff] [blame] | 30 | } |
| 31 | |
| 32 | apex_key { |
Dongwon Kang | 1d3b2e7 | 2018-11-13 13:58:38 -0800 | [diff] [blame] | 33 | name: "com.android.media.key", |
Jiyong Park | 7733ba6 | 2018-11-22 16:28:07 +0900 | [diff] [blame] | 34 | public_key: "com.android.media.avbpubkey", |
| 35 | private_key: "com.android.media.pem", |
Dongwon Kang | b188ad8 | 2018-11-09 16:05:43 -0800 | [diff] [blame] | 36 | } |