SConscript (10695:ef2c71a5f02e) SConscript (11247:76f75db08e09)
1# -*- mode:python -*-
2
3# Copyright (c) 2012 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

--- 27 unchanged lines hidden (view full) ---

36# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37#
38# Authors: Andreas Hansson
39
40Import('*')
41
42# Only build if we have protobuf support
43if env['HAVE_PROTOBUF']:
1# -*- mode:python -*-
2
3# Copyright (c) 2012 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

--- 27 unchanged lines hidden (view full) ---

36# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37#
38# Authors: Andreas Hansson
39
40Import('*')
41
42# Only build if we have protobuf support
43if env['HAVE_PROTOBUF']:
44 ProtoBuf('inst_dep_record.proto')
44 ProtoBuf('packet.proto')
45 ProtoBuf('inst.proto')
46 Source('protoio.cc')
45 ProtoBuf('packet.proto')
46 ProtoBuf('inst.proto')
47 Source('protoio.cc')