1{ 2 "name": "@ohos/oaid", 3 "description": "Allowing apps to use OS OAID get/set functions", 4 "version": "3.2", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "domains/advertising/oaid" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "oaid", 14 "subsystem": "advertising", 15 "syscap": [ 16 "SystemCapability.Advertising.OAID" 17 ], 18 "features": [], 19 "adapted_system_type": [ 20 "standard" 21 ], 22 "rom": "300KB", 23 "ram": "1024KB", 24 "deps": { 25 "components": [ 26 "access_token", 27 "bundle_framework", 28 "cJSON", 29 "c_utils", 30 "config_policy", 31 "hilog", 32 "kv_store", 33 "ipc", 34 "napi", 35 "safwk", 36 "samgr", 37 "eventhandler" 38 ], 39 "third_party": [ 40 "libuv", 41 "openssl" 42 ] 43 }, 44 "build": { 45 "sub_component": [ 46 "//domains/advertising/oaid:oaid_native_packages" 47 ], 48 "inner_api": [ 49 { 50 "header": { 51 "header_base": "//domains/advertising/oaid/interfaces/innerkits/include/", 52 "header_files": [ 53 "oaid_remote_config_observer_stub.h" 54 ] 55 }, 56 "name": "//domains/advertising/oaid/interfaces/innerkits:oaid_client" 57 } 58 ], 59 "test": [ 60 "//domains/advertising/oaid/test/fuzztest:fuzztest" 61 ] 62 } 63 } 64}