1{ 2 "name": "@ohos/graphic_chipsetsdk", 3 "description": "graphic chipset sdk", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/graphic/graphic_2d" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "graphic_chipsetsdk", 14 "subsystem": "graphic", 15 "adapted_system_type": [ "standard" ], 16 "rom": "10000KB", 17 "ram": "10000KB", 18 "deps": { 19 "components": [ 20 "libhilog", 21 "ipc_core", 22 "samgr_proxy", 23 "utils", 24 "libeventhandler", 25 "hdi_display_device", 26 "bytrace_core" 27 ], 28 "third_party": [ 29 "libz" 30 ] 31 }, 32 "build": { 33 "sub_component": [ 34 "//foundation/graphic/graphic_2d/frameworks/surface:surface", 35 "//foundation/graphic/graphic_2d/utils/buffer_handle:buffer_handle" 36 ], 37 "inner_kits": [ 38 { 39 "type": "so", 40 "name": "//foundation/graphic/graphic_2d/frameworks/surface:surface", 41 "header": { 42 "header_files": [ 43 "buffer_extra_data.h", 44 "egl_data.h", 45 "egl_surface.h", 46 "external_window.h", 47 "ibuffer_consumer_listener.h", 48 "ibuffer_producer.h", 49 "surface.h", 50 "surface_buffer.h", 51 "surface_type.h", 52 "surface_utils.h", 53 "window.h" 54 ], 55 "header_base": "//foundation/graphic/graphic_2d/interfaces/inner_api/surface" 56 } 57 }, 58 { 59 "type": "so", 60 "name": "//foundation/graphic/graphic_2d/utils/buffer_handle:buffer_handle", 61 "header": { 62 "header_files": [ 63 "buffer_handle_parcel.h", 64 "buffer_handle_utils.h" 65 ], 66 "header_base": "//foundation/graphic/graphic_2d/utils/buffer_handle/export" 67 } 68 } 69 ] 70 } 71 } 72 } 73