OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 import "oaidl.idl"; | 5 import "oaidl.idl"; |
6 import "ocidl.idl"; | 6 import "ocidl.idl"; |
7 | 7 |
8 [ | 8 [ |
9 object, | 9 object, |
10 uuid(e051a481-6345-4ba1-bdb1-cf7929955268), | 10 uuid(e051a481-6345-4ba1-bdb1-cf7929955268), |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 | 66 |
67 [ | 67 [ |
68 uuid(9d9a5a2c-576e-4acd-9c75-aabff74b205d), | 68 uuid(9d9a5a2c-576e-4acd-9c75-aabff74b205d), |
69 version(1.1), | 69 version(1.1), |
70 helpstring("Chromoting Elevated Controller 1.1 Type Library") | 70 helpstring("Chromoting Elevated Controller 1.1 Type Library") |
71 ] | 71 ] |
72 library ChromotingElevatedControllerLib { | 72 library ChromotingElevatedControllerLib { |
73 importlib("stdole2.tlb"); | 73 importlib("stdole2.tlb"); |
74 | 74 |
75 [ | 75 [ |
76 uuid(430a9403-8176-4733-afdc-0b325a8fda84), | 76 uuid(DAEMON_CONTROLLER_CLSID), |
77 helpstring("ElevatedController Class") | 77 helpstring("ElevatedController Class") |
78 ] | 78 ] |
79 coclass ElevatedController { | 79 coclass ElevatedController { |
80 [default] interface IDaemonControl2; | 80 [default] interface IDaemonControl2; |
81 }; | 81 }; |
82 }; | 82 }; |
OLD | NEW |