Use 0x7600 as FRONT_PAGE_ID to prevent conflicts with Device Manager
This commit is contained in:
		
				
					committed by
					
						
						Jeremy Soller
					
				
			
			
				
	
			
			
			
						parent
						
							0e66ac75c3
						
					
				
				
					commit
					c6f1c4e654
				
			@@ -32,7 +32,7 @@ extern EFI_FORM_BROWSER2_PROTOCOL      *gFormBrowser2;
 | 
				
			|||||||
//
 | 
					//
 | 
				
			||||||
// These are defined as the same with vfr file
 | 
					// These are defined as the same with vfr file
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
#define FRONT_PAGE_FORM_ID             0x1000
 | 
					#define FRONT_PAGE_FORM_ID             0x7600
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define LABEL_FRONTPAGE_INFORMATION    0x1000
 | 
					#define LABEL_FRONTPAGE_INFORMATION    0x1000
 | 
				
			||||||
#define LABEL_END                      0xffff
 | 
					#define LABEL_END                      0xffff
 | 
				
			||||||
@@ -209,4 +209,3 @@ ExtractDevicePathFromHiiHandle (
 | 
				
			|||||||
  );
 | 
					  );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif // _FRONT_PAGE_H_
 | 
					#endif // _FRONT_PAGE_H_
 | 
				
			||||||
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#define FORMSET_GUID  { 0x9e0c30bc, 0x3f06, 0x4ba6, 0x82, 0x88, 0x9, 0x17, 0x9b, 0x85, 0x5d, 0xbe }
 | 
					#define FORMSET_GUID  { 0x9e0c30bc, 0x3f06, 0x4ba6, 0x82, 0x88, 0x9, 0x17, 0x9b, 0x85, 0x5d, 0xbe }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define FRONT_PAGE_FORM_ID             0x1000
 | 
					#define FRONT_PAGE_FORM_ID             0x7600
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define LABEL_FRONTPAGE_INFORMATION    0x1000
 | 
					#define LABEL_FRONTPAGE_INFORMATION    0x1000
 | 
				
			||||||
#define LABEL_END                      0xffff
 | 
					#define LABEL_END                      0xffff
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user