-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrapper.h
More file actions
15 lines (13 loc) · 845 Bytes
/
Copy pathwrapper.h
File metadata and controls
15 lines (13 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once
// ABI layer (libcmt)
#include "./third_party/machine-guest-tools/sys-utils/libcmt/include/libcmt/abi.h"
#include "./third_party/machine-guest-tools/sys-utils/libcmt/include/libcmt/buf.h"
#include "./third_party/machine-guest-tools/sys-utils/libcmt/include/libcmt/io.h"
#include "./third_party/machine-guest-tools/sys-utils/libcmt/include/libcmt/keccak.h"
#include "./third_party/machine-guest-tools/sys-utils/libcmt/include/libcmt/merkle.h"
#include "./third_party/machine-guest-tools/sys-utils/libcmt/include/libcmt/rollup.h"
#include "./third_party/machine-guest-tools/sys-utils/libcmt/include/libcmt/util.h"
// CMA layer
#include "./third_party/machine-asset-tools/include/libcma/parser.h"
#include "./third_party/machine-asset-tools/include/libcma/types.h"
#include "./third_party/machine-asset-tools/include/libcma/ledger.h"