bundles.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name" : "@ohos/sony_camera" ,
  3. "description" : "sony camera",
  4. "version" : "3.2",
  5. "license" : "Apache License 2.0",
  6. "publishAs" : "code-segment",
  7. "segment" : {
  8. "destPath" : "_mysubsystem/sonycamera"
  9. },
  10. "dirs" : {},
  11. "scripts" : {},
  12. "component":{
  13. "name" : "sony_camera",
  14. "subsystem" : "_mysubsystem",
  15. "syscap" : [],
  16. "features" : [],
  17. "adapted_system_type" : ["mini","small","standard"],
  18. "rom" : "100KB",
  19. "ram" : "100KB",
  20. "deps" : {
  21. "components" : ["init","napi","hilog","common_event_service","ability_base","ipc","c_utils","samgr","safwk"],
  22. "third_party" : [
  23. "libusb"
  24. ]
  25. },
  26. "build" : {
  27. "group_type": {
  28. "base_group": [
  29. ],
  30. "fwk_group": [
  31. "//_mysubsystem/sonycamera/ioc:it3256_inner",
  32. "//_mysubsystem/it3256/napi:it3256",
  33. "//_mysubsystem/it3256/core:it3256IO_core"
  34. ],
  35. "service_group": [
  36. "//_mysubsystem/it3256/service:it3256_service",
  37. "//_mysubsystem/it3256/sa_profile:it3256_sa_profile",
  38. "//_mysubsystem/it3256/etc/init:it3256IO.cfg"
  39. ]
  40. },
  41. "inner_kits": [
  42. {
  43. "header": {
  44. "header_base" : "//_mysubsystem/it3256/core/include",
  45. "header_files": [
  46. "it3256_death_recipient.h",
  47. "it3256_proxy.h",
  48. "it3256_stub.h",
  49. "it3256_inter_face_code.h",
  50. "it3256_manager.h",
  51. "iit3256.h",
  52. "it3256_log.h",
  53. "it3256.h"
  54. ]
  55. },
  56. "name":"//_mysubsystem/it3256/core:it3256IO_core"
  57. }
  58. ],
  59. "test" : []
  60. }
  61. }
  62. }