aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/qplayer/storage/file/ya.make
blob: b0e5371b51d2f52faf4c902a8a4ff41c4e238eb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY()

SRCS(
    yql_qstorage_file.cpp
)

PEERDIR(
    yql/essentials/core/qplayer/storage/interface
    yql/essentials/core/qplayer/storage/memory
    library/cpp/digest/old_crc
)

END()

RECURSE_FOR_TESTS(
    ut
)