Add occlum specific EDL file to decouple with official linux-sgx-sdk psw

In this case, sefs-fuse can run with official linux-sgx-sdk psw.
This commit is contained in:
Hui, Chunyang 2020-07-16 06:41:41 +00:00 committed by zongmin.gu
parent 8c7b59ad17
commit ebd7dc056b

@ -5,6 +5,7 @@ enclave {
from "sgx_tstd.edl" import *;
from "sgx_tprotected_fs.edl" import *;
from "sgx_net.edl" import *;
from "sgx_occlum_utils.edl" import *;
include "sgx_quote.h"
include "occlum_edl_types.h"