# xprop **Repository Path**: rycstar/xprop ## Basic Information - **Project Name**: xprop - **Description**: a prop system for embeded system - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. This project is aimed to implement android prop system in embeded linux system with C11 2. The core struct is the binary-trie designed by Google. Next develop point: 2. add multi prop-file mmap support to optimize the prop system. Compile cmd: gcc -o prop_ctrl ./unit_test/prop_ctrl_test.c -I ./api -L ./ -lxpropctrl gcc -o prop_get ./unit_test/get_prop.c -I ./api -L ./ -lxprop