# device-cloud-osal **Repository Path**: runsunlg/device-cloud-osal ## Basic Information - **Project Name**: device-cloud-osal - **Description**: fork from https://github.com/deviceWISE/device-cloud-osal.git - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-29 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Coverity Scan Build Status](https://scan.coverity.com/projects/15035/badge.svg)](https://scan.coverity.com/projects/15035) # Operating System Abstraction Layer This repository is abstracts operating system calls into a library. This allows for easier porting of the Helix Device Cloud source code to other operating systems, as well as allowing test teams to build applications without the need to worry about low-level operating system calls. This library is a work-in-progress, and more calls will be added as required, and current calls will have tests built for them to improve reliability. ## Targets The current targets of the library are: linux, windows 8/10, VxWorks 7 and Android.