SConscript (8739:925f15f96322) SConscript (9330:4a3269a11230)
1# -*- mode:python -*-
2
3# Copyright (c) 2010 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: William Wang
39
40Import('*')
41
42Source('convert.cc')
43
1# -*- mode:python -*-
2
3# Copyright (c) 2010 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: William Wang
39
40Import('*')
41
42Source('convert.cc')
43
44SimObject('VncServer.py')
44SimObject('Vnc.py')
45Source('vncinput.cc')
45Source('vncserver.cc')
46DebugFlag('VNC')
46Source('vncserver.cc')
47DebugFlag('VNC')