baseapitest/basesvs/validation/f32/sfsrv/testdata/PBASE-F32-File-PublicApi.ini
author Mike Kinghan <mikek@symbian.org>
Thu, 25 Nov 2010 14:35:45 +0000
branchGCC_SURGE
changeset 305 1ba12ef4ef89
parent 0 a41df078684a
permissions -rw-r--r--
Enhance the base/rom extension to generate the symbol file of the rom built. The symbol file is placed in epoc32/rom/<baseport_name>, along with the rom log and final oby file.

[include]
file1			=\base\base_f32_env.ini

[file]
name=file


[RFs1]
name=RFs1


[file2]
name=file2

[PBASE-F32-File-PublicApi-Install]
dir={Drives, RAMDriveTestPath}file\

[PBASE-F32-File-PublicApi-0001-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny | EFileWrite
file={Drives, RAMDriveTestPath}file\tc0001.txt


[PBASE-F32-File-PublicApi-0001-001-Write_command006]
datawrite=Open test


[PBASE-F32-File-PublicApi-0001-001-Open_command008]
RFs=RFs1
file_mode=EFileShareAny | EFileWrite
file={Drives, RAMDriveTestPath}file\tc0001.txt


[PBASE-F32-File-PublicApi-0001-001-Read_command009]
expected_string=Open test


[PBASE-F32-File-PublicApi-0001-001-Delete_command013]
name={Drives, RAMDriveTestPath}file\tc0001.txt


[PBASE-F32-File-PublicApi-0003-001-Create_command005]
RFs=RFs1
file_mode=EFileShareAny
name={Drives, RAMDriveTestPath}file\tc0003.txt


[PBASE-F32-File-PublicApi-0003-001-Write_command006]
datawrite=test created this file


[PBASE-F32-File-PublicApi-0003-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc0003.txt


[PBASE-F32-File-PublicApi-0004-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0004.txt


[PBASE-F32-File-PublicApi-0004-001-Write_command006]
datawrite=This File is Replaced


[PBASE-F32-File-PublicApi-0004-001-Open_command009]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0004.txt


[PBASE-F32-File-PublicApi-0004-001-Delete_command013]
name={Drives, RAMDriveTestPath}file\tc0004.txt


[PBASE-F32-File-PublicApi-0005-001-Temp_command005]
RFs=RFs1
path={Drives, RAMDriveTestPath}file\
file_mode=EFileWrite


[PBASE-F32-File-PublicApi-0005-001-Write_command006]
datawrite=This is temporary file


[PBASE-F32-File-PublicApi-0005-001-Rename_command007]
name={Drives, RAMDriveTestPath}file\tc0005.txt


[PBASE-F32-File-PublicApi-0005-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc0005.txt


[PBASE-F32-File-PublicApi-0006-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0006.txt


[PBASE-F32-File-PublicApi-0006-001-Write_command006]
datawrite=synchronous read test


[PBASE-F32-File-PublicApi-0006-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-0006-001-Read_command008]
expected_string=synchronous read test


[PBASE-F32-File-PublicApi-0006-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0006.txt


[PBASE-F32-File-PublicApi-0007-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0007.txt


[PBASE-F32-File-PublicApi-0007-001-Write_command006]
datawrite=Asynchronous read test


[PBASE-F32-File-PublicApi-0007-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-0007-001-Read_command008]
async=true
expected_string=Asynchronous read test


[PBASE-F32-File-PublicApi-0007-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0007.txt


[PBASE-F32-File-PublicApi-0008-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0008.txt


[PBASE-F32-File-PublicApi-0008-001-Write_command006]
datawrite=synchronous read with length test


[PBASE-F32-File-PublicApi-0008-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-0008-001-Read_command008]
length=5
expected_string=synch


[PBASE-F32-File-PublicApi-0008-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0008.txt


[PBASE-F32-File-PublicApi-0009-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0009.txt


[PBASE-F32-File-PublicApi-0009-001-Write_command006]
datawrite=Asynchronous read with length test


[PBASE-F32-File-PublicApi-0009-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-0009-001-Read_command008]
async=true
length=5
expected_string=Async


[PBASE-F32-File-PublicApi-0009-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0009.txt


[PBASE-F32-File-PublicApi-0010-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0010.txt


[PBASE-F32-File-PublicApi-0010-001-Write_command006]
datawrite=synchronous read with position test


[PBASE-F32-File-PublicApi-0010-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-0010-001-Read_command008]
position=5
expected_string=ronous read with position test


[PBASE-F32-File-PublicApi-0010-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0010.txt


[PBASE-F32-File-PublicApi-0011-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0011.txt


[PBASE-F32-File-PublicApi-0011-001-Write_command006]
datawrite=asynchronous read with position test


[PBASE-F32-File-PublicApi-0011-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-0011-001-Read_command008]
async=true
expected_string=hronous read with position test
position=5


[PBASE-F32-File-PublicApi-0011-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0011.txt


[PBASE-F32-File-PublicApi-0012-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0012.txt


[PBASE-F32-File-PublicApi-0012-001-Write_command006]
datawrite=synchronous read with position and length test


[PBASE-F32-File-PublicApi-0012-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-0012-001-Read_command008]
position=5
length=5
expected_string=ronou


[PBASE-F32-File-PublicApi-0012-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0012.txt


[PBASE-F32-File-PublicApi-0013-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0013.txt


[PBASE-F32-File-PublicApi-0013-001-Write_command006]
datawrite=asynchronous read with position and length test


[PBASE-F32-File-PublicApi-0013-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-0013-001-Read_command008]
async=true
length=5
expected_string=hrono
position=5

[PBASE-F32-File-PublicApi-0013-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc0013.txt


[PBASE-F32-File-PublicApi-0014-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0014.txt


[PBASE-F32-File-PublicApi-0014-001-Write_command006]
datawrite=short data


[PBASE-F32-File-PublicApi-0014-001-Open_command008]
RFs=RFs1
file_mode=EFileReadAsyncAll | EFileShareAny
file={Drives, RAMDriveTestPath}file\tc0014.txt


[PBASE-F32-File-PublicApi-0014-001-Seek_command009]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-0014-001-Read_command010]
async=true


[PBASE-F32-File-PublicApi-0014-001-Delete_command015]
name={Drives, RAMDriveTestPath}file\tc0014.txt


[PBASE-F32-File-PublicApi-0015-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0015.txt


[PBASE-F32-File-PublicApi-0015-001-Write_command006]
datawrite=short data


[PBASE-F32-File-PublicApi-0015-001-Open_command008]
RFs=RFs1
file_mode=EFileReadAsyncAll | EFileShareAny
file={Drives, RAMDriveTestPath}file\tc0015.txt


[PBASE-F32-File-PublicApi-0015-001-Seek_command009]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-0015-001-Read_command010]
async=true


[PBASE-F32-File-PublicApi-0015-001-Read_command011]
async=true


[PBASE-F32-File-PublicApi-0015-001-ReadCancel_command012]
cancel_all=true


[PBASE-F32-File-PublicApi-0015-001-Delete_command016]
name={Drives, RAMDriveTestPath}file\tc0015.txt


[PBASE-F32-File-PublicApi-0016-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0016.txt


[PBASE-F32-File-PublicApi-0016-001-Write_command006]
datawrite=Write test


[PBASE-F32-File-PublicApi-0016-001-Open_command009]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc0016.txt


[PBASE-F32-File-PublicApi-0016-001-Read_command010]
expected_string=Write test


[PBASE-F32-File-PublicApi-0016-001-Delete_command014]
name={Drives, RAMDriveTestPath}file\tc0016.txt


[PBASE-F32-File-PublicApi-0017-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0017.txt


[PBASE-F32-File-PublicApi-0017-001-Write_command006]
async=true
datawrite=Asynchronous write test


[PBASE-F32-File-PublicApi-0017-001-Open_command009]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc0017.txt


[PBASE-F32-File-PublicApi-0017-001-Read_command010]
expected_string=Asynchronous write test


[PBASE-F32-File-PublicApi-0017-001-Delete_command014]
name={Drives, RAMDriveTestPath}file\tc0017.txt


[PBASE-F32-File-PublicApi-0018-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0018.txt


[PBASE-F32-File-PublicApi-0018-001-Write_command006]
length=5
datawrite=Synchronous write test with length


[PBASE-F32-File-PublicApi-0018-001-Open_command009]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0018.txt


[PBASE-F32-File-PublicApi-0018-001-Read_command010]
expected_string=Synch


[PBASE-F32-File-PublicApi-0018-001-Delete_command014]
name={Drives, RAMDriveTestPath}file\tc0018.txt


[PBASE-F32-File-PublicApi-0019-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0019.txt


[PBASE-F32-File-PublicApi-0019-001-Write_command006]
async=true
length=5
datawrite=Asynchronous write test with length


[PBASE-F32-File-PublicApi-0019-001-Open_command009]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0019.txt


[PBASE-F32-File-PublicApi-0019-001-Read_command010]
expected_string=Async


[PBASE-F32-File-PublicApi-0019-001-Delete_command014]
name={Drives, RAMDriveTestPath}file\tc0019.txt


[PBASE-F32-File-PublicApi-0020-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0020.txt


[PBASE-F32-File-PublicApi-0020-001-Write_command006]
datawrite=__test


[PBASE-F32-File-PublicApi-0020-001-Write_command008]
position=2
datawrite=Synchronous write test with position


[PBASE-F32-File-PublicApi-0020-001-Open_command011]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0020.txt


[PBASE-F32-File-PublicApi-0020-001-Read_command012]
expected_string=__Synchronous write test with position


[PBASE-F32-File-PublicApi-0020-001-Delete_command016]
name={Drives, RAMDriveTestPath}file\tc0020.txt


[PBASE-F32-File-PublicApi-0021-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0021.txt


[PBASE-F32-File-PublicApi-0021-001-Write_command006]
datawrite=__test


[PBASE-F32-File-PublicApi-0021-001-Write_command008]
async =true
datawrite=Asynchronous write test with position
position=2


[PBASE-F32-File-PublicApi-0021-001-Open_command011]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0021.txt


[PBASE-F32-File-PublicApi-0021-001-Read_command012]
expected_string=__Asynchronous write test with position


[PBASE-F32-File-PublicApi-0021-001-Delete_command016]
name={Drives, RAMDriveTestPath}file\tc0021.txt


[PBASE-F32-File-PublicApi-0022-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0022.txt


[PBASE-F32-File-PublicApi-0022-001-Write_command006]
datawrite=__test


[PBASE-F32-File-PublicApi-0022-001-Write_command008]
position=2
length=4
datawrite=Synchronous write test with position, length


[PBASE-F32-File-PublicApi-0022-001-Open_command011]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0022.txt


[PBASE-F32-File-PublicApi-0022-001-Read_command012]
expected_string=__Sync


[PBASE-F32-File-PublicApi-0022-001-Delete_command016]
name={Drives, RAMDriveTestPath}file\tc0022.txt


[PBASE-F32-File-PublicApi-0023-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0023.txt


[PBASE-F32-File-PublicApi-0023-001-Write_command006]
datawrite=__test


[PBASE-F32-File-PublicApi-0023-001-Write_command008]
async =true
length=4
datawrite=Asynchronous write test with position, length
position=2


[PBASE-F32-File-PublicApi-0023-001-Open_command011]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0023.txt


[PBASE-F32-File-PublicApi-0023-001-Read_command012]
expected_string=__Asyn


[PBASE-F32-File-PublicApi-0023-001-Delete_command016]
name={Drives, RAMDriveTestPath}file\tc0023.txt


[PBASE-F32-File-PublicApi-0024-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny | EFileWrite
file={Drives, RAMDriveTestPath}file\tc0024.txt


[PBASE-F32-File-PublicApi-0024-001-Open_command008]
RFs=RFs1
file_mode=EFileShareAny | EFileWrite
file={Drives, RAMDriveTestPath}file\tc0024.txt


[PBASE-F32-File-PublicApi-0024-001-Write_command010]
datawrite=Lock test


[PBASE-F32-File-PublicApi-0024-001-Lock_command011]
position=0
length=3


[PBASE-F32-File-PublicApi-0024-001-UnLock_command016]
position=0
length=3


[PBASE-F32-File-PublicApi-0024-001-Delete_command025]
name={Drives, RAMDriveTestPath}file\tc0024.txt


[PBASE-F32-File-PublicApi-0025-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0025.txt


[PBASE-F32-File-PublicApi-0025-001-Write_command006]
datawrite=Should seek to pos here


[PBASE-F32-File-PublicApi-0025-001-Seek_command007]
position=19
seek=ESeekStart


[PBASE-F32-File-PublicApi-0025-001-Read_command008]
expected_string=here


[PBASE-F32-File-PublicApi-0025-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0025.txt


[PBASE-F32-File-PublicApi-0026-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0026.txt


[PBASE-F32-File-PublicApi-0026-001-Write_command006]
datawrite=This data should be flushed

[PBASE-F32-File-PublicApi-0026-001-Seek_command008]
position=0
seek=ESeekStart

[PBASE-F32-File-PublicApi-0026-001-Read_command009]
expected_string=This data should be flushed

[PBASE-F32-File-PublicApi-0026-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc0026.txt


[PBASE-F32-File-PublicApi-0027-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0027.txt


[PBASE-F32-File-PublicApi-0027-001-Write_command006]
datawrite=This data should be flushed


[PBASE-F32-File-PublicApi-0027-001-Flush_command007]
async=true

[PBASE-F32-File-PublicApi-0027-001-Seek_command008]
position=0
seek=ESeekStart

[PBASE-F32-File-PublicApi-0027-001-Read_command009]
expected_string=This data should be flushed


[PBASE-F32-File-PublicApi-0027-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc0027.txt


[PBASE-F32-File-PublicApi-0028-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0028.txt


[PBASE-F32-File-PublicApi-0028-001-Write_command006]
datawrite=Size test this text should be truncated


[PBASE-F32-File-PublicApi-0028-001-SetSize_command007]
size=10


[PBASE-F32-File-PublicApi-0028-001-Size_command008]
	


[PBASE-F32-File-PublicApi-0028-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0028.txt


[PBASE-F32-File-PublicApi-0029-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0029.txt


[PBASE-F32-File-PublicApi-0029-001-Write_command006]
datawrite=SetAtt test


[PBASE-F32-File-PublicApi-0029-001-SetAtt_command007]
set_att_mask=KEntryAttArchive
clear_att_mask=KEntryAttReadOnly


[PBASE-F32-File-PublicApi-0029-001-Open_command010]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0029.txt


[PBASE-F32-File-PublicApi-0029-001-Att_command011]
compare_value=KEntryAttArchive


[PBASE-F32-File-PublicApi-0029-001-Delete_command015]
name={Drives, RAMDriveTestPath}file\tc0029.txt


[PBASE-F32-File-PublicApi-0030-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0030.txt


[PBASE-F32-File-PublicApi-0030-001-SetModified_command006]
date=20070118:


[PBASE-F32-File-PublicApi-0030-001-Open_command008]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0030.txt


[PBASE-F32-File-PublicApi-0030-001-Modified_command009]
compare_value=20070118:

[PBASE-F32-File-PublicApi-0030-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0030.txt

[PBASE-F32-File-PublicApi-0031-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc0031.txt


[PBASE-F32-File-PublicApi-0031-001-Set_command006]
date=20070118:
set_att_mask=KEntryAttArchive
clear_att_mask=KEntryAttReadOnly


[PBASE-F32-File-PublicApi-0031-001-Att_command007]
compare_value=KEntryAttArchive


[PBASE-F32-File-PublicApi-0031-001-Modified_command008]
compare_value=20070118:


[PBASE-F32-File-PublicApi-0031-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0031.txt


[PBASE-F32-File-PublicApi-0032-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareExclusive
file={Drives, RAMDriveTestPath}file\tc0032.txt


[PBASE-F32-File-PublicApi-0032-001-Open_command007]
RFs=RFs1
file_mode=EFileShareExclusive
file={Drives, RAMDriveTestPath}file\tc0032.txt


[PBASE-F32-File-PublicApi-0032-001-ChangeMode_command008]
file_mode=EFileShareReadersOnly


[PBASE-F32-File-PublicApi-0032-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0032.txt


[PBASE-F32-File-PublicApi-0033-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareExclusive | EFileWrite
file={Drives, RAMDriveTestPath}file\tc0033.txt


[PBASE-F32-File-PublicApi-0033-001-Rename_command006]
name={Drives, RAMDriveTestPath}file\test_renamed.txt


[PBASE-F32-File-PublicApi-0033-001-Rename_command008]
name={Drives, RAMDriveTestPath}file\tc0033.txt


[PBASE-F32-File-PublicApi-0033-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc0033.txt


[PBASE-F32-File-PublicApi-0034-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc0034.txt


[PBASE-F32-File-PublicApi-0034-001-Drive_command006]
//!compare_value=23


[PBASE-F32-File-PublicApi-0034-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc0034.txt


[PBASE-F32-File-PublicApi-0039-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0039.txt


[PBASE-F32-File-PublicApi-0039-001-Name_command006]
compare_value=tc0039.txt


[PBASE-F32-File-PublicApi-0039-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc0039.txt


[PBASE-F32-File-PublicApi-0040-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0040.txt


[PBASE-F32-File-PublicApi-0040-001-Write_command006]
datawrite=Duplicate Test


[PBASE-F32-File-PublicApi-0040-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-0040-001-Duplicate_command010]
file_object_name=file

[PBASE-F32-File-PublicApi-0040-001-Read_command011]
expected_string=Duplicate Test


[PBASE-F32-File-PublicApi-0040-001-Delete_command017]
name={Drives, RAMDriveTestPath}file\tc0040.txt


[PBASE-F32-File-PublicApi-0041-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc0041.txt


[PBASE-F32-File-PublicApi-0041-001-FullName_command006]
compare_path={Drives, RAMDriveTestPath}file\tc0041.txt


[PBASE-F32-File-PublicApi-0041-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc0041.txt


[PBASE-F32-File-PublicApi-0101-001-Open_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\base\chickenfarm\chicken.txt


[PBASE-F32-File-PublicApi-0103-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc0103.txt


[PBASE-F32-File-PublicApi-0103-001-Open_command007]
RFs=RFs1
file_mode=EFileWrite | EFileShareReadersOnly
file={Drives, RAMDriveTestPath}file\tc0103.txt


[PBASE-F32-File-PublicApi-0103-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc0103.txt


[PBASE-F32-File-PublicApi-0125-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0125.txt


[PBASE-F32-File-PublicApi-0125-001-Write_command006]
datawrite=Should seek to pos here


[PBASE-F32-File-PublicApi-0125-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-0125-001-Read_command008]
length=7


[PBASE-F32-File-PublicApi-0125-001-Seek_command009]
position=5
seek=ESeekCurrent


[PBASE-F32-File-PublicApi-0125-001-Read_command010]
expected_string=to pos here


[PBASE-F32-File-PublicApi-0125-001-Delete_command014]
name={Drives, RAMDriveTestPath}file\tc0125.txt


[PBASE-F32-File-PublicApi-0201-001-Create_command005]
RFs=RFs1
file_mode=EFileShareAny
name={Drives, RAMDriveChar}:\base\chickenfarm\chicken.txt


[PBASE-F32-File-PublicApi-0202-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc0202.txt


[PBASE-F32-File-PublicApi-0202-001-Create_command007]
RFs=RFs1
file_mode=EFileShareAny
name={Drives, RAMDriveTestPath}file\tc0202.txt


[PBASE-F32-File-PublicApi-0202-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc0202.txt


[PBASE-F32-File-PublicApi-0203-001-Replace_command001]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc0203.txt

[PBASE-F32-File-PublicApi-0203-001-Delete_command002]
name={Drives, RAMDriveTestPath}file\tc0203.txt

[PBASE-F32-File-PublicApi-0203-001-Create_command005]
RFs=RFs1
file_mode=EFileWrite | EFileShareReadersOnly
name={Drives, RAMDriveTestPath}file\tc0203.txt


[PBASE-F32-File-PublicApi-0301-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveChar}:\base\chickenfarm\chicken.txt


[PBASE-F32-File-PublicApi-0303-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareReadersOnly | EFileWrite
file={Drives, RAMDriveTestPath}file\tc0303.txt


[PBASE-F32-File-PublicApi-0401-001-Temp_command005]
RFs=RFs1
path={Drives, RAMDriveChar}:\base\chickenfarm\
file_mode=EFileShareAny


[PBASE-F32-File-PublicApi-0403-001-Temp_command005]
RFs=RFs1
path={Drives, RAMDriveTestPath}file\
file_mode=EFileShareReadersOnly | EFileWrite


[PBASE-F32-File-PublicApi-0701-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc0701.txt


[PBASE-F32-File-PublicApi-0701-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-0701-001-Read_command007]
length=-1


[PBASE-F32-File-PublicApi-0701-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc0701.txt


[PBASE-F32-File-PublicApi-0702-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc0702.txt


[PBASE-F32-File-PublicApi-0702-001-Write_command006]
datawrite=readtest


[PBASE-F32-File-PublicApi-0702-001-Read_command007]
buffer_length=4
length=100


[PBASE-F32-File-PublicApi-0702-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc0702.txt


[PBASE-F32-File-PublicApi-0703-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc0703.txt


[PBASE-F32-File-PublicApi-0703-001-Write_command006]
datawrite=readtest


[PBASE-F32-File-PublicApi-0703-001-Read_command007]
buffer_length=4
length=0
expected_string=


[PBASE-F32-File-PublicApi-0703-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc0703.txt


[PBASE-F32-File-PublicApi-0801-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc0801.txt


[PBASE-F32-File-PublicApi-0801-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-0801-001-Read_command007]
length=-1
async =true


[PBASE-F32-File-PublicApi-0801-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc0801.txt


[PBASE-F32-File-PublicApi-0802-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc0802.txt


[PBASE-F32-File-PublicApi-0802-001-Write_command006]
datawrite=readtest


[PBASE-F32-File-PublicApi-0802-001-Read_command007]
buffer_length=4
length=1000
async =true


[PBASE-F32-File-PublicApi-0802-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc0802.txt


[PBASE-F32-File-PublicApi-0901-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc0901.txt


[PBASE-F32-File-PublicApi-0901-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-0901-001-Read_command007]
position=-1


[PBASE-F32-File-PublicApi-0901-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc0901.txt


[PBASE-F32-File-PublicApi-0902-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tx0902.txt


[PBASE-F32-File-PublicApi-0902-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-0902-001-Read_command007]
position=100
expected_string=


[PBASE-F32-File-PublicApi-0902-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tx0902.txt


[PBASE-F32-File-PublicApi-1001-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1001.txt


[PBASE-F32-File-PublicApi-1001-001-Write_command006]
datawrite="synchronous read with position test"


[PBASE-F32-File-PublicApi-1001-001-Read_command007]
position=-1
async =true


[PBASE-F32-File-PublicApi-1001-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc1001.txt


[PBASE-F32-File-PublicApi-1002-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1002.txt


[PBASE-F32-File-PublicApi-1002-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-1002-001-Read_command007]
position=100
expected_string=
async =true


[PBASE-F32-File-PublicApi-1002-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc1002.txt


[PBASE-F32-File-PublicApi-1040-001-Replace_command005]
RFs=RFs1
file_mode=EFileWrite
file={Drives, RAMDriveTestPath}file\tc1040.txt


[PBASE-F32-File-PublicApi-1040-001-Write_command006]
datawrite=Duplicate Test


[PBASE-F32-File-PublicApi-1040-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-1040-001-Duplicate_command010]
file_object_name=file
owner_type=EOwnerThread

[PBASE-F32-File-PublicApi-1040-001-Read_command011]
expected_string=Duplicate Test

[PBASE-F32-File-PublicApi-1040-001-Delete_command017]
name={Drives, RAMDriveTestPath}file\tc1040.txt


[PBASE-F32-File-PublicApi-1101-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1101.txt


[PBASE-F32-File-PublicApi-1101-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-1101-001-Read_command007]
position=-1
length=4


[PBASE-F32-File-PublicApi-1101-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc1101.txt


[PBASE-F32-File-PublicApi-1102-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1102.txt


[PBASE-F32-File-PublicApi-1102-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-1102-001-Read_command007]
position=10
length=-4


[PBASE-F32-File-PublicApi-1102-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc1102.txt


[PBASE-F32-File-PublicApi-1103-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1103.txt


[PBASE-F32-File-PublicApi-1103-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-1103-001-Read_command007]
position=10
length=4


[PBASE-F32-File-PublicApi-1103-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc1103.txt


[PBASE-F32-File-PublicApi-1104-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1104.txt


[PBASE-F32-File-PublicApi-1104-001-Write_command006]
datawrite=readtest


[PBASE-F32-File-PublicApi-1104-001-Read_command007]
buffer_length=4
position=10
length=1000


[PBASE-F32-File-PublicApi-1104-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc1104.txt


[PBASE-F32-File-PublicApi-1201-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1201.txt


[PBASE-F32-File-PublicApi-1201-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-1201-001-Read_command007]
position=-1
length=4
async =true


[PBASE-F32-File-PublicApi-1201-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc1201.txt


[PBASE-F32-File-PublicApi-1202-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1202.txt


[PBASE-F32-File-PublicApi-1202-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-1202-001-Read_command007]
position=10
length=-4
async =true


[PBASE-F32-File-PublicApi-1202-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc1202.txt


[PBASE-F32-File-PublicApi-1203-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1203.txt


[PBASE-F32-File-PublicApi-1203-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-1203-001-Read_command007]
position=10
length=4
async =true


[PBASE-F32-File-PublicApi-1203-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc1203.txt


[PBASE-F32-File-PublicApi-1204-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1204.txt


[PBASE-F32-File-PublicApi-1204-001-Write_command006]
datawrite=synchronous read with length and position test


[PBASE-F32-File-PublicApi-1204-001-Read_command007]
buffer_length=4
position=10
length=1000
async =true

[PBASE-F32-File-PublicApi-1204-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc1204.txt


[PBASE-F32-File-PublicApi-1301-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1301.txt


[PBASE-F32-File-PublicApi-1301-001-Write_command006]
buffer_length = 0
datawrite=


[PBASE-F32-File-PublicApi-1301-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc1301.txt


[PBASE-F32-File-PublicApi-1401-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1401.txt


[PBASE-F32-File-PublicApi-1401-001-Write_command006]
buffer_length =0
datawrite=
async =true


[PBASE-F32-File-PublicApi-1401-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc1401.txt


[PBASE-F32-File-PublicApi-1602-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1602.txt


[PBASE-F32-File-PublicApi-1602-001-Write_command006]
length=-1
datawrite=test


[PBASE-F32-File-PublicApi-1602-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc1602.txt


[PBASE-F32-File-PublicApi-1603-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1603.txt


[PBASE-F32-File-PublicApi-1603-001-Write_command006]
length=0
datawrite=test


[PBASE-F32-File-PublicApi-1603-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc1603.txt


[PBASE-F32-File-PublicApi-1701-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1701.txt


[PBASE-F32-File-PublicApi-1701-001-Write_command006]
length=-1
datawrite=test
async =true


[PBASE-F32-File-PublicApi-1701-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc1701.txt


[PBASE-F32-File-PublicApi-1702-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1702.txt


[PBASE-F32-File-PublicApi-1702-001-Write_command006]
length=0
datawrite=test
async =true


[PBASE-F32-File-PublicApi-1702-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc1702.txt


[PBASE-F32-File-PublicApi-1801-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1801.txt


[PBASE-F32-File-PublicApi-1801-001-Write_command006]
position=-1
datawrite=test


[PBASE-F32-File-PublicApi-1801-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc1801.txt


[PBASE-F32-File-PublicApi-1802-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1802.txt


[PBASE-F32-File-PublicApi-1802-001-Write_command006]
position=1
datawrite=
buffer_length=0


[PBASE-F32-File-PublicApi-1802-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc1802.txt


[PBASE-F32-File-PublicApi-1901-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1901.txt


[PBASE-F32-File-PublicApi-1901-001-Write_command006]
position=-1
datawrite=test
async =true


[PBASE-F32-File-PublicApi-1901-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc1901.txt

[PBASE-F32-File-PublicApi-1902-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc1902.txt


[PBASE-F32-File-PublicApi-1902-001-Write_command006]
position=1
datawrite=
async =true
buffer_length=0


[PBASE-F32-File-PublicApi-1902-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc1902.txt

[PBASE-F32-File-PublicApi-2001-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc2001.txt


[PBASE-F32-File-PublicApi-2001-001-Write_command006]
position=-1
length=-1
datawrite=test


[PBASE-F32-File-PublicApi-2001-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc2001.txt


[PBASE-F32-File-PublicApi-2002-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc2002.txt


[PBASE-F32-File-PublicApi-2002-001-Write_command006]
position=0
length=0
datawrite=test


[PBASE-F32-File-PublicApi-2002-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc2002.txt


[PBASE-F32-File-PublicApi-2003-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc2003.txt


[PBASE-F32-File-PublicApi-2003-001-Write_command006]
position=0
length=-1
datawrite=test


[PBASE-F32-File-PublicApi-2003-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc2003.txt

[PBASE-F32-File-PublicApi-2101-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc2101.txt


[PBASE-F32-File-PublicApi-2101-001-Write_command006]
position=-1
length=-1
datawrite=test
async =true


[PBASE-F32-File-PublicApi-2101-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc2101.txt


[PBASE-F32-File-PublicApi-2102-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc2102.txt


[PBASE-F32-File-PublicApi-2102-001-Write_command006]
position=0
length=0
datawrite=test
async =true


[PBASE-F32-File-PublicApi-2102-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc2102.txt


[PBASE-F32-File-PublicApi-2103-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc2103.txt


[PBASE-F32-File-PublicApi-2103-001-Write_command006]
position=0
length=-1
datawrite=test
async =true


[PBASE-F32-File-PublicApi-2103-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc2103.txt


[PBASE-F32-File-PublicApi-2201-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc2201.txt


[PBASE-F32-File-PublicApi-2201-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-2201-001-Lock_command007]
position=0
length=0


[PBASE-F32-File-PublicApi-2201-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc2201.txt


[PBASE-F32-File-PublicApi-2202-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc2202.txt


[PBASE-F32-File-PublicApi-2202-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-2202-001-Lock_command007]
position=0
length=2


[PBASE-F32-File-PublicApi-2202-001-Open_command010]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc2202.txt


[PBASE-F32-File-PublicApi-2202-001-Lock_command011]
position=0
length=2

[PBASE-F32-File-PublicApi-2202-001-Delete_command017]
name={Drives, RAMDriveTestPath}file\tc2202.txt


[PBASE-F32-File-PublicApi-2203-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc2203.txt


[PBASE-F32-File-PublicApi-2203-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-2203-001-Lock_command007]
position=0
length=-1

[PBASE-F32-File-PublicApi-2203-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc2203.txt

[PBASE-F32-File-PublicApi-2204-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc2204.txt


[PBASE-F32-File-PublicApi-2204-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-2204-001-Lock_command007]
position=-1
length=1


[PBASE-F32-File-PublicApi-2204-001-Delete_command010]
name={Drives, RAMDriveTestPath}file\tc2204.txt


[PBASE-F32-File-PublicApi-2205-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc2205.txt


[PBASE-F32-File-PublicApi-2205-001-Open_command008]
RFs=RFs1
file_mode=EFileShareAny | EFileWrite
file={Drives, RAMDriveTestPath}file\tc2205.txt


[PBASE-F32-File-PublicApi-2205-001-Write_command010]
datawrite=test


[PBASE-F32-File-PublicApi-2205-001-Lock_command011]
position=6
length=4


[PBASE-F32-File-PublicApi-2205-001-Write_command013]
datawrite=Trying to write to locked region


[PBASE-F32-File-PublicApi-2205-001-Delete_command020]
name={Drives, RAMDriveTestPath}file\tc2205.txt


[PBASE-F32-File-PublicApi-2301-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc2301.txt


[PBASE-F32-File-PublicApi-2301-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-2301-001-UnLock_command007]
position=0
length=2


[PBASE-F32-File-PublicApi-2301-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc2301.txt


[PBASE-F32-File-PublicApi-2302-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc2302.txt


[PBASE-F32-File-PublicApi-2302-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-2302-001-Lock_command007]
position=0
length=2


[PBASE-F32-File-PublicApi-2302-001-Close_command008]
position=0
length=1


[PBASE-F32-File-PublicApi-2302-001-Delete_command014]
name={Drives, RAMDriveTestPath}file\tc2302.txt


[PBASE-F32-File-PublicApi-2303-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc2303.txt


[PBASE-F32-File-PublicApi-2303-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-2303-001-Lock_command007]
position=2
length=2


[PBASE-F32-File-PublicApi-2303-001-UnLock_command008]
position=2
length=-2

[PBASE-F32-File-PublicApi-2303-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc2303.txt


[PBASE-F32-File-PublicApi-2304-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc2304.txt


[PBASE-F32-File-PublicApi-2304-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-2304-001-Lock_command007]
position=2
length=2


[PBASE-F32-File-PublicApi-2304-001-UnLock_command008]
position=-2
length=2


[PBASE-F32-File-PublicApi-2304-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc2304.txt


[PBASE-F32-File-PublicApi-2401-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc2401.txt


[PBASE-F32-File-PublicApi-2401-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-2401-001-Seek_command007]
position=-1
seek=ESeekStart


[PBASE-F32-File-PublicApi-2401-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc2401.txt


[PBASE-F32-File-PublicApi-2701-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc2701.txt


[PBASE-F32-File-PublicApi-2701-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-2701-001-SetSize_command007]
size=-2


[PBASE-F32-File-PublicApi-2701-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc2701.txt


[PBASE-F32-File-PublicApi-2901-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc2901.txt


[PBASE-F32-File-PublicApi-2901-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-2901-001-SetAtt_command007]
set_att_mask=KEntryAttReadOnly
clear_att_mask=KEntryAttReadOnly


[PBASE-F32-File-PublicApi-2901-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc2901.txt


[PBASE-F32-File-PublicApi-3101-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc3101.txt


[PBASE-F32-File-PublicApi-3101-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-3101-001-Open_command008]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc3101.txt


[PBASE-F32-File-PublicApi-3101-001-SetModified_command009]
date=20070118:


[PBASE-F32-File-PublicApi-3101-001-Delete_command013]
name={Drives, RAMDriveTestPath}file\tc3101.txt


[PBASE-F32-File-PublicApi-3201-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc3201.txt


[PBASE-F32-File-PublicApi-3201-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-3201-001-Set_command007]
date=20070118:
set_att_mask=KEntryAttReadOnly
clear_att_mask=KEntryAttReadOnly


[PBASE-F32-File-PublicApi-3201-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc3201.txt


[PBASE-F32-File-PublicApi-5501-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc5501.txt


[PBASE-F32-File-PublicApi-5501-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-5501-001-ChangeMode_command007]
file_mode=EFileWrite


[PBASE-F32-File-PublicApi-5501-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc5501.txt


[PBASE-F32-File-PublicApi-3401-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc3401.txt


[PBASE-F32-File-PublicApi-3401-001-Write_command006]
datawrite=test


[PBASE-F32-File-PublicApi-3401-001-Open_command008]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc3401.txt


[PBASE-F32-File-PublicApi-3401-001-Rename_command009]
name={Drives, RAMDriveTestPath}file\test_renamed.txt

[PBASE-F32-File-PublicApi-3401-001-Delete_command12]
name={Drives, RAMDriveTestPath}file\tc3401.txt

[PBASE-F32-File-PublicApi-4001-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny | EFileWrite
file={Drives, RAMDriveTestPath}file\tc4001.txt


[PBASE-F32-File-PublicApi-4001-001-Open_command007]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc4001.txt


[PBASE-F32-File-PublicApi-4001-001-Write_command008]
datawrite=test


[PBASE-F32-File-PublicApi-4001-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc4001.txt


[PBASE-F32-File-PublicApi-4002-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny | EFileWrite
file={Drives, RAMDriveTestPath}file\tc4002.txt


[PBASE-F32-File-PublicApi-4002-001-Open_command007]
RFs=RFs1
file_mode=EFileShareExclusive
file={Drives, RAMDriveTestPath}file\tc4002.txt


[PBASE-F32-File-PublicApi-4002-001-Open_command010]
RFs=RFs1
file_mode=EFileShareExclusive
file={Drives, RAMDriveTestPath}file\tc4002.txt


[PBASE-F32-File-PublicApi-4002-001-Delete_command017]
name={Drives, RAMDriveTestPath}file\tc4002.txt


[PBASE-F32-File-PublicApi-4003-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny | EFileWrite
file={Drives, RAMDriveTestPath}file\tc4003.txt


[PBASE-F32-File-PublicApi-4003-001-Write_command006]
datawrite=open test


[PBASE-F32-File-PublicApi-4003-001-Open_command008]
RFs=RFs1
file_mode=EFileShareReadersOnly
file={Drives, RAMDriveTestPath}file\tc4003.txt


[PBASE-F32-File-PublicApi-4003-001-Open_command011]
RFs=RFs1
file_mode=EFileShareReadersOnly
file={Drives, RAMDriveTestPath}file\tc4003.txt


[PBASE-F32-File-PublicApi-4003-001-Read_command012]
expected_string=open test


[PBASE-F32-File-PublicApi-4003-001-Write_command013]
datawrite=Will cause error


[PBASE-F32-File-PublicApi-4003-001-Delete_command020]
name={Drives, RAMDriveTestPath}file\tc4003.txt


[PBASE-F32-File-PublicApi-4004-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny | EFileWrite
file={Drives, RAMDriveTestPath}file\tc4004.txt


[PBASE-F32-File-PublicApi-4004-001-Write_command006]
datawrite=open test


[PBASE-F32-File-PublicApi-4004-001-Open_command008]
RFs=RFs1
file_mode=EFileShareAny
file={Drives, RAMDriveTestPath}file\tc4004.txt


[PBASE-F32-File-PublicApi-4004-001-Open_command011]
RFs=RFs1
file_mode=EFileShareAny | EFileWrite
file={Drives, RAMDriveTestPath}file\tc4004.txt


[PBASE-F32-File-PublicApi-4004-001-Read_command012]
expected_string=open test


[PBASE-F32-File-PublicApi-4004-001-Write_command013]
datawrite=open test


[PBASE-F32-File-PublicApi-4004-001-Delete_command020]
name={Drives, RAMDriveTestPath}file\tc4004.txt


[PBASE-F32-File-PublicApi-4005-001-Replace_command005]
RFs=RFs1
file_mode=EFileShareAny | EFileWrite
file={Drives, RAMDriveTestPath}file\tc4005.txt


[PBASE-F32-File-PublicApi-4005-001-Write_command006]
datawrite=open test


[PBASE-F32-File-PublicApi-4005-001-Open_command008]
RFs=RFs1
file_mode=EFileShareReadersOrWriters | EFileRead
file={Drives, RAMDriveTestPath}file\tc4005.txt


[PBASE-F32-File-PublicApi-4005-001-Open_command011]
RFs=RFs1
file_mode=EFileShareReadersOrWriters | EFileWrite
file={Drives, RAMDriveTestPath}file\tc4005.txt


[PBASE-F32-File-PublicApi-4005-001-Read_command012]
expected_string=open test


[PBASE-F32-File-PublicApi-4005-001-Write_command013]
datawrite=open test


[PBASE-F32-File-PublicApi-4005-001-Delete_command020]
name={Drives, RAMDriveTestPath}file\tc4005.txt


[PBASE-F32-File-PublicApi-3402-001-Replace_command003]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc3402.txt

[PBASE-F32-File-PublicApi-3402-001-Delete_command007]
name={Drives, RAMDriveTestPath}file\tc3402.txt


[PBASE-F32-File-PublicApi-3403-001-Replace_command003]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc3403.txt

[PBASE-F32-File-PublicApi-3403-001-Delete_command007]
name={Drives, RAMDriveTestPath}file\tc3403.txt


[PBASE-F32-File-PublicApi-3403-001-RmDir_command16]
dir={Drives, RAMDriveTestPath}file\



// NAND 

[PBASE-F32-File-PublicApi-6001-001-Replace_command003]
RFs=RFs1
file_mode=EFileRead
file={Drives, ROMDriveTestPath}test_rom.txt

[PBASE-F32-File-PublicApi-6001-001-BlockMap_command003]
usage=EBlockMapUsagePaging
start_pos=0
end_pos=-1




[PBASE-F32-File-PublicApi-6002-001-Replace_command003]
RFs=RFs1
file_mode=EFileRead
file={Drives, ROMDriveTestPath}test_rom.txt

[PBASE-F32-File-PublicApi-6002-001-BlockMap_command004]
usage=EBlockMapUsagePaging
start_pos=0
end_pos=1024


[PBASE-F32-File-PublicApi-3501-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc3501.txt


[PBASE-F32-File-PublicApi-3501-001-Write_command006]
datawrite=Asynchronous read with length test


[PBASE-F32-File-PublicApi-3501-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-3501-001-Read_command008]
async=true
length=0
expected_string=


[PBASE-F32-File-PublicApi-3501-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc3501.txt


[PBASE-F32-File-PublicApi-3502-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc3502.txt


[PBASE-F32-File-PublicApi-3502-001-Write_command006]
datawrite=synchronous read with position and length test


[PBASE-F32-File-PublicApi-3502-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-3502-001-Read_command008]
position=5
length=0
expected_string=


[PBASE-F32-File-PublicApi-3502-001-Delete_command012]
name={Drives, RAMDriveTestPath}file\tc3502.txt


[PBASE-F32-File-PublicApi-3503-001-Replace_command005]
RFs=RFs1
file_mode=EFileRead
file={Drives, RAMDriveTestPath}file\tc3503.txt


[PBASE-F32-File-PublicApi-3503-001-Write_command006]
datawrite=asynchronous read with position and length test


[PBASE-F32-File-PublicApi-3503-001-Seek_command007]
position=0
seek=ESeekStart


[PBASE-F32-File-PublicApi-3503-001-Read_command008]
async=true
length=0
expected_string=
position=5

[PBASE-F32-File-PublicApi-3503-001-Delete_command011]
name={Drives, RAMDriveTestPath}file\tc3503.txt



[PBASE-F32-File-PublicApi-Unistall]
dir={Drives, RAMDriveTestPath}file\