2019-03-04 17:22:38 -05:00
|
|
|
platform_lib = static_library(
|
|
|
|
'platform',
|
2018-11-07 16:40:39 -05:00
|
|
|
include_directories : inc,
|
|
|
|
implicit_include_directories : false,
|
2019-05-01 21:17:30 -04:00
|
|
|
c_pch : '../precompiled.h',
|
2018-11-07 16:40:39 -05:00
|
|
|
dependencies : [
|
|
|
|
capnhook.get_variable('hook_dep'),
|
2019-12-22 22:38:37 +01:00
|
|
|
shlwapi_lib,
|
2018-11-07 16:40:39 -05:00
|
|
|
],
|
|
|
|
sources : [
|
2019-05-14 18:03:25 -04:00
|
|
|
'amvideo.c',
|
|
|
|
'amvideo.h',
|
2019-10-14 23:18:18 -04:00
|
|
|
'clock.c',
|
|
|
|
'clock.h',
|
2019-05-17 20:20:38 -04:00
|
|
|
'config.c',
|
|
|
|
'config.h',
|
2019-09-04 13:43:15 -04:00
|
|
|
'dns.c',
|
|
|
|
'dns.h',
|
2023-09-15 01:35:33 -04:00
|
|
|
'epay.c',
|
|
|
|
'epay.h',
|
2018-11-08 10:17:47 -05:00
|
|
|
'hwmon.c',
|
|
|
|
'hwmon.h',
|
2020-10-07 17:27:23 +00:00
|
|
|
'hwreset.c',
|
|
|
|
'hwreset.h',
|
2019-05-17 23:14:08 -04:00
|
|
|
'misc.c',
|
|
|
|
'misc.h',
|
2019-11-02 13:28:55 -04:00
|
|
|
'netenv.c',
|
|
|
|
'netenv.h',
|
2018-11-08 09:24:32 -05:00
|
|
|
'nusec.c',
|
|
|
|
'nusec.h',
|
2019-05-17 23:10:09 -04:00
|
|
|
'pcbid.c',
|
|
|
|
'pcbid.h',
|
|
|
|
'platform.c',
|
|
|
|
'platform.h',
|
2019-05-17 23:11:51 -04:00
|
|
|
'vfs.c',
|
|
|
|
'vfs.h',
|
2024-08-20 10:48:08 +02:00
|
|
|
'system.c',
|
|
|
|
'system.h',
|
2018-11-07 16:40:39 -05:00
|
|
|
],
|
|
|
|
)
|