Initial source release: v2.0.8-0-679
Change-Id: Idf6316a8faf4b4fdc54265aad12084e5aa60707a
This commit is contained in:
24
build/platforms/x86-64/oemcrypto/oec_build.gyp
Normal file
24
build/platforms/x86-64/oemcrypto/oec_build.gyp
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2013 Google Inc. All Rights Reserved.
|
||||
#
|
||||
# Build the vendor's oemcrypto (simulated with mock for x86-64)
|
||||
#
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'oemcrypto',
|
||||
'type': 'static_library',
|
||||
'include_dirs': [
|
||||
'../../../../core/include',
|
||||
'../../../../oemcrypto/include',
|
||||
'../../../../',
|
||||
],
|
||||
'sources': [
|
||||
'../../../../oemcrypto/mock/src/oemcrypto_engine_mock.cpp',
|
||||
'../../../../oemcrypto/mock/src/oemcrypto_key_mock.cpp',
|
||||
'../../../../oemcrypto/mock/src/oemcrypto_keybox_mock.cpp',
|
||||
'../../../../oemcrypto/mock/src/oemcrypto_mock.cpp',
|
||||
'../../../../oemcrypto/mock/src/wvcrc.cpp',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user