eBusService.nativecodeanalysis.sarif 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207
  1. {
  2. "version": "2.1.0",
  3. "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
  4. "runs": [
  5. {
  6. "results": [
  7. {
  8. "ruleId": "C26812",
  9. "message": {
  10. "text": "枚举类型“PIPELINE_MAINKEY”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  11. },
  12. "locations": [
  13. {
  14. "physicalLocation": {
  15. "artifactLocation": {
  16. "uri": "file:///E:/deliver/include/Img_header/PipelineDataCommon.h"
  17. },
  18. "region": {
  19. "startLine": 47,
  20. "startColumn": 3,
  21. "endLine": 47,
  22. "endColumn": 14
  23. }
  24. },
  25. "logicalLocations": [
  26. {
  27. "decoratedName": "??0_PLMemory@@QEAA@XZ",
  28. "kind": "function"
  29. }
  30. ]
  31. }
  32. ]
  33. },
  34. {
  35. "ruleId": "C26812",
  36. "message": {
  37. "text": "枚举类型“PIPELINE_MEMMORY_SUBKEY”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  38. },
  39. "locations": [
  40. {
  41. "physicalLocation": {
  42. "artifactLocation": {
  43. "uri": "file:///E:/deliver/include/Img_header/PipelineDataCommon.h"
  44. },
  45. "region": {
  46. "startLine": 48,
  47. "startColumn": 3,
  48. "endLine": 48,
  49. "endColumn": 13
  50. }
  51. },
  52. "logicalLocations": [
  53. {
  54. "decoratedName": "??0_PLMemory@@QEAA@XZ",
  55. "kind": "function"
  56. }
  57. ]
  58. }
  59. ]
  60. },
  61. {
  62. "ruleId": "C26812",
  63. "message": {
  64. "text": "枚举类型“PIPELINE_IMAGE_SUBKEY”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  65. },
  66. "locations": [
  67. {
  68. "physicalLocation": {
  69. "artifactLocation": {
  70. "uri": "file:///E:/deliver/include/Img_header/PipelineDataCommon.h"
  71. },
  72. "region": {
  73. "startLine": 73,
  74. "startColumn": 3,
  75. "endLine": 73,
  76. "endColumn": 13
  77. }
  78. },
  79. "logicalLocations": [
  80. {
  81. "decoratedName": "??0_PLImage2DGrayInfo@@QEAA@XZ",
  82. "kind": "function"
  83. }
  84. ]
  85. }
  86. ]
  87. },
  88. {
  89. "ruleId": "C26812",
  90. "message": {
  91. "text": "枚举类型“PIPELINE_LIST_SUBKEY”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  92. },
  93. "locations": [
  94. {
  95. "physicalLocation": {
  96. "artifactLocation": {
  97. "uri": "file:///E:/deliver/include/Img_header/PipelineDataCommon.h"
  98. },
  99. "region": {
  100. "startLine": 121,
  101. "startColumn": 3,
  102. "endLine": 121,
  103. "endColumn": 13
  104. }
  105. },
  106. "logicalLocations": [
  107. {
  108. "decoratedName": "??0_PLFloatList@@QEAA@XZ",
  109. "kind": "function"
  110. }
  111. ]
  112. }
  113. ]
  114. },
  115. {
  116. "ruleId": "C26812",
  117. "message": {
  118. "text": "枚举类型“FUNCTION_DATATYPE”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  119. },
  120. "locations": [
  121. {
  122. "physicalLocation": {
  123. "artifactLocation": {
  124. "uri": "file:///E:/deliver/include/Img_header/FunctionDataTypeCommon.h"
  125. },
  126. "region": {
  127. "startLine": 105,
  128. "startColumn": 3,
  129. "endLine": 105,
  130. "endColumn": 13
  131. }
  132. },
  133. "logicalLocations": [
  134. {
  135. "decoratedName": "??0_FuncIODisp@@QEAA@XZ",
  136. "kind": "function"
  137. }
  138. ]
  139. }
  140. ]
  141. },
  142. {
  143. "ruleId": "C26812",
  144. "message": {
  145. "text": "枚举类型“MEM_STATUS”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  146. },
  147. "locations": [
  148. {
  149. "physicalLocation": {
  150. "artifactLocation": {
  151. "uri": "file:///E:/deliver/include/Img_header/FunctionDataTypeCommon.h"
  152. },
  153. "region": {
  154. "startLine": 106,
  155. "startColumn": 3,
  156. "endLine": 106,
  157. "endColumn": 16
  158. }
  159. },
  160. "logicalLocations": [
  161. {
  162. "decoratedName": "??0_FuncIODisp@@QEAA@XZ",
  163. "kind": "function"
  164. }
  165. ]
  166. }
  167. ]
  168. },
  169. {
  170. "ruleId": "C26812",
  171. "message": {
  172. "text": "枚举类型“RGB_PLANARCONFIGURATION”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  173. },
  174. "locations": [
  175. {
  176. "physicalLocation": {
  177. "artifactLocation": {
  178. "uri": "file:///E:/deliver/include/Img_header/FunctionDataTypeCommon.h"
  179. },
  180. "region": {
  181. "startLine": 187,
  182. "startColumn": 3,
  183. "endLine": 187,
  184. "endColumn": 54
  185. }
  186. },
  187. "logicalLocations": [
  188. {
  189. "decoratedName": "??4_Image2DRGBInfo@@QEAAAEAU0@AEBU_PLImage2DRGBInfo@@@Z",
  190. "kind": "function"
  191. }
  192. ]
  193. }
  194. ]
  195. },
  196. {
  197. "ruleId": "C26495",
  198. "message": {
  199. "text": "未初始化变量 eBusService::m_Local。始终初始化成员变量(type.6)。"
  200. },
  201. "locations": [
  202. {
  203. "physicalLocation": {
  204. "artifactLocation": {
  205. "uri": "file:///E:/DIOS_V2/DriverPlatform/eBus/eBusService.cpp"
  206. },
  207. "region": {
  208. "startLine": 282,
  209. "startColumn": 14,
  210. "endLine": 282,
  211. "endColumn": 14
  212. }
  213. },
  214. "logicalLocations": [
  215. {
  216. "decoratedName": "??0eBusService@@QEAA@XZ",
  217. "kind": "function"
  218. }
  219. ]
  220. }
  221. ],
  222. "properties": {
  223. "targetSymbol": "eBusService::m_Local"
  224. }
  225. },
  226. {
  227. "ruleId": "C28159",
  228. "message": {
  229. "text": "考虑使用“GetTickCount64”而不是“GetTickCount”。原因: GetTickCount overflows roughly every 49 days. Code that does not take that into account can loop indefinitely. GetTickCount64 operates on 64 bit values and does not have that problem"
  230. },
  231. "locations": [
  232. {
  233. "physicalLocation": {
  234. "artifactLocation": {
  235. "uri": "file:///E:/DIOS_V2/DriverPlatform/eBus/eBusService.cpp"
  236. },
  237. "region": {
  238. "startLine": 334,
  239. "startColumn": 8,
  240. "endLine": 334,
  241. "endColumn": 20
  242. }
  243. },
  244. "logicalLocations": [
  245. {
  246. "decoratedName": "?IsConnected@eBusService@@QEAA_NXZ",
  247. "kind": "function"
  248. }
  249. ]
  250. }
  251. ]
  252. },
  253. {
  254. "ruleId": "C28159",
  255. "message": {
  256. "text": "考虑使用“GetTickCount64”而不是“GetTickCount”。原因: GetTickCount overflows roughly every 49 days. Code that does not take that into account can loop indefinitely. GetTickCount64 operates on 64 bit values and does not have that problem"
  257. },
  258. "locations": [
  259. {
  260. "physicalLocation": {
  261. "artifactLocation": {
  262. "uri": "file:///E:/DIOS_V2/DriverPlatform/eBus/eBusService.cpp"
  263. },
  264. "region": {
  265. "startLine": 336,
  266. "startColumn": 56,
  267. "endLine": 336,
  268. "endColumn": 68
  269. }
  270. },
  271. "logicalLocations": [
  272. {
  273. "decoratedName": "?IsConnected@eBusService@@QEAA_NXZ",
  274. "kind": "function"
  275. }
  276. ]
  277. }
  278. ]
  279. },
  280. {
  281. "ruleId": "C28159",
  282. "message": {
  283. "text": "考虑使用“GetTickCount64”而不是“GetTickCount”。原因: GetTickCount overflows roughly every 49 days. Code that does not take that into account can loop indefinitely. GetTickCount64 operates on 64 bit values and does not have that problem"
  284. },
  285. "locations": [
  286. {
  287. "physicalLocation": {
  288. "artifactLocation": {
  289. "uri": "file:///E:/DIOS_V2/DriverPlatform/eBus/eBusService.cpp"
  290. },
  291. "region": {
  292. "startLine": 432,
  293. "startColumn": 19,
  294. "endLine": 432,
  295. "endColumn": 31
  296. }
  297. },
  298. "logicalLocations": [
  299. {
  300. "decoratedName": "?Connect@eBusService@@QEAA_N_NAEAVDString@@11@Z",
  301. "kind": "function"
  302. }
  303. ]
  304. }
  305. ]
  306. },
  307. {
  308. "ruleId": "C28159",
  309. "message": {
  310. "text": "考虑使用“GetTickCount64”而不是“GetTickCount”。原因: GetTickCount overflows roughly every 49 days. Code that does not take that into account can loop indefinitely. GetTickCount64 operates on 64 bit values and does not have that problem"
  311. },
  312. "locations": [
  313. {
  314. "physicalLocation": {
  315. "artifactLocation": {
  316. "uri": "file:///E:/DIOS_V2/DriverPlatform/eBus/eBusService.cpp"
  317. },
  318. "region": {
  319. "startLine": 515,
  320. "startColumn": 22,
  321. "endLine": 515,
  322. "endColumn": 34
  323. }
  324. },
  325. "logicalLocations": [
  326. {
  327. "decoratedName": "?Connect@eBusService@@QEAA_N_NAEAVDString@@11@Z",
  328. "kind": "function"
  329. }
  330. ]
  331. }
  332. ]
  333. },
  334. {
  335. "ruleId": "C28159",
  336. "message": {
  337. "text": "考虑使用“GetTickCount64”而不是“GetTickCount”。原因: GetTickCount overflows roughly every 49 days. Code that does not take that into account can loop indefinitely. GetTickCount64 operates on 64 bit values and does not have that problem"
  338. },
  339. "locations": [
  340. {
  341. "physicalLocation": {
  342. "artifactLocation": {
  343. "uri": "file:///E:/DIOS_V2/DriverPlatform/eBus/eBusService.cpp"
  344. },
  345. "region": {
  346. "startLine": 909,
  347. "startColumn": 16,
  348. "endLine": 909,
  349. "endColumn": 28
  350. }
  351. },
  352. "logicalLocations": [
  353. {
  354. "decoratedName": "?OnHeartBeat@eBusService@@QEAAXPEBXPEAVEventArgs_Null@@@Z",
  355. "kind": "function"
  356. }
  357. ]
  358. }
  359. ]
  360. },
  361. {
  362. "ruleId": "C26812",
  363. "message": {
  364. "text": "枚举类型“_Ret_Status”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  365. },
  366. "locations": [
  367. {
  368. "physicalLocation": {
  369. "artifactLocation": {
  370. "uri": "file:///E:/DIOS_V2/DriverPlatform/eBus/eBusService.cpp"
  371. },
  372. "region": {
  373. "startLine": 957,
  374. "startColumn": 13,
  375. "endLine": 957,
  376. "endColumn": 19
  377. }
  378. },
  379. "logicalLocations": [
  380. {
  381. "decoratedName": "?BufferToNotify@eBusService@@QEAA?AW4_Ret_Status@@PEAXKPEAVImgDataInfo@@@Z",
  382. "kind": "function"
  383. }
  384. ]
  385. }
  386. ]
  387. },
  388. {
  389. "ruleId": "C26812",
  390. "message": {
  391. "text": "枚举类型“_Packet_Cmd”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  392. },
  393. "locations": [
  394. {
  395. "physicalLocation": {
  396. "artifactLocation": {
  397. "uri": "file:///E:/DIOS_V2/DriverPlatform/eBus/eBusService.cpp"
  398. },
  399. "region": {
  400. "startLine": 1013,
  401. "startColumn": 16,
  402. "endLine": 1013,
  403. "endColumn": 52
  404. }
  405. },
  406. "logicalLocations": [
  407. {
  408. "decoratedName": "?BlobDataArrived@eBusService@@QEAAXPEBDPEAEK@Z",
  409. "kind": "function"
  410. }
  411. ]
  412. }
  413. ]
  414. },
  415. {
  416. "ruleId": "C28159",
  417. "message": {
  418. "text": "考虑使用“GetTickCount64”而不是“GetTickCount”。原因: GetTickCount overflows roughly every 49 days. Code that does not take that into account can loop indefinitely. GetTickCount64 operates on 64 bit values and does not have that problem"
  419. },
  420. "locations": [
  421. {
  422. "physicalLocation": {
  423. "artifactLocation": {
  424. "uri": "file:///E:/DIOS_V2/DriverPlatform/eBus/eBusService.cpp"
  425. },
  426. "region": {
  427. "startLine": 1076,
  428. "startColumn": 16,
  429. "endLine": 1076,
  430. "endColumn": 28
  431. }
  432. },
  433. "logicalLocations": [
  434. {
  435. "decoratedName": "?OnBlobMessage@eBusService@@QEAAXPEBXPEAVEventArgs_BUSBLOB@@@Z",
  436. "kind": "function"
  437. }
  438. ]
  439. }
  440. ]
  441. },
  442. {
  443. "ruleId": "C28159",
  444. "message": {
  445. "text": "考虑使用“GetTickCount64”而不是“GetTickCount”。原因: GetTickCount overflows roughly every 49 days. Code that does not take that into account can loop indefinitely. GetTickCount64 operates on 64 bit values and does not have that problem"
  446. },
  447. "locations": [
  448. {
  449. "physicalLocation": {
  450. "artifactLocation": {
  451. "uri": "file:///E:/DIOS_V2/DriverPlatform/eBus/eBusService.cpp"
  452. },
  453. "region": {
  454. "startLine": 1119,
  455. "startColumn": 16,
  456. "endLine": 1119,
  457. "endColumn": 28
  458. }
  459. },
  460. "logicalLocations": [
  461. {
  462. "decoratedName": "?OnBUSMessage@eBusService@@QEAAXPEBXPEAVEventArgs_BUSMessage@@@Z",
  463. "kind": "function"
  464. }
  465. ]
  466. }
  467. ]
  468. },
  469. {
  470. "ruleId": "C26495",
  471. "message": {
  472. "text": "未初始化变量 BaseJsonDataObject<unsigned __int64>::m_Data。始终初始化成员变量(type.6)。"
  473. },
  474. "locations": [
  475. {
  476. "physicalLocation": {
  477. "artifactLocation": {
  478. "uri": "file:///E:/deliver/include/ResDataObject.h"
  479. },
  480. "region": {
  481. "startLine": 400,
  482. "startColumn": 2,
  483. "endLine": 400,
  484. "endColumn": 2
  485. }
  486. },
  487. "logicalLocations": [
  488. {
  489. "decoratedName": "??0?$BaseJsonDataObject@_K@@QEAA@XZ",
  490. "kind": "function"
  491. }
  492. ]
  493. }
  494. ],
  495. "properties": {
  496. "targetSymbol": "BaseJsonDataObject<unsigned __int64>::m_Data"
  497. }
  498. },
  499. {
  500. "ruleId": "C26495",
  501. "message": {
  502. "text": "未初始化变量 BaseJsonDataObject<unsigned int>::m_Data。始终初始化成员变量(type.6)。"
  503. },
  504. "locations": [
  505. {
  506. "physicalLocation": {
  507. "artifactLocation": {
  508. "uri": "file:///E:/deliver/include/ResDataObject.h"
  509. },
  510. "region": {
  511. "startLine": 400,
  512. "startColumn": 2,
  513. "endLine": 400,
  514. "endColumn": 2
  515. }
  516. },
  517. "logicalLocations": [
  518. {
  519. "decoratedName": "??0?$BaseJsonDataObject@I@@QEAA@XZ",
  520. "kind": "function"
  521. }
  522. ]
  523. }
  524. ],
  525. "properties": {
  526. "targetSymbol": "BaseJsonDataObject<unsigned int>::m_Data"
  527. }
  528. },
  529. {
  530. "ruleId": "C26495",
  531. "message": {
  532. "text": "未初始化变量 BaseJsonDataObject<bool>::m_Data。始终初始化成员变量(type.6)。"
  533. },
  534. "locations": [
  535. {
  536. "physicalLocation": {
  537. "artifactLocation": {
  538. "uri": "file:///E:/deliver/include/ResDataObject.h"
  539. },
  540. "region": {
  541. "startLine": 400,
  542. "startColumn": 2,
  543. "endLine": 400,
  544. "endColumn": 2
  545. }
  546. },
  547. "logicalLocations": [
  548. {
  549. "decoratedName": "??0?$BaseJsonDataObject@_N@@QEAA@XZ",
  550. "kind": "function"
  551. }
  552. ]
  553. }
  554. ],
  555. "properties": {
  556. "targetSymbol": "BaseJsonDataObject<bool>::m_Data"
  557. }
  558. }
  559. ],
  560. "tool": {
  561. "driver": {
  562. "name": "PREfast",
  563. "fullName": "PREfast Code Analysis",
  564. "version": "14.29.30147.0",
  565. "informationUri": "https://aka.ms/cpp/ca"
  566. }
  567. },
  568. "invocations": [
  569. {
  570. "commandLine": "\"d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\c1xx.dll\" -ACf{1F7B090C-16DB-4822-966A-A93D26ED4681} -ACpmspft140.dll -Alint -D_PREFAST_ -D_AST_FE_ -Analyze -zm0x00B2C1B0 -allChunksReserved -il C:\\Users\\ecom\\AppData\\Local\\Temp\\_CL_6a53d42east -typedil -f eBusService.cpp -Ze -D_MSC_EXTENSIONS -Zp16 -pc \\:/ -D_MSC_VER=1929 -D_MSC_FULL_VER=192930147 -D_MSC_BUILD=0 -D_M_AMD64=100 -ZILP448 -D_M_X64=100 -D_WIN64 -D_WIN32 -GR -D_CPPRTTI -nologo -W 3 -diagnostics:column -D_GUARDOVERFLOW_CRT_ALLOCATORS=1 -GF -Og -Ot -Oy -Oi -ltcg -DCODE_ANALYSIS -DWIN32 -DNDEBUG -D_WINDOWS -D_USRDLL -DEBUS_EXPORTS -D_WINDLL -D_MBCS -EHs -D_CPPUNWIND -EHc -MD -D_MT -D_DLL -GS -D_M_FP_PRECISE -Zc:wchar_t -Zc:forScope -Yustdafx.h -Fpx64\\Release\\eBusX64.pch -Fox64\\Release\\eBusService.obj -Fdx64\\Release\\vc142.pdb -external:W 3 -Gd -analyze:projectdirectory E:\\DIOS_V2\\DriverPlatform\\eBus -analyze:rulesetdirectory ;d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Team Tools\\Static Analysis Tools\\\\Rule Sets; -analyze:ruleset d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Team Tools\\Static Analysis Tools\\Rule Sets\\NativeRecommendedRules.ruleset -analyze:quiet -analyze:plugin d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x86\\EspXEngine.dll -FC -errorreport:prompt -I E:\\deliver\\include -I E:\\deliver\\include\\Img_header -I E:\\deliver\\include\\Common -I E:\\DIOS_V2\\DriverPlatform\\ECOM_commonTools\\ServiceBUS\\Common.Include -I E:\\DIOS_V2\\DriverPlatform\\ECOM_commonTools\\ServiceBUS\\BUS.Include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\include -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\ucrt -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\UnitTest\\include -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\um -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\shared -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\winrt -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\cppwinrt -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -external:I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\include -external:I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -external:I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\include -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\ucrt -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\ucrt -external:I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\UnitTest\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\UnitTest\\include -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\um -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\um -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\shared -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\shared -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\winrt -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\winrt -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\cppwinrt -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\cppwinrt -external:I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um",
  571. "executionSuccessful": true
  572. }
  573. ],
  574. "artifacts": [
  575. {
  576. "location": {
  577. "uri": "file:///E:/deliver/include/Img_header/PipelineDataCommon.h"
  578. },
  579. "roles": [
  580. "resultFile"
  581. ],
  582. "hashes": {
  583. "md5": "afeec70058e19c9a7a046582ffe3df4a"
  584. }
  585. },
  586. {
  587. "location": {
  588. "uri": "file:///E:/deliver/include/Img_header/FunctionDataTypeCommon.h"
  589. },
  590. "roles": [
  591. "resultFile"
  592. ],
  593. "hashes": {
  594. "md5": "9945e2e48e329885fc8defb0f4a7caa9"
  595. }
  596. },
  597. {
  598. "location": {
  599. "uri": "file:///E:/DIOS_V2/DriverPlatform/eBus/eBusService.cpp"
  600. },
  601. "roles": [
  602. "analysisTarget",
  603. "resultFile"
  604. ],
  605. "hashes": {
  606. "md5": "1f38d6f674c662454598bdbae10c89a8"
  607. }
  608. },
  609. {
  610. "location": {
  611. "uri": "file:///E:/deliver/include/ResDataObject.h"
  612. },
  613. "roles": [
  614. "resultFile"
  615. ],
  616. "hashes": {
  617. "md5": "5952703846c703003535fa667ae9a289"
  618. }
  619. },
  620. {
  621. "location": {
  622. "uri": "file:///e:/dios_v2/driverplatform/ebus/stdafx.h"
  623. },
  624. "hashes": {
  625. "md5": "bd69170f9edfc86e6f0bcd348eb46863"
  626. }
  627. },
  628. {
  629. "location": {
  630. "uri": "file:///e:/dios_v2/driverplatform/ebus/targetver.h"
  631. },
  632. "hashes": {
  633. "md5": "20a1397a4f718d91f76e2681bef085b6"
  634. }
  635. },
  636. {
  637. "location": {
  638. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/dstring.hpp"
  639. },
  640. "hashes": {
  641. "md5": "e212714ab6764872d1c22d9fc96bb36f"
  642. }
  643. },
  644. {
  645. "location": {
  646. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/string.format.tlh"
  647. },
  648. "hashes": {
  649. "md5": "3b0a9edf7c379579f0b40350a0032ffb"
  650. }
  651. },
  652. {
  653. "location": {
  654. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/dstringarray.hpp"
  655. },
  656. "hashes": {
  657. "md5": "ebb4fe5d66e27daec3dba3eb24b6916e"
  658. }
  659. },
  660. {
  661. "location": {
  662. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.tlh"
  663. },
  664. "hashes": {
  665. "md5": "05c75e73166e1c5347f36187c6153444"
  666. }
  667. },
  668. {
  669. "location": {
  670. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.base.tlh"
  671. },
  672. "hashes": {
  673. "md5": "7f7a2c46d50638fcd53f8ef4995e11cf"
  674. }
  675. },
  676. {
  677. "location": {
  678. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.random.tlh"
  679. },
  680. "hashes": {
  681. "md5": "7a7137ea175718b205a499054a073650"
  682. }
  683. },
  684. {
  685. "location": {
  686. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.from.tlh"
  687. },
  688. "hashes": {
  689. "md5": "7dbc725ca4fe8bca48fd281b8733fb59"
  690. }
  691. },
  692. {
  693. "location": {
  694. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.container.tlh"
  695. },
  696. "hashes": {
  697. "md5": "df16ab62884043539369b974a1fdc83e"
  698. }
  699. },
  700. {
  701. "location": {
  702. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.list.tlh"
  703. },
  704. "hashes": {
  705. "md5": "7aa9cc1e20696951a608f7aca6913d0b"
  706. }
  707. },
  708. {
  709. "location": {
  710. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.sequence.tlh"
  711. },
  712. "hashes": {
  713. "md5": "6da0f1a1626059d1279ed2e967cd4aae"
  714. }
  715. },
  716. {
  717. "location": {
  718. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.vectorofptr.tlh"
  719. },
  720. "hashes": {
  721. "md5": "f50232f166d37ad35015161316bad8a0"
  722. }
  723. },
  724. {
  725. "location": {
  726. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/vectorofptr.tlh"
  727. },
  728. "hashes": {
  729. "md5": "ae62f3f2e1d91d147413fb517299b7e7"
  730. }
  731. },
  732. {
  733. "location": {
  734. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.listofptr.tlh"
  735. },
  736. "hashes": {
  737. "md5": "0bae513f99a7ccfce6d8837ed6ce87cb"
  738. }
  739. },
  740. {
  741. "location": {
  742. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/listofptr.tlh"
  743. },
  744. "hashes": {
  745. "md5": "2c05853076df18e7a1316a339880eea9"
  746. }
  747. },
  748. {
  749. "location": {
  750. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.filter.tlh"
  751. },
  752. "hashes": {
  753. "md5": "676f189ea92cf4bacedd849d7d763145"
  754. }
  755. },
  756. {
  757. "location": {
  758. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.extension.tlh"
  759. },
  760. "hashes": {
  761. "md5": "afbb0e64ac5cbfa58ca9eecd6542c84a"
  762. }
  763. },
  764. {
  765. "location": {
  766. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.select.tlh"
  767. },
  768. "hashes": {
  769. "md5": "1564c082236acbc44f59bc04330d198f"
  770. }
  771. },
  772. {
  773. "location": {
  774. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.indirect.tlh"
  775. },
  776. "hashes": {
  777. "md5": "aa284bfca9ca233c26694220639a820d"
  778. }
  779. },
  780. {
  781. "location": {
  782. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.zip.tlh"
  783. },
  784. "hashes": {
  785. "md5": "b2a4c19c7853e4d318c8c32c2fe693ea"
  786. }
  787. },
  788. {
  789. "location": {
  790. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.concat.tlh"
  791. },
  792. "hashes": {
  793. "md5": "46c949adba71d52eb476c437c140bbbf"
  794. }
  795. },
  796. {
  797. "location": {
  798. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.distinct.tlh"
  799. },
  800. "hashes": {
  801. "md5": "0620a727df40d5aa565232e2868dd59a"
  802. }
  803. },
  804. {
  805. "location": {
  806. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.tlh"
  807. },
  808. "hashes": {
  809. "md5": "5347eb9498dc23693bbf2b8ae11a0723"
  810. }
  811. },
  812. {
  813. "location": {
  814. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.base.tlh"
  815. },
  816. "hashes": {
  817. "md5": "3122a520d792ecd751378a6ddacf7539"
  818. }
  819. },
  820. {
  821. "location": {
  822. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.random.tlh"
  823. },
  824. "hashes": {
  825. "md5": "6c1c6369394d523fc41742279b1e310e"
  826. }
  827. },
  828. {
  829. "location": {
  830. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.from.tlh"
  831. },
  832. "hashes": {
  833. "md5": "748e632064a6096a6355db38814e243c"
  834. }
  835. },
  836. {
  837. "location": {
  838. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.container.tlh"
  839. },
  840. "hashes": {
  841. "md5": "661c6712727cd0aafaaf22bd3d39022e"
  842. }
  843. },
  844. {
  845. "location": {
  846. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.list.tlh"
  847. },
  848. "hashes": {
  849. "md5": "912bdc395f7675aef2dc354e37ece699"
  850. }
  851. },
  852. {
  853. "location": {
  854. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.vectorofptr.tlh"
  855. },
  856. "hashes": {
  857. "md5": "3c601e5672f858691f83e0bfe986f441"
  858. }
  859. },
  860. {
  861. "location": {
  862. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/exclusivearray.tlh"
  863. },
  864. "hashes": {
  865. "md5": "f7ab1e4befb8be30c2aa5f7372e0e89e"
  866. }
  867. },
  868. {
  869. "location": {
  870. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/exclusiveholder.tlh"
  871. },
  872. "hashes": {
  873. "md5": "e9417cf733934076e3fd20bed82aa66e"
  874. }
  875. },
  876. {
  877. "location": {
  878. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/exclusiveholder.tli"
  879. },
  880. "hashes": {
  881. "md5": "31ddaa9c82f28373cefef0d4a1f8b16c"
  882. }
  883. },
  884. {
  885. "location": {
  886. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busid.hpp"
  887. },
  888. "hashes": {
  889. "md5": "216a4804d5f464d70fbf57b682301303"
  890. }
  891. },
  892. {
  893. "location": {
  894. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/buscommand.hpp"
  895. },
  896. "hashes": {
  897. "md5": "264672836752676d0325336d99b8e5d8"
  898. }
  899. },
  900. {
  901. "location": {
  902. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/messagedecoder.hpp"
  903. },
  904. "hashes": {
  905. "md5": "6cc6c21e78ca58e51c20180657de7600"
  906. }
  907. },
  908. {
  909. "location": {
  910. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/wstring.hpp"
  911. },
  912. "hashes": {
  913. "md5": "901447979bb83c8deba1e2a9fed5495a"
  914. }
  915. },
  916. {
  917. "location": {
  918. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/xdwrtti.hpp"
  919. },
  920. "hashes": {
  921. "md5": "ce517e47fa70090bd352e6892ce972f8"
  922. }
  923. },
  924. {
  925. "location": {
  926. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/eventargs.hpp"
  927. },
  928. "hashes": {
  929. "md5": "e54c46d2ddaf90ce591cd5152e267f2f"
  930. }
  931. },
  932. {
  933. "location": {
  934. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/delegatearg.hpp"
  935. },
  936. "hashes": {
  937. "md5": "2d172f6c02f95804174e1bd02daaf5d2"
  938. }
  939. },
  940. {
  941. "location": {
  942. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/eventargs.bus.hpp"
  943. },
  944. "hashes": {
  945. "md5": "7ed99cee70bb7f064b4308d68f40b045"
  946. }
  947. },
  948. {
  949. "location": {
  950. "uri": "file:///e:/deliver/include/img_header/tmplblockbuffer.tlh"
  951. },
  952. "hashes": {
  953. "md5": "8e439548d6fdac30554598cd8974180a"
  954. }
  955. },
  956. {
  957. "location": {
  958. "uri": "file:///e:/deliver/include/img_header/tmplblockbuffer.tli"
  959. },
  960. "hashes": {
  961. "md5": "e12f24dac75fc0c84158b4b90dba01d2"
  962. }
  963. },
  964. {
  965. "location": {
  966. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busclient.mainentry.hpp"
  967. },
  968. "hashes": {
  969. "md5": "74763e54591818492f9fcafa8d454e43"
  970. }
  971. },
  972. {
  973. "location": {
  974. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busclient.define.hpp"
  975. },
  976. "hashes": {
  977. "md5": "75658e2db524e36af7394c5707dea52a"
  978. }
  979. },
  980. {
  981. "location": {
  982. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/c11unsafedelegate.hpp"
  983. },
  984. "hashes": {
  985. "md5": "ac84bbf39836c215267ec8cb9afcbe16"
  986. }
  987. },
  988. {
  989. "location": {
  990. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/c11delegatehandler.hpp"
  991. },
  992. "hashes": {
  993. "md5": "fd3b1ad3fbcdde1c400f4a8e7fc62178"
  994. }
  995. },
  996. {
  997. "location": {
  998. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/c11busdelegate.hpp"
  999. },
  1000. "hashes": {
  1001. "md5": "1db06eafd6386c7f70adec57ea20a909"
  1002. }
  1003. },
  1004. {
  1005. "location": {
  1006. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busclient.base.hpp"
  1007. },
  1008. "hashes": {
  1009. "md5": "803b1b5b25b5e11b968b9ca0a72b31e5"
  1010. }
  1011. },
  1012. {
  1013. "location": {
  1014. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busclient.client.hpp"
  1015. },
  1016. "hashes": {
  1017. "md5": "bd81a99c7f33f98bbd9da9b51077289d"
  1018. }
  1019. },
  1020. {
  1021. "location": {
  1022. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busclient.stream.hpp"
  1023. },
  1024. "hashes": {
  1025. "md5": "0f98db40fc347332772462cc2f428d7b"
  1026. }
  1027. },
  1028. {
  1029. "location": {
  1030. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busclient.receiver.hpp"
  1031. },
  1032. "hashes": {
  1033. "md5": "1a9459f1d258895ba14cee2c12e5cd1b"
  1034. }
  1035. },
  1036. {
  1037. "location": {
  1038. "uri": "file:///e:/dios_v2/driverplatform/ebus/ebusservice.h"
  1039. },
  1040. "hashes": {
  1041. "md5": "a4a0fd283cb7be26b82d78eac847e4c4"
  1042. }
  1043. },
  1044. {
  1045. "location": {
  1046. "uri": "file:///e:/deliver/include/sharememwr.h"
  1047. },
  1048. "hashes": {
  1049. "md5": "3a35758fb6625cc8bbb95ac339bb4ce0"
  1050. }
  1051. },
  1052. {
  1053. "location": {
  1054. "uri": "file:///e:/deliver/include/img_header/sharememclientinterface.h"
  1055. },
  1056. "hashes": {
  1057. "md5": "c527a55310eb6c207d1c70a3d33f28a8"
  1058. }
  1059. },
  1060. {
  1061. "location": {
  1062. "uri": "file:///e:/deliver/include/img_header/functionerrorcode.h"
  1063. },
  1064. "hashes": {
  1065. "md5": "dce589360d3c3416ca9ca667d0a73c0f"
  1066. }
  1067. },
  1068. {
  1069. "location": {
  1070. "uri": "file:///e:/deliver/include/img_header/advancedfunctiondataelement.h"
  1071. },
  1072. "hashes": {
  1073. "md5": "d4a3420a3532923c767ddf9c6e112d83"
  1074. }
  1075. },
  1076. {
  1077. "location": {
  1078. "uri": "file:///e:/deliver/include/definitions.h"
  1079. },
  1080. "hashes": {
  1081. "md5": "07878c897e77929c249016920da5e648"
  1082. }
  1083. },
  1084. {
  1085. "location": {
  1086. "uri": "file:///e:/deliver/include/dioslock.h"
  1087. },
  1088. "hashes": {
  1089. "md5": "19f422bc4ce2ba8a2fd99f23bd1218fc"
  1090. }
  1091. },
  1092. {
  1093. "location": {
  1094. "uri": "file:///e:/deliver/include/logger.h"
  1095. },
  1096. "hashes": {
  1097. "md5": "dcc81685c0ed303899127b874b73f16e"
  1098. }
  1099. },
  1100. {
  1101. "location": {
  1102. "uri": "file:///e:/dios_v2/driverplatform/ebus/clientsthreadmap.h"
  1103. },
  1104. "hashes": {
  1105. "md5": "b41ba18d16aa98345dfc978ca32fa9eb"
  1106. }
  1107. },
  1108. {
  1109. "location": {
  1110. "uri": "file:///e:/deliver/include/sharememory_circle.h"
  1111. },
  1112. "hashes": {
  1113. "md5": "b6ab46e25158a566b98b594c769d99da"
  1114. }
  1115. },
  1116. {
  1117. "location": {
  1118. "uri": "file:///e:/deliver/include/sharememory_client.h"
  1119. },
  1120. "hashes": {
  1121. "md5": "57e378a6d9167f73356b18ae10b69de3"
  1122. }
  1123. },
  1124. {
  1125. "location": {
  1126. "uri": "file:///e:/dios_v2/driverplatform/ebus/ebus.h"
  1127. },
  1128. "hashes": {
  1129. "md5": "55cf733efcbe1ae0f3086da84f75e4f4"
  1130. }
  1131. },
  1132. {
  1133. "location": {
  1134. "uri": "file:///e:/deliver/include/devicebus.h"
  1135. },
  1136. "hashes": {
  1137. "md5": "8552390682346019af5990e2918d0aaf"
  1138. }
  1139. },
  1140. {
  1141. "location": {
  1142. "uri": "file:///e:/deliver/include/diosthread.h"
  1143. },
  1144. "hashes": {
  1145. "md5": "f79dd78165d55ab364f98e65e1049af4"
  1146. }
  1147. },
  1148. {
  1149. "location": {
  1150. "uri": "file:///e:/deliver/include/errorinfoobject.h"
  1151. },
  1152. "hashes": {
  1153. "md5": "d58c33cbdce19def7032f97de668c987"
  1154. }
  1155. },
  1156. {
  1157. "location": {
  1158. "uri": "file:///e:/deliver/include/base64.h"
  1159. },
  1160. "hashes": {
  1161. "md5": "76caebbb0df1b74eb9b886defb790864"
  1162. }
  1163. },
  1164. {
  1165. "location": {
  1166. "uri": "file:///e:/deliver/include/packetanalizer.h"
  1167. },
  1168. "hashes": {
  1169. "md5": "7fa7a13e7c88c4eb71b8926741a67149"
  1170. }
  1171. },
  1172. {
  1173. "location": {
  1174. "uri": "file:///e:/deliver/include/diosfilehandle.h"
  1175. },
  1176. "hashes": {
  1177. "md5": "d7b028d6b156db169d9b66dfa079c3e2"
  1178. }
  1179. },
  1180. {
  1181. "location": {
  1182. "uri": "file:///e:/deliver/include/p2pmodule.h"
  1183. },
  1184. "hashes": {
  1185. "md5": "3f706f302d56c2e2e5496800721dd197"
  1186. }
  1187. },
  1188. {
  1189. "location": {
  1190. "uri": "file:///e:/deliver/include/sharememory_if.h"
  1191. },
  1192. "hashes": {
  1193. "md5": "18ad2d1e775be1bb8a2b23ef1378ac80"
  1194. }
  1195. },
  1196. {
  1197. "location": {
  1198. "uri": "file:///e:/deliver/include/sharememory_block.h"
  1199. },
  1200. "hashes": {
  1201. "md5": "1a1e1750163f7c1d7dc0a931e0b31287"
  1202. }
  1203. }
  1204. ]
  1205. }
  1206. ]
  1207. }