Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xcap-capability-linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xcap
xcap-capability-linux
Commits
8753687b
Commit
8753687b
authored
Oct 02, 2014
by
Sarah Spall
Committed by
Vikram Narayanan
Oct 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some old new test files
parent
425c868f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
0 deletions
+19
-0
tools/lcd/idl/test/proj_test.idl
tools/lcd/idl/test/proj_test.idl
+4
-0
tools/lcd/idl/test/rpc_test.idl
tools/lcd/idl/test/rpc_test.idl
+3
-0
tools/lcd/idl/test/type_test.idl
tools/lcd/idl/test/type_test.idl
+9
-0
tools/lcd/idl/test/typedef_test.idl
tools/lcd/idl/test/typedef_test.idl
+3
-0
No files found.
tools/lcd/idl/test/proj_test.idl
0 → 100644
View file @
8753687b
projection
super_block
<
struct
super_block
>
{
[
out
,
in
]
int
field1
;
[
out
]
char
field2
;
}
\ No newline at end of file
tools/lcd/idl/test/rpc_test.idl
0 → 100644
View file @
8753687b
rpc
int
foo
(
capability
cpa
,
char
v1
,
int
v2
)
;
rpc
int
bar
(
projection
super_block
*
rp
)
;
\ No newline at end of file
tools/lcd/idl/test/type_test.idl
0 → 100644
View file @
8753687b
projection
test
<
struct
device
>
{
[
in
]
projection
other
*
sb
;
[
in
,
out
,
bind
,
alloc
]
int
t
;
[
out
]
char
t2
;
[
bind
]
capability
t3
;
[
alloc
]
long
long
t4
;
[
in
]
unsigned
long
long
t5
;
[
in
]
unsigned
long
t6
;
}
tools/lcd/idl/test/typedef_test.idl
0 → 100644
View file @
8753687b
typedef
<
struct
foo
,
long
long
>
foo_t
typedef
<
projection
bar
,
long
long
>
bar_t
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment