OemBusUnit.nativecodeanalysis.sarif 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654
  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": "枚举类型“_Ret_Status”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  11. },
  12. "locations": [
  13. {
  14. "physicalLocation": {
  15. "artifactLocation": {
  16. "uri": "file:///E:/DeviceV3.0/DriverPlatform-V3.1/OemLayer/OemBusUnit/OemBusUnit.cpp"
  17. },
  18. "region": {
  19. "startLine": 122,
  20. "startColumn": 2,
  21. "endLine": 122,
  22. "endColumn": 9
  23. }
  24. },
  25. "logicalLocations": [
  26. {
  27. "decoratedName": "?GetDriverDictionary@BusUnitDPC@@UEAA?AW4_Ret_Status@@AEAVResDataObject@@@Z",
  28. "kind": "function"
  29. }
  30. ]
  31. }
  32. ]
  33. },
  34. {
  35. "ruleId": "C26812",
  36. "message": {
  37. "text": "枚举类型“_Ccos_Proc_Type”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  38. },
  39. "locations": [
  40. {
  41. "physicalLocation": {
  42. "artifactLocation": {
  43. "uri": "file:///E:/DeviceV3.0/DriverPlatform-V3.1/OemLayer/OemBusUnit/OemBusUnit.cpp"
  44. },
  45. "region": {
  46. "startLine": 192,
  47. "startColumn": 17,
  48. "endLine": 192,
  49. "endColumn": 37
  50. }
  51. },
  52. "logicalLocations": [
  53. {
  54. "decoratedName": "?LoadDriver@BusUnitDPC@@UEAAPEAXXZ",
  55. "kind": "function"
  56. }
  57. ]
  58. }
  59. ]
  60. },
  61. {
  62. "ruleId": "C26451",
  63. "message": {
  64. "text": "算术溢出: 使用 4 字节值上的运算符 + ,然后将结果转换到 8 字节值。在调用运算符 + 之前将值强制转换为宽类型可避免溢出(io.2)。"
  65. },
  66. "locations": [
  67. {
  68. "physicalLocation": {
  69. "artifactLocation": {
  70. "uri": "file:///E:/DeviceV3.0/DriverPlatform-V3.1/OemLayer/OemBusUnit/OemBusUnit.cpp"
  71. },
  72. "region": {
  73. "startLine": 275,
  74. "startColumn": 39
  75. }
  76. },
  77. "logicalLocations": [
  78. {
  79. "decoratedName": "?OnNotify@BusUnitDPC@@UEAAKQEAPEAXK@Z",
  80. "kind": "function"
  81. }
  82. ]
  83. }
  84. ]
  85. },
  86. {
  87. "ruleId": "C26495",
  88. "message": {
  89. "text": "未初始化变量 BaseJsonDataObject<unsigned __int64>::m_Data。始终初始化成员变量(type.6)。"
  90. },
  91. "locations": [
  92. {
  93. "physicalLocation": {
  94. "artifactLocation": {
  95. "uri": "file:///E:/DeviceV3.0/deliver/include/ResDataObject.h"
  96. },
  97. "region": {
  98. "startLine": 400,
  99. "startColumn": 2,
  100. "endLine": 400,
  101. "endColumn": 2
  102. }
  103. },
  104. "logicalLocations": [
  105. {
  106. "decoratedName": "??0?$BaseJsonDataObject@_K@@QEAA@XZ",
  107. "kind": "function"
  108. }
  109. ]
  110. }
  111. ],
  112. "properties": {
  113. "targetSymbol": "BaseJsonDataObject<unsigned __int64>::m_Data"
  114. }
  115. },
  116. {
  117. "ruleId": "C26495",
  118. "message": {
  119. "text": "未初始化变量 BaseJsonDataObject<bool>::m_Data。始终初始化成员变量(type.6)。"
  120. },
  121. "locations": [
  122. {
  123. "physicalLocation": {
  124. "artifactLocation": {
  125. "uri": "file:///E:/DeviceV3.0/deliver/include/ResDataObject.h"
  126. },
  127. "region": {
  128. "startLine": 400,
  129. "startColumn": 2,
  130. "endLine": 400,
  131. "endColumn": 2
  132. }
  133. },
  134. "logicalLocations": [
  135. {
  136. "decoratedName": "??0?$BaseJsonDataObject@_N@@QEAA@XZ",
  137. "kind": "function"
  138. }
  139. ]
  140. }
  141. ],
  142. "properties": {
  143. "targetSymbol": "BaseJsonDataObject<bool>::m_Data"
  144. }
  145. },
  146. {
  147. "ruleId": "C26812",
  148. "message": {
  149. "text": "枚举类型“Log4CPP::enLogLevel”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  150. },
  151. "locations": [
  152. {
  153. "physicalLocation": {
  154. "artifactLocation": {
  155. "uri": "file:///E:/DeviceV3.0/Deliver/Include/Log4CPP/Log.Include/Log4CPP.Logger.hpp"
  156. },
  157. "region": {
  158. "startLine": 130,
  159. "startColumn": 8,
  160. "endLine": 130,
  161. "endColumn": 17
  162. }
  163. },
  164. "logicalLocations": [
  165. {
  166. "decoratedName": "??$Info@AEAY0BH@$$CBDHAEAY0M@$$CBDAEAY08$$CBD@Logger@Log4CPP@@QEAAXPEBDAEAY0BH@$$CBD$$QEAHAEAY0M@$$CBDAEAY08$$CBD@Z",
  167. "kind": "function"
  168. }
  169. ]
  170. }
  171. ]
  172. },
  173. {
  174. "ruleId": "C26451",
  175. "message": {
  176. "text": "算术溢出: 使用 4 字节值上的运算符 + ,然后将结果转换到 8 字节值。在调用运算符 + 之前将值强制转换为宽类型可避免溢出(io.2)。"
  177. },
  178. "locations": [
  179. {
  180. "physicalLocation": {
  181. "artifactLocation": {
  182. "uri": "file:///E:/DeviceV3.0/deliver/include/String.Format.tlh"
  183. },
  184. "region": {
  185. "startLine": 922,
  186. "startColumn": 35,
  187. "endLine": 922,
  188. "endColumn": 42
  189. }
  190. },
  191. "logicalLocations": [
  192. {
  193. "decoratedName": "??$DoFormat@AEAY0BH@$$CBDHAEAY0M@$$CBDAEAY08$$CBD@?$_string_format_detail@VStringFormat@String@Utility@ECOM@@@String@Utility@ECOM@@IEAAHHPEBD$$QEAV?$tuple@AEAY0BH@$$CBDHAEAY0M@$$CBDAEAY08$$CBD@std@@@Z",
  194. "kind": "function"
  195. }
  196. ]
  197. }
  198. ]
  199. },
  200. {
  201. "ruleId": "C26451",
  202. "message": {
  203. "text": "算术溢出: 使用 4 字节值上的运算符 + ,然后将结果转换到 8 字节值。在调用运算符 + 之前将值强制转换为宽类型可避免溢出(io.2)。"
  204. },
  205. "locations": [
  206. {
  207. "physicalLocation": {
  208. "artifactLocation": {
  209. "uri": "file:///E:/DeviceV3.0/deliver/include/String.Format.tlh"
  210. },
  211. "region": {
  212. "startLine": 922,
  213. "startColumn": 35,
  214. "endLine": 922,
  215. "endColumn": 42
  216. }
  217. },
  218. "logicalLocations": [
  219. {
  220. "decoratedName": "??$DoFormat@AEAY0BK@$$CBDHAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@?$_string_format_detail@VStringFormat@String@Utility@ECOM@@@String@Utility@ECOM@@IEAAHHPEBD$$QEAV?$tuple@AEAY0BK@$$CBDHAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@Z",
  221. "kind": "function"
  222. }
  223. ]
  224. }
  225. ]
  226. },
  227. {
  228. "ruleId": "C26451",
  229. "message": {
  230. "text": "算术溢出: 使用 4 字节值上的运算符 + ,然后将结果转换到 8 字节值。在调用运算符 + 之前将值强制转换为宽类型可避免溢出(io.2)。"
  231. },
  232. "locations": [
  233. {
  234. "physicalLocation": {
  235. "artifactLocation": {
  236. "uri": "file:///E:/DeviceV3.0/deliver/include/String.Format.tlh"
  237. },
  238. "region": {
  239. "startLine": 922,
  240. "startColumn": 35,
  241. "endLine": 922,
  242. "endColumn": 42
  243. }
  244. },
  245. "logicalLocations": [
  246. {
  247. "decoratedName": "??$DoFormat@AEAY0BF@$$CBDH@?$_string_format_detail@VStringFormat@String@Utility@ECOM@@@String@Utility@ECOM@@IEAAHHPEBD$$QEAV?$tuple@AEAY0BF@$$CBDH@std@@@Z",
  248. "kind": "function"
  249. }
  250. ]
  251. }
  252. ]
  253. },
  254. {
  255. "ruleId": "C26451",
  256. "message": {
  257. "text": "算术溢出: 使用 4 字节值上的运算符 - ,然后将结果转换到 8 字节值。在调用运算符 - 之前将值强制转换为宽类型可避免溢出(io.2)。"
  258. },
  259. "locations": [
  260. {
  261. "physicalLocation": {
  262. "artifactLocation": {
  263. "uri": "file:///E:/DeviceV3.0/deliver/include/String.Format.tlh"
  264. },
  265. "region": {
  266. "startLine": 406,
  267. "startColumn": 29,
  268. "endLine": 406,
  269. "endColumn": 33
  270. }
  271. },
  272. "logicalLocations": [
  273. {
  274. "decoratedName": "?_StringFormatArg@?$_string_format_detail@VStringFormat@String@Utility@ECOM@@@String@Utility@ECOM@@IEAAXPEBDH0@Z",
  275. "kind": "function"
  276. }
  277. ]
  278. }
  279. ]
  280. },
  281. {
  282. "ruleId": "C26451",
  283. "message": {
  284. "text": "算术溢出: 使用 4 字节值上的运算符 - ,然后将结果转换到 8 字节值。在调用运算符 - 之前将值强制转换为宽类型可避免溢出(io.2)。"
  285. },
  286. "locations": [
  287. {
  288. "physicalLocation": {
  289. "artifactLocation": {
  290. "uri": "file:///E:/DeviceV3.0/deliver/include/String.Format.tlh"
  291. },
  292. "region": {
  293. "startLine": 407,
  294. "startColumn": 18,
  295. "endLine": 407,
  296. "endColumn": 22
  297. }
  298. },
  299. "logicalLocations": [
  300. {
  301. "decoratedName": "?_StringFormatArg@?$_string_format_detail@VStringFormat@String@Utility@ECOM@@@String@Utility@ECOM@@IEAAXPEBDH0@Z",
  302. "kind": "function"
  303. }
  304. ]
  305. }
  306. ]
  307. },
  308. {
  309. "ruleId": "C26451",
  310. "message": {
  311. "text": "算术溢出: 使用 4 字节值上的运算符 - ,然后将结果转换到 8 字节值。在调用运算符 - 之前将值强制转换为宽类型可避免溢出(io.2)。"
  312. },
  313. "locations": [
  314. {
  315. "physicalLocation": {
  316. "artifactLocation": {
  317. "uri": "file:///E:/DeviceV3.0/deliver/include/String.Format.tlh"
  318. },
  319. "region": {
  320. "startLine": 422,
  321. "startColumn": 29,
  322. "endLine": 422,
  323. "endColumn": 33
  324. }
  325. },
  326. "logicalLocations": [
  327. {
  328. "decoratedName": "?_StringFormatArg@?$_string_format_detail@VStringFormat@String@Utility@ECOM@@@String@Utility@ECOM@@IEAAXPEBDH0@Z",
  329. "kind": "function"
  330. }
  331. ]
  332. }
  333. ]
  334. },
  335. {
  336. "ruleId": "C26451",
  337. "message": {
  338. "text": "算术溢出: 使用 4 字节值上的运算符 - ,然后将结果转换到 8 字节值。在调用运算符 - 之前将值强制转换为宽类型可避免溢出(io.2)。"
  339. },
  340. "locations": [
  341. {
  342. "physicalLocation": {
  343. "artifactLocation": {
  344. "uri": "file:///E:/DeviceV3.0/deliver/include/String.Format.tlh"
  345. },
  346. "region": {
  347. "startLine": 423,
  348. "startColumn": 18,
  349. "endLine": 423,
  350. "endColumn": 22
  351. }
  352. },
  353. "logicalLocations": [
  354. {
  355. "decoratedName": "?_StringFormatArg@?$_string_format_detail@VStringFormat@String@Utility@ECOM@@@String@Utility@ECOM@@IEAAXPEBDH0@Z",
  356. "kind": "function"
  357. }
  358. ]
  359. }
  360. ]
  361. }
  362. ],
  363. "tool": {
  364. "driver": {
  365. "name": "PREfast",
  366. "fullName": "PREfast Code Analysis",
  367. "version": "14.29.30133.0",
  368. "informationUri": "https://aka.ms/cpp/ca"
  369. }
  370. },
  371. "invocations": [
  372. {
  373. "commandLine": "\"C:\\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 -zm0x0064C1B0 -allChunksReserved -il C:\\Users\\ecom\\AppData\\Local\\Temp\\_CL_8cae6138ast -typedil -f OemBusUnit.cpp -Ze -D_MSC_EXTENSIONS -Zp16 -pc \\:/ -D_MSC_VER=1929 -D_MSC_FULL_VER=192930133 -D_MSC_BUILD=0 -D_M_AMD64=100 -ZILP448 -D_M_X64=100 -D_WIN64 -D_WIN32 -GR -D_CPPRTTI -I G:\\vcpkg\\installed\\x64-windows\\include -nologo -W 3 -diagnostics:column -D_GUARDOVERFLOW_CRT_ALLOCATORS=1 -GF -Og -Ot -Oy -Oi -ltcg -DCODE_ANALYSIS -DWIN32 -DNDEBUG -D_WINDOWS -D_USRDLL -DOEMBUSUNIT_EXPORTS -DBUSUNITCLIENT_EXPORTS -DBUSUNITLOGIC_EXPORTS -D_CRT_SECURE_NO_WARNINGS -D_WINDLL -D_MBCS -EHs -D_CPPUNWIND -EHc -MD -D_MT -D_DLL -GS -D_M_FP_PRECISE -Zc:wchar_t -Zc:forScope -std:c++17 -Yustdafx.h -Fpx64\\Release\\OemBusUnitX64.pch -Fox64\\Release\\OemBusUnit.obj -Fdx64\\Release\\vc142.pdb -external:W 3 -Gd -analyze:projectdirectory E:\\DeviceV3.0\\DriverPlatform-V3.1\\OemLayer\\OemBusUnit -analyze:rulesetdirectory ;C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Team Tools\\Static Analysis Tools\\\\Rule Sets; -analyze:ruleset C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Team Tools\\Static Analysis Tools\\Rule Sets\\NativeRecommendedRules.ruleset -analyze:quiet -analyze:plugin C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x86\\EspXEngine.dll -FC -errorreport:prompt -I E:\\DeviceV3.0\\deliver\\include -I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\include -I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\include -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\ucrt -I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\UnitTest\\include -I E:\\DeviceV3.0\\Deliver\\Include\\Log4CPP\\Log.Include -I E:\\DeviceV3.0\\Deliver\\Include\\Log4CPP\\Common.Include -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\winrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\cppwinrt -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -I E:\\DeviceV3.0\\Deliver\\include\\paho.mqtt.cpp\\src -I E:\\DeviceV3.0\\Deliver\\include\\paho.mqtt.c\\src -I G:\\vcpkg\\installed\\x64-windows\\include -external:I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\include -I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\include -external:I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -external:I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\include -I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\include -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\ucrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\ucrt -external:I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\UnitTest\\include -I C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\UnitTest\\include -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\um -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\shared -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\winrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\winrt -external:I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.0\\cppwinrt -I C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.22621.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 -external:I G:\\vcpkg\\installed\\x64-windows\\include -I G:\\vcpkg\\installed\\x64-windows\\include",
  374. "executionSuccessful": true
  375. }
  376. ],
  377. "artifacts": [
  378. {
  379. "location": {
  380. "uri": "file:///E:/DeviceV3.0/DriverPlatform-V3.1/OemLayer/OemBusUnit/OemBusUnitDevice.cpp"
  381. },
  382. "roles": [
  383. "analysisTarget",
  384. "resultFile"
  385. ],
  386. "hashes": {
  387. "md5": "f59ad26996f0f2bf689c91a4bdb59371"
  388. }
  389. },
  390. {
  391. "location": {
  392. "uri": "file:///E:/DeviceV3.0/deliver/include/ResDataObject.h"
  393. },
  394. "roles": [
  395. "resultFile"
  396. ],
  397. "hashes": {
  398. "md5": "5952703846c703003535fa667ae9a289"
  399. }
  400. },
  401. {
  402. "location": {
  403. "uri": "file:///e:/devicev3.0/driverplatform-v3.1/oemlayer/oembusunit/stdafx.h"
  404. },
  405. "hashes": {
  406. "md5": "1a91a3935d879194bfddf4f401cb8bf2"
  407. }
  408. },
  409. {
  410. "location": {
  411. "uri": "file:///e:/devicev3.0/driverplatform-v3.1/oemlayer/oembusunit/targetver.h"
  412. },
  413. "hashes": {
  414. "md5": "20a1397a4f718d91f76e2681bef085b6"
  415. }
  416. },
  417. {
  418. "location": {
  419. "uri": "file:///e:/devicev3.0/deliver/include/log4cpp/log.include/log4cpp.logger.hpp"
  420. },
  421. "roles": [
  422. "resultFile"
  423. ],
  424. "hashes": {
  425. "md5": "ecf5cacfb6c5bca6a993b30ab6a3845f"
  426. }
  427. },
  428. {
  429. "location": {
  430. "uri": "file:///e:/devicev3.0/deliver/include/log4cpp/common.include/string.dstring.hpp"
  431. },
  432. "hashes": {
  433. "md5": "a58c7d3df47e611333583d204ac658f4"
  434. }
  435. },
  436. {
  437. "location": {
  438. "uri": "file:///e:/devicev3.0/deliver/include/log4cpp/common.include/string.stringview.hpp"
  439. },
  440. "hashes": {
  441. "md5": "8191cea6ae21c58876e8f9d4a26dcf3c"
  442. }
  443. },
  444. {
  445. "location": {
  446. "uri": "file:///e:/devicev3.0/deliver/include/log4cpp/common.include/hash.string.hpp"
  447. },
  448. "hashes": {
  449. "md5": "aa05bb232cff7434774b5aa79751ab21"
  450. }
  451. },
  452. {
  453. "location": {
  454. "uri": "file:///e:/devicev3.0/deliver/include/string.format.tlh"
  455. },
  456. "roles": [
  457. "resultFile"
  458. ],
  459. "hashes": {
  460. "md5": "788f376d8db4359f30a4860fbe94371c"
  461. }
  462. },
  463. {
  464. "location": {
  465. "uri": "file:///e:/devicev3.0/deliver/include/log4cpp/log.include/log4cpp.define.hpp"
  466. },
  467. "hashes": {
  468. "md5": "abfebd9c71923646793529bebf67528d"
  469. }
  470. },
  471. {
  472. "location": {
  473. "uri": "file:///e:/devicev3.0/deliver/include/log4cpp/log.include/log4cpp.loglevel.hpp"
  474. },
  475. "hashes": {
  476. "md5": "a29e46042c79f6c8f02a77915383856a"
  477. }
  478. },
  479. {
  480. "location": {
  481. "uri": "file:///e:/devicev3.0/deliver/include/log4cpp/log.include/log4cpp.appender.hpp"
  482. },
  483. "hashes": {
  484. "md5": "43a813214796c95e53047521e8d11c1f"
  485. }
  486. },
  487. {
  488. "location": {
  489. "uri": "file:///e:/devicev3.0/deliver/include/log4cpp/log.include/log4cpp.loggingevent.hpp"
  490. },
  491. "hashes": {
  492. "md5": "18fb4f49022c015a81dab867fdd98c5a"
  493. }
  494. },
  495. {
  496. "location": {
  497. "uri": "file:///e:/devicev3.0/deliver/include/log4cpp/log.include/log4cpp.tlslog.hpp"
  498. },
  499. "hashes": {
  500. "md5": "1ec933bfa8ba634949ddc032fa97972c"
  501. }
  502. },
  503. {
  504. "location": {
  505. "uri": "file:///e:/devicev3.0/deliver/include/log4cpp/log.include/log4cpp.tlslog.tracing.hpp"
  506. },
  507. "hashes": {
  508. "md5": "60c309dac27200e2516c3099361e20bb"
  509. }
  510. },
  511. {
  512. "location": {
  513. "uri": "file:///e:/devicev3.0/deliver/include/log4cpp/log.include/mlog.log4cpp.hpp"
  514. },
  515. "hashes": {
  516. "md5": "f253c99a9da9f0e0647ee3e70987b3c1"
  517. }
  518. },
  519. {
  520. "location": {
  521. "uri": "file:///e:/devicev3.0/driverplatform-v3.1/oemlayer/oembusunit/oembusunit.h"
  522. },
  523. "hashes": {
  524. "md5": "b877650008cd68a8b42802e0812784b5"
  525. }
  526. },
  527. {
  528. "location": {
  529. "uri": "file:///e:/devicev3.0/deliver/include/logicdriver.h"
  530. },
  531. "hashes": {
  532. "md5": "6ab7ed4945fd8cc0adcd28c4df5b3f1f"
  533. }
  534. },
  535. {
  536. "location": {
  537. "uri": "file:///e:/devicev3.0/deliver/include/dpc.h"
  538. },
  539. "hashes": {
  540. "md5": "8ae61aba6b81f2201447216e9314b335"
  541. }
  542. },
  543. {
  544. "location": {
  545. "uri": "file:///e:/devicev3.0/deliver/include/definitions.h"
  546. },
  547. "hashes": {
  548. "md5": "1b36a119d096288c057adf16222c01a8"
  549. }
  550. },
  551. {
  552. "location": {
  553. "uri": "file:///e:/devicev3.0/deliver/include/logicdevice.h"
  554. },
  555. "hashes": {
  556. "md5": "8f36b6e7ec2db97cac2b562a94939c1c"
  557. }
  558. },
  559. {
  560. "location": {
  561. "uri": "file:///e:/devicev3.0/deliver/include/ccoslock.h"
  562. },
  563. "hashes": {
  564. "md5": "6ef694600e306d1039fe501b0e4db656"
  565. }
  566. },
  567. {
  568. "location": {
  569. "uri": "file:///e:/devicev3.0/deliver/include/ccosfilehandle.h"
  570. },
  571. "hashes": {
  572. "md5": "84c6a7455068dd69e1ec839c294b7761"
  573. }
  574. },
  575. {
  576. "location": {
  577. "uri": "file:///e:/devicev3.0/deliver/include/ccosthread.h"
  578. },
  579. "hashes": {
  580. "md5": "bcf85fc2a8499ba80fd45eee229dd64c"
  581. }
  582. },
  583. {
  584. "location": {
  585. "uri": "file:///e:/devicev3.0/deliver/include/msgqueue.h"
  586. },
  587. "hashes": {
  588. "md5": "73927cf318a5240ea737c7748703f3fc"
  589. }
  590. },
  591. {
  592. "location": {
  593. "uri": "file:///e:/devicev3.0/deliver/include/scopelock.h"
  594. },
  595. "hashes": {
  596. "md5": "fe1c154331759bc62a8157897df388f0"
  597. }
  598. },
  599. {
  600. "location": {
  601. "uri": "file:///e:/devicev3.0/driverplatform-v3.1/oemlayer/oembusunit/oembusunitdevice.h"
  602. },
  603. "hashes": {
  604. "md5": "6e180ebcaceab0dabc36ab62c49d9a3d"
  605. }
  606. },
  607. {
  608. "location": {
  609. "uri": "file:///e:/devicev3.0/driverplatform-v3.1/oemlayer/oembusunit/busunitlogic.h"
  610. },
  611. "hashes": {
  612. "md5": "05557ad30effe5ad9cdf2621caa85d6f"
  613. }
  614. },
  615. {
  616. "location": {
  617. "uri": "file:///e:/devicev3.0/deliver/include/localconfig.h"
  618. },
  619. "hashes": {
  620. "md5": "c8a4c4350dde86a99fa272e9e9578995"
  621. }
  622. },
  623. {
  624. "location": {
  625. "uri": "file:///E:/DeviceV3.0/DriverPlatform-V3.1/OemLayer/OemBusUnit/OemBusUnit.cpp"
  626. },
  627. "roles": [
  628. "analysisTarget",
  629. "resultFile"
  630. ],
  631. "hashes": {
  632. "md5": "9161f2dea3c29117025535c05e8d9b26"
  633. }
  634. },
  635. {
  636. "location": {
  637. "uri": "file:///e:/devicev3.0/deliver/include/devtree.h"
  638. },
  639. "hashes": {
  640. "md5": "38830f1e922fdb920d97388da81db039"
  641. }
  642. },
  643. {
  644. "location": {
  645. "uri": "file:///e:/devicev3.0/deliver/include/common_api.h"
  646. },
  647. "hashes": {
  648. "md5": "88b1032a5ae2600400bf90500d1e476e"
  649. }
  650. }
  651. ]
  652. }
  653. ]
  654. }