FossilOrigin-Name: fa03f58e2053d40b9dd1aaa0a9a1a4f267340816875dc362cb713522f68d6770
This commit is contained in:
7u83@mail.ru 2018-03-11 09:34:51 +00:00
parent 41688c4e60
commit 9d28e72a6b
1 changed files with 13 additions and 0 deletions

13
src/cw/keys.h Normal file
View File

@ -0,0 +1,13 @@
#ifndef __KEYS_H
#define __KEYS_H
#define CW_KEY_HARDWARE "hardware"
#define CW_KEY_SOFTWARE "software"
#define CW_KEY_BOOTLOADER "bootloader"
#define CW_KEY_OTHER_SOFTWARE "other_software"
#define CW_KEY_VENDOR "vendor"
#define CW_KEY_VERSION "version"
#endif