Revision: 19643
          http://sourceforge.net/p/edk2/code/19643
Author:   jiaxinwu
Date:     2016-01-14 03:00:38 +0000 (Thu, 14 Jan 2016)
Log Message:
-----------
NetworkPkg: Remove DNS QType and QClass definition

This patch is used to remove DNS QType and QClass definition in
DnsImpl.h since it will be exposed in NetLib.h.

Cc: Hegde Nagaraj P <[email protected]>
Cc: Ye Ting <[email protected]>
Cc: Fu Siyuan <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu <[email protected]>
Reviewed-by: Hegde Nagaraj P <[email protected]>
Reviewed-by: Ye Ting <[email protected]>
Reviewed-by: Fu Siyuan <[email protected]>

Modified Paths:
--------------
    trunk/edk2/NetworkPkg/DnsDxe/DnsImpl.h

Modified: trunk/edk2/NetworkPkg/DnsDxe/DnsImpl.h
===================================================================
--- trunk/edk2/NetworkPkg/DnsDxe/DnsImpl.h      2016-01-14 03:00:16 UTC (rev 
19642)
+++ trunk/edk2/NetworkPkg/DnsDxe/DnsImpl.h      2016-01-14 03:00:38 UTC (rev 
19643)
@@ -1,7 +1,7 @@
 /** @file
 DnsDxe support functions implementation.
    
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials
 are licensed and made available under the terms and conditions of the BSD 
License
 which accompanies this distribution.  The full text of the license may be 
found at
@@ -176,19 +176,6 @@
   UINT16      DataLength;
 } DNS_ANSWER_SECTION;
 
-#define DNS_TYPE_A      1
-#define DNS_TYPE_NS     2
-#define DNS_TYPE_CNAME  5
-#define DNS_TYPE_PTR    12
-#define DNS_TYPE_HINFO  13
-#define DNS_TYPE_MX     15
-#define DNS_TYPE_AAAA   28
-#define DNS_TYPE_SRV_RR 33
-#define DNS_TYPE_AXFR   252
-#define DNS_TYPE_ANY    255
-
-#define DNS_CLASS_INET  1
-
 #define DNS4_DOMAIN  L"in-addr.arpa"
 #define DNS6_DOMAIN  L"IP6.ARPA"
 


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to