14 lines
361 B
Python
14 lines
361 B
Python
# Copyright 2022 Google LLC. All Rights Reserved. This file and proprietary
|
|
# source code may only be used and distributed under the Widevine License
|
|
# Agreement.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'read_client_info',
|
|
'type': 'static_library',
|
|
'include_dirs': ['../../cdm/include'],
|
|
'sources': ['read_client_info.cpp'],
|
|
},
|
|
],
|
|
}
|