- add sources.
[platform/framework/web/crosswalk.git] / src / tools / win / ChromeDebug / ChromeDebug / PkgCmdID.cs
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // PkgCmdID.cs
6 // MUST match PkgCmdID.h
7 using System;
8
9 namespace ChromeDebug {
10   static class PkgCmdIDList {
11     public const uint cmdidAttachToProcess = 0x100;
12   };
13 }