/*
 * version.h
 *
 *  Created on: 2014. 06. 09.
 *      Author: hs726.song
 */

#ifndef VERSION_H_
#define VERSION_H_

/*
 * History
 *
 * 2014-06-09   rev.1    support x86(Intel) chipset
 * 2014-06-20   rev.2    add code to make h2k.dat file for OS upgrade issue (D2)
 * 2014-09-01   rev.3    File check for issue: change owner of files under /efs/sfs
 * 2014-12-30   rev.4    move h2k.dat file from /efs to /efs/cpk
 * 2015-01-02   rev.5    Add the routine to check whether h2k.dat is symblic link file (For Prevention from symlink attact)
 * 2015-01-12   rev.6    Remove not to access wrong path of HDCP key
 * 2015-08-13   rev.7    Add sync() to flush key immediately
 * 2017-04-18   rev.8    Check the system property(wlan.hdcp2.insthk)
 * 2019-05-20   rev.9    Add JDM key provisioning logic
 */

#define SW_VERSION	"rev.9"

#endif /* !VERSION_H_ */
