bundle.json 1006 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@ohos/ijkffmpeg",
  3. "description": "FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.",
  4. "version": "3.1",
  5. "license": "LGPL V2.1/LGPL V3.0/GPL V2.0/GPL V3.0",
  6. "publishAs": "code-segment",
  7. "segment": {
  8. "destPath": "third_party/ijkffmpeg"
  9. },
  10. "dirs": {},
  11. "scripts": {},
  12. "licensePath": "COPYING.LGPLv2.1",
  13. "component": {
  14. "name": "ijkffmpeg",
  15. "subsystem": "ijkffmpeg",
  16. "syscap": [],
  17. "features": [],
  18. "adapted_system_type": [
  19. "mini",
  20. "small"
  21. ],
  22. "rom": "",
  23. "ram": "",
  24. "deps": {
  25. "components": [],
  26. "third_party": []
  27. },
  28. "build": {
  29. "sub_component": [
  30. "//third_party/ijkffmpeg:ijkffmpeg"
  31. ],
  32. "inner_kits": [],
  33. "test": []
  34. }
  35. }
  36. }