project.uvopt 16.5 KB
Newer Older
B
bernard.xiong@gmail.com 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_opt.xsd">

  <SchemaVersion>1.0</SchemaVersion>

  <Header>### uVision Project, (C) Keil Software</Header>

  <Extensions>
    <cExt>*.c</cExt>
    <aExt>*.s*; *.src; *.a*</aExt>
    <oExt>*.obj</oExt>
    <lExt>*.lib</lExt>
    <tExt>*.txt; *.h; *.inc</tExt>
    <pExt>*.plm</pExt>
    <CppX>*.cpp</CppX>
  </Extensions>

  <DaveTm>
    <dwLowDateTime>0</dwLowDateTime>
    <dwHighDateTime>0</dwHighDateTime>
  </DaveTm>

  <Target>
    <TargetName>RT-Thread FM3</TargetName>
    <ToolsetNumber>0x4</ToolsetNumber>
    <ToolsetName>ARM-ADS</ToolsetName>
    <TargetOption>
      <CLKADS>4000000</CLKADS>
      <OPTTT>
        <gFlags>1</gFlags>
        <BeepAtEnd>1</BeepAtEnd>
        <RunSim>1</RunSim>
        <RunTarget>0</RunTarget>
      </OPTTT>
      <OPTHX>
        <HexSelection>1</HexSelection>
        <FlashByte>65535</FlashByte>
        <HexRangeLowAddress>0</HexRangeLowAddress>
        <HexRangeHighAddress>0</HexRangeHighAddress>
        <HexOffset>0</HexOffset>
      </OPTHX>
      <OPTLEX>
        <PageWidth>79</PageWidth>
        <PageLength>66</PageLength>
        <TabStop>8</TabStop>
        <ListingPath>.\obj\</ListingPath>
      </OPTLEX>
      <ListingPage>
        <CreateCListing>1</CreateCListing>
        <CreateAListing>1</CreateAListing>
        <CreateLListing>1</CreateLListing>
        <CreateIListing>0</CreateIListing>
        <AsmCond>1</AsmCond>
        <AsmSymb>1</AsmSymb>
        <AsmXref>0</AsmXref>
        <CCond>1</CCond>
        <CCode>0</CCode>
        <CListInc>0</CListInc>
        <CSymb>0</CSymb>
        <LinkerCodeListing>0</LinkerCodeListing>
      </ListingPage>
      <OPTXL>
        <LMap>1</LMap>
        <LComments>1</LComments>
        <LGenerateSymbols>1</LGenerateSymbols>
        <LLibSym>1</LLibSym>
        <LLines>1</LLines>
        <LLocSym>1</LLocSym>
        <LPubSym>1</LPubSym>
        <LXref>0</LXref>
        <LExpSel>0</LExpSel>
      </OPTXL>
      <OPTFL>
D
dzzxzz@gmail.com 已提交
74
        <tvExp>0</tvExp>
B
bernard.xiong@gmail.com 已提交
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
        <tvExpOptDlg>0</tvExpOptDlg>
        <IsCurrentTarget>1</IsCurrentTarget>
      </OPTFL>
      <CpuCode>255</CpuCode>
      <DllOpt>
        <SimDllName>SARMCM3.DLL</SimDllName>
        <SimDllArguments>-MPU</SimDllArguments>
        <SimDlgDllName>DCM.DLL</SimDlgDllName>
        <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
        <TargetDllName>SARMCM3.DLL</TargetDllName>
        <TargetDllArguments>-MPU</TargetDllArguments>
        <TargetDlgDllName>TCM.DLL</TargetDlgDllName>
        <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
      </DllOpt>
      <DebugOpt>
        <uSim>0</uSim>
        <uTrg>1</uTrg>
        <sLdApp>1</sLdApp>
        <sGomain>1</sGomain>
        <sRbreak>1</sRbreak>
        <sRwatch>1</sRwatch>
        <sRmem>1</sRmem>
        <sRfunc>1</sRfunc>
        <sRbox>1</sRbox>
        <tLdApp>1</tLdApp>
        <tGomain>1</tGomain>
        <tRbreak>1</tRbreak>
        <tRwatch>1</tRwatch>
        <tRmem>1</tRmem>
        <tRfunc>0</tRfunc>
        <tRbox>1</tRbox>
        <sRunDeb>0</sRunDeb>
        <sLrtime>0</sLrtime>
        <nTsel>7</nTsel>
        <sDll></sDll>
        <sDllPa></sDllPa>
        <sDlgDll></sDlgDll>
        <sDlgPa></sDlgPa>
        <sIfile></sIfile>
        <tDll></tDll>
        <tDllPa></tDllPa>
        <tDlgDll></tDlgDll>
        <tDlgPa></tDlgPa>
        <tIfile></tIfile>
        <pMon>Segger\JL2CM3.dll</pMon>
      </DebugOpt>
D
dzzxzz@gmail.com 已提交
121
      <Breakpoint/>
B
bernard.xiong@gmail.com 已提交
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
      <DebugFlag>
        <trace>0</trace>
        <periodic>0</periodic>
        <aLwin>0</aLwin>
        <aCover>0</aCover>
        <aSer1>0</aSer1>
        <aSer2>0</aSer2>
        <aPa>0</aPa>
        <viewmode>0</viewmode>
        <vrSel>0</vrSel>
        <aSym>0</aSym>
        <aTbox>0</aTbox>
        <AscS1>0</AscS1>
        <AscS2>0</AscS2>
        <AscS3>0</AscS3>
        <aSer3>0</aSer3>
        <eProf>0</eProf>
        <aLa>0</aLa>
        <aPa1>0</aPa1>
        <AscS4>0</AscS4>
        <aSer4>0</aSer4>
        <StkLoc>0</StkLoc>
        <TrcWin>0</TrcWin>
        <newCpu>0</newCpu>
        <uProt>0</uProt>
      </DebugFlag>
      <LintExecutable></LintExecutable>
      <LintConfigFile></LintConfigFile>
    </TargetOption>
  </Target>

  <Group>
    <GroupName>Startup</GroupName>
D
dzzxzz@gmail.com 已提交
155
    <tvExp>0</tvExp>
B
bernard.xiong@gmail.com 已提交
156 157 158 159 160 161 162 163
    <tvExpOptDlg>0</tvExpOptDlg>
    <cbSel>0</cbSel>
    <File>
      <GroupNumber>1</GroupNumber>
      <FileNumber>1</FileNumber>
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
164
      <ColumnNumber>43</ColumnNumber>
B
bernard.xiong@gmail.com 已提交
165
      <tvExpOptDlg>0</tvExpOptDlg>
166 167
      <TopLine>121</TopLine>
      <CurrentLine>121</CurrentLine>
B
bernard.xiong@gmail.com 已提交
168 169 170 171 172 173 174 175 176 177
      <bDave2>0</bDave2>
      <PathWithFileName>.\application.c</PathWithFileName>
      <FilenameWithoutPath>application.c</FilenameWithoutPath>
    </File>
    <File>
      <GroupNumber>1</GroupNumber>
      <FileNumber>2</FileNumber>
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
178
      <ColumnNumber>20</ColumnNumber>
B
bernard.xiong@gmail.com 已提交
179
      <tvExpOptDlg>0</tvExpOptDlg>
180 181
      <TopLine>32</TopLine>
      <CurrentLine>34</CurrentLine>
B
bernard.xiong@gmail.com 已提交
182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199
      <bDave2>0</bDave2>
      <PathWithFileName>.\board.c</PathWithFileName>
      <FilenameWithoutPath>board.c</FilenameWithoutPath>
    </File>
    <File>
      <GroupNumber>1</GroupNumber>
      <FileNumber>3</FileNumber>
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
      <PathWithFileName>.\startup.c</PathWithFileName>
      <FilenameWithoutPath>startup.c</FilenameWithoutPath>
    </File>
D
dzzxzz 已提交
200 201
    <File>
      <GroupNumber>1</GroupNumber>
D
dzzxzz 已提交
202
      <FileNumber>4</FileNumber>
D
dzzxzz 已提交
203 204 205 206 207
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
D
dzzxzz 已提交
208 209
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
D
dzzxzz 已提交
210 211 212 213 214 215
      <bDave2>0</bDave2>
      <PathWithFileName>.\adc.c</PathWithFileName>
      <FilenameWithoutPath>adc.c</FilenameWithoutPath>
    </File>
    <File>
      <GroupNumber>1</GroupNumber>
D
dzzxzz 已提交
216
      <FileNumber>5</FileNumber>
D
dzzxzz 已提交
217 218 219 220 221 222 223 224 225 226 227 228 229
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
      <PathWithFileName>.\cpuusage.c</PathWithFileName>
      <FilenameWithoutPath>cpuusage.c</FilenameWithoutPath>
    </File>
    <File>
      <GroupNumber>1</GroupNumber>
D
dzzxzz 已提交
230
      <FileNumber>6</FileNumber>
D
dzzxzz 已提交
231 232 233 234 235 236 237 238 239 240 241 242 243
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
      <PathWithFileName>.\key.c</PathWithFileName>
      <FilenameWithoutPath>key.c</FilenameWithoutPath>
    </File>
    <File>
      <GroupNumber>1</GroupNumber>
D
dzzxzz 已提交
244
      <FileNumber>7</FileNumber>
D
dzzxzz 已提交
245 246 247 248 249 250 251 252 253 254 255 256 257
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
      <PathWithFileName>.\lcd.c</PathWithFileName>
      <FilenameWithoutPath>lcd.c</FilenameWithoutPath>
    </File>
    <File>
      <GroupNumber>1</GroupNumber>
D
dzzxzz 已提交
258
      <FileNumber>8</FileNumber>
D
dzzxzz 已提交
259 260 261 262 263 264 265 266 267 268 269
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
      <PathWithFileName>.\led.c</PathWithFileName>
      <FilenameWithoutPath>led.c</FilenameWithoutPath>
    </File>
B
bernard.xiong@gmail.com 已提交
270
    <File>
D
dzzxzz 已提交
271
      <GroupNumber>1</GroupNumber>
B
bernard.xiong@gmail.com 已提交
272 273 274 275
      <FileNumber>9</FileNumber>
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
D
dzzxzz@gmail.com 已提交
276
      <ColumnNumber>39</ColumnNumber>
B
bernard.xiong@gmail.com 已提交
277
      <tvExpOptDlg>0</tvExpOptDlg>
D
dzzxzz@gmail.com 已提交
278 279
      <TopLine>14</TopLine>
      <CurrentLine>25</CurrentLine>
B
bernard.xiong@gmail.com 已提交
280
      <bDave2>0</bDave2>
D
dzzxzz 已提交
281 282
      <PathWithFileName>.\info.c</PathWithFileName>
      <FilenameWithoutPath>info.c</FilenameWithoutPath>
B
bernard.xiong@gmail.com 已提交
283
    </File>
D
dzzxzz 已提交
284 285 286 287
  </Group>

  <Group>
    <GroupName>FM3</GroupName>
D
dzzxzz@gmail.com 已提交
288
    <tvExp>0</tvExp>
D
dzzxzz 已提交
289 290
    <tvExpOptDlg>0</tvExpOptDlg>
    <cbSel>0</cbSel>
B
bernard.xiong@gmail.com 已提交
291 292 293 294 295 296
    <File>
      <GroupNumber>2</GroupNumber>
      <FileNumber>10</FileNumber>
      <FileType>2</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
D
dzzxzz@gmail.com 已提交
297
      <ColumnNumber>0</ColumnNumber>
B
bernard.xiong@gmail.com 已提交
298
      <tvExpOptDlg>0</tvExpOptDlg>
D
dzzxzz@gmail.com 已提交
299 300
      <TopLine>1</TopLine>
      <CurrentLine>1</CurrentLine>
B
bernard.xiong@gmail.com 已提交
301
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
302
      <PathWithFileName>..\..\libcpu\arm\cortex-m3\context_rvds.S</PathWithFileName>
B
bernard.xiong@gmail.com 已提交
303 304 305
      <FilenameWithoutPath>context_rvds.S</FilenameWithoutPath>
    </File>
    <File>
D
dzzxzz 已提交
306
      <GroupNumber>2</GroupNumber>
307 308
      <FileNumber>11</FileNumber>
      <FileType>1</FileType>
B
bernard.xiong@gmail.com 已提交
309 310
      <tvExp>0</tvExp>
      <Focus>0</Focus>
D
dzzxzz@gmail.com 已提交
311
      <ColumnNumber>0</ColumnNumber>
B
bernard.xiong@gmail.com 已提交
312
      <tvExpOptDlg>0</tvExpOptDlg>
D
dzzxzz@gmail.com 已提交
313 314
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
B
bernard.xiong@gmail.com 已提交
315
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
316
      <PathWithFileName>..\..\libcpu\arm\cortex-m3\cpuport.c</PathWithFileName>
317
      <FilenameWithoutPath>cpuport.c</FilenameWithoutPath>
B
bernard.xiong@gmail.com 已提交
318 319 320 321 322
    </File>
  </Group>

  <Group>
    <GroupName>CMSIS</GroupName>
D
dzzxzz@gmail.com 已提交
323
    <tvExp>0</tvExp>
B
bernard.xiong@gmail.com 已提交
324 325 326
    <tvExpOptDlg>0</tvExpOptDlg>
    <cbSel>0</cbSel>
    <File>
D
dzzxzz 已提交
327
      <GroupNumber>3</GroupNumber>
328
      <FileNumber>12</FileNumber>
B
bernard.xiong@gmail.com 已提交
329 330 331 332 333
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
D
dzzxzz@gmail.com 已提交
334 335
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
B
bernard.xiong@gmail.com 已提交
336
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
337
      <PathWithFileName>.\CMSIS\core_cm3.c</PathWithFileName>
B
bernard.xiong@gmail.com 已提交
338 339 340
      <FilenameWithoutPath>core_cm3.c</FilenameWithoutPath>
    </File>
    <File>
D
dzzxzz 已提交
341
      <GroupNumber>3</GroupNumber>
342
      <FileNumber>13</FileNumber>
D
dzzxzz@gmail.com 已提交
343
      <FileType>2</FileType>
B
bernard.xiong@gmail.com 已提交
344 345 346 347
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
348 349
      <TopLine>1</TopLine>
      <CurrentLine>1</CurrentLine>
B
bernard.xiong@gmail.com 已提交
350
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
351 352
      <PathWithFileName>.\CMSIS\start_rvds.S</PathWithFileName>
      <FilenameWithoutPath>start_rvds.S</FilenameWithoutPath>
B
bernard.xiong@gmail.com 已提交
353
    </File>
354 355 356
    <File>
      <GroupNumber>3</GroupNumber>
      <FileNumber>14</FileNumber>
D
dzzxzz@gmail.com 已提交
357
      <FileType>1</FileType>
358 359
      <tvExp>0</tvExp>
      <Focus>0</Focus>
D
dzzxzz@gmail.com 已提交
360
      <ColumnNumber>0</ColumnNumber>
361
      <tvExpOptDlg>0</tvExpOptDlg>
D
dzzxzz@gmail.com 已提交
362 363
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
364
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
365 366
      <PathWithFileName>.\CMSIS\system_mb9bf50x.c</PathWithFileName>
      <FilenameWithoutPath>system_mb9bf50x.c</FilenameWithoutPath>
367
    </File>
B
bernard.xiong@gmail.com 已提交
368 369
  </Group>

D
dzzxzz 已提交
370
  <Group>
D
dzzxzz 已提交
371
    <GroupName>Kernel</GroupName>
D
dzzxzz@gmail.com 已提交
372
    <tvExp>0</tvExp>
D
dzzxzz 已提交
373 374 375
    <tvExpOptDlg>0</tvExpOptDlg>
    <cbSel>0</cbSel>
    <File>
D
dzzxzz 已提交
376
      <GroupNumber>4</GroupNumber>
377
      <FileNumber>15</FileNumber>
D
dzzxzz 已提交
378 379 380 381 382 383 384 385
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
386
      <PathWithFileName>..\..\src\clock.c</PathWithFileName>
D
dzzxzz 已提交
387
      <FilenameWithoutPath>clock.c</FilenameWithoutPath>
D
dzzxzz 已提交
388 389
    </File>
    <File>
D
dzzxzz 已提交
390
      <GroupNumber>4</GroupNumber>
391
      <FileNumber>16</FileNumber>
D
dzzxzz 已提交
392 393 394 395 396 397 398 399
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
400
      <PathWithFileName>..\..\src\device.c</PathWithFileName>
D
dzzxzz 已提交
401
      <FilenameWithoutPath>device.c</FilenameWithoutPath>
D
dzzxzz 已提交
402 403
    </File>
    <File>
D
dzzxzz 已提交
404
      <GroupNumber>4</GroupNumber>
405
      <FileNumber>17</FileNumber>
D
dzzxzz 已提交
406 407 408 409 410 411 412 413
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
414
      <PathWithFileName>..\..\src\idle.c</PathWithFileName>
D
dzzxzz 已提交
415
      <FilenameWithoutPath>idle.c</FilenameWithoutPath>
D
dzzxzz 已提交
416 417
    </File>
    <File>
D
dzzxzz 已提交
418
      <GroupNumber>4</GroupNumber>
419
      <FileNumber>18</FileNumber>
D
dzzxzz 已提交
420 421 422 423 424 425 426 427
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
428
      <PathWithFileName>..\..\src\ipc.c</PathWithFileName>
D
dzzxzz 已提交
429
      <FilenameWithoutPath>ipc.c</FilenameWithoutPath>
D
dzzxzz 已提交
430 431
    </File>
    <File>
D
dzzxzz 已提交
432
      <GroupNumber>4</GroupNumber>
433
      <FileNumber>19</FileNumber>
D
dzzxzz 已提交
434 435 436 437 438 439 440 441
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
442
      <PathWithFileName>..\..\src\irq.c</PathWithFileName>
D
dzzxzz 已提交
443
      <FilenameWithoutPath>irq.c</FilenameWithoutPath>
D
dzzxzz 已提交
444 445
    </File>
    <File>
D
dzzxzz 已提交
446
      <GroupNumber>4</GroupNumber>
447
      <FileNumber>20</FileNumber>
D
dzzxzz 已提交
448 449 450 451 452 453 454 455
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
456
      <PathWithFileName>..\..\src\kservice.c</PathWithFileName>
D
dzzxzz 已提交
457
      <FilenameWithoutPath>kservice.c</FilenameWithoutPath>
D
dzzxzz 已提交
458 459
    </File>
    <File>
D
dzzxzz 已提交
460
      <GroupNumber>4</GroupNumber>
461
      <FileNumber>21</FileNumber>
D
dzzxzz 已提交
462 463 464 465 466 467 468 469
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
470
      <PathWithFileName>..\..\src\mem.c</PathWithFileName>
D
dzzxzz 已提交
471
      <FilenameWithoutPath>mem.c</FilenameWithoutPath>
D
dzzxzz 已提交
472 473
    </File>
    <File>
D
dzzxzz 已提交
474
      <GroupNumber>4</GroupNumber>
475
      <FileNumber>22</FileNumber>
D
dzzxzz 已提交
476 477 478 479 480 481 482 483
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
484
      <PathWithFileName>..\..\src\mempool.c</PathWithFileName>
D
dzzxzz 已提交
485
      <FilenameWithoutPath>mempool.c</FilenameWithoutPath>
D
dzzxzz 已提交
486 487
    </File>
    <File>
D
dzzxzz 已提交
488
      <GroupNumber>4</GroupNumber>
489
      <FileNumber>24</FileNumber>
D
dzzxzz 已提交
490 491 492 493 494 495 496 497
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
498
      <PathWithFileName>..\..\src\object.c</PathWithFileName>
D
dzzxzz 已提交
499
      <FilenameWithoutPath>object.c</FilenameWithoutPath>
D
dzzxzz 已提交
500 501
    </File>
    <File>
D
dzzxzz 已提交
502
      <GroupNumber>4</GroupNumber>
503
      <FileNumber>26</FileNumber>
D
dzzxzz 已提交
504 505 506 507 508 509 510 511
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
512
      <PathWithFileName>..\..\src\scheduler.c</PathWithFileName>
D
dzzxzz 已提交
513
      <FilenameWithoutPath>scheduler.c</FilenameWithoutPath>
D
dzzxzz 已提交
514 515
    </File>
    <File>
D
dzzxzz 已提交
516
      <GroupNumber>4</GroupNumber>
517
      <FileNumber>27</FileNumber>
D
dzzxzz 已提交
518 519 520 521 522 523 524 525
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
526
      <PathWithFileName>..\..\src\slab.c</PathWithFileName>
D
dzzxzz 已提交
527
      <FilenameWithoutPath>slab.c</FilenameWithoutPath>
D
dzzxzz 已提交
528 529
    </File>
    <File>
D
dzzxzz 已提交
530
      <GroupNumber>4</GroupNumber>
531
      <FileNumber>28</FileNumber>
D
dzzxzz 已提交
532 533 534 535 536 537 538 539
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
540
      <PathWithFileName>..\..\src\thread.c</PathWithFileName>
D
dzzxzz 已提交
541
      <FilenameWithoutPath>thread.c</FilenameWithoutPath>
D
dzzxzz 已提交
542 543
    </File>
    <File>
D
dzzxzz 已提交
544
      <GroupNumber>4</GroupNumber>
545
      <FileNumber>29</FileNumber>
D
dzzxzz 已提交
546 547 548 549 550 551 552 553
      <FileType>1</FileType>
      <tvExp>0</tvExp>
      <Focus>0</Focus>
      <ColumnNumber>0</ColumnNumber>
      <tvExpOptDlg>0</tvExpOptDlg>
      <TopLine>0</TopLine>
      <CurrentLine>0</CurrentLine>
      <bDave2>0</bDave2>
D
dzzxzz@gmail.com 已提交
554
      <PathWithFileName>..\..\src\timer.c</PathWithFileName>
D
dzzxzz 已提交
555
      <FilenameWithoutPath>timer.c</FilenameWithoutPath>
D
dzzxzz 已提交
556 557 558
    </File>
  </Group>

B
bernard.xiong@gmail.com 已提交
559
</ProjectOpt>