mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #3748: Add SPICE libs
This commit is contained in:
parent
1bab54b271
commit
70c64fa30b
@ -51,7 +51,10 @@ require.config({
|
||||
'nouislider': '../vendor/4.0/nouislider/jquery.nouislider.min',
|
||||
|
||||
/* VNC */
|
||||
'vnc-util': '../bower_components/no-vnc/include/util'
|
||||
'vnc-util': '../bower_components/no-vnc/include/util',
|
||||
|
||||
/* VNC */
|
||||
'spice': '../bower_components/spice-html5/main'
|
||||
},
|
||||
shim: {
|
||||
/* jQuery */
|
||||
@ -160,6 +163,40 @@ require.config({
|
||||
'vnc-util': {
|
||||
exports: 'Util'
|
||||
},
|
||||
|
||||
/* VNC */
|
||||
'spice': {
|
||||
exports: 'SpiceMainConn',
|
||||
deps: [
|
||||
'../bower_components/spice-html5/spicearraybuffer',
|
||||
'../bower_components/spice-html5/enums',
|
||||
'../bower_components/spice-html5/atKeynames',
|
||||
'../bower_components/spice-html5/utils',
|
||||
'../bower_components/spice-html5/png',
|
||||
'../bower_components/spice-html5/lz',
|
||||
'../bower_components/spice-html5/quic',
|
||||
'../bower_components/spice-html5/bitmap',
|
||||
'../bower_components/spice-html5/spicedataview',
|
||||
'../bower_components/spice-html5/spicetype',
|
||||
'../bower_components/spice-html5/spicemsg',
|
||||
'../bower_components/spice-html5/wire',
|
||||
'../bower_components/spice-html5/spiceconn',
|
||||
'../bower_components/spice-html5/display',
|
||||
'../bower_components/spice-html5/inputs',
|
||||
'../bower_components/spice-html5/webm',
|
||||
'../bower_components/spice-html5/playback',
|
||||
'../bower_components/spice-html5/simulatecursor',
|
||||
'../bower_components/spice-html5/cursor',
|
||||
'../bower_components/spice-html5/thirdparty/jsbn',
|
||||
'../bower_components/spice-html5/thirdparty/rsa',
|
||||
'../bower_components/spice-html5/thirdparty/prng4',
|
||||
'../bower_components/spice-html5/thirdparty/rng',
|
||||
'../bower_components/spice-html5/thirdparty/sha1',
|
||||
'../bower_components/spice-html5/ticket',
|
||||
'../bower_components/spice-html5/resize',
|
||||
'../bower_components/spice-html5/filexfer'
|
||||
]
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user