summaryrefslogtreecommitdiff
path: root/wpd/WpdHelloWorldDriver/WpdHelloWorldDriver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'wpd/WpdHelloWorldDriver/WpdHelloWorldDriver.idl')
-rw-r--r--wpd/WpdHelloWorldDriver/WpdHelloWorldDriver.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/wpd/WpdHelloWorldDriver/WpdHelloWorldDriver.idl b/wpd/WpdHelloWorldDriver/WpdHelloWorldDriver.idl
deleted file mode 100644
index 663b99a8..00000000
--- a/wpd/WpdHelloWorldDriver/WpdHelloWorldDriver.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-
-import "oaidl.idl";
-import "ocidl.idl";
-
-import "wudfddi.idl";
-
-[
- uuid(69A9B934-73F0-45AF-B3C5-1D5BC7BC982B),
- version(1.0),
- helpstring("Windows Portable Device Hello World Sample Driver Type Library")
-]
-library WpdHelloWorldDriverLib
-{
- importlib("stdole2.tlb");
- [
- uuid(EC7445EE-BC00-4CED-AFE7-A52849F10239),
- helpstring("WpdHelloWorldDriver Class")
- ]
- coclass WpdHelloWorldDriver
- {
- [default] interface IDriverEntry;
- };
-};
-